Skip to content

Making pynch into a package #4

@e-eight

Description

@e-eight

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:

  1. Moved all the code to src: src/pynch, src/app.py
  2. Moved the data to src/pynch/data
  3. Replaced the hard links to the data with importlib.resources
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions