You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a very useful project. Particularly in my case, I am using this as a dependency for other projects that use the AME/NUBASE data. It is much easier to use as a dependency if it can be installed as a package with pip.
I made a fork and made some modifications so that it can be packaged. The main modifications:
Moved all the code to src: src/pynch, src/app.py
Moved the data to src/pynch/data
Replaced the hard links to the data with importlib.resources
Renamed Nubase to NUBASE to match AME
You can take a look at my fork here: https://github.com/e-eight/pynch/. You can install it with pip install git+https://github.com/e-eight/pynch.git.
If you are okay with the changes, I can create a PR for you to merge.
The text was updated successfully, but these errors were encountered:
I'm glad you find this project useful and thank you for the suggestion. I like the idea of creating an installable package so happy for you to create a PR from your fork.
I think this is a very useful project. Particularly in my case, I am using this as a dependency for other projects that use the AME/NUBASE data. It is much easier to use as a dependency if it can be installed as a package with
pip
.I made a fork and made some modifications so that it can be packaged. The main modifications:
src
:src/pynch
,src/app.py
src/pynch/data
importlib.resources
Nubase
toNUBASE
to matchAME
You can take a look at my fork here: https://github.com/e-eight/pynch/. You can install it with
pip install git+https://github.com/e-eight/pynch.git
.If you are okay with the changes, I can create a PR for you to merge.
The text was updated successfully, but these errors were encountered: