Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package code #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

cthoyt
Copy link

@cthoyt cthoyt commented Jan 23, 2022

Closes #5

This PR does the following:

  1. Enforce the standard src/ directory layout
  2. Add the setup.cfg and pyproject.toml with minimum metadata about installing the package
  3. Add a trivial test case and tox.ini configuration file for tox for reproducible build/installation/running of tests.
  4. Add a meaningful base .gitignore

Potential extras

There are several other things I'd like to do to improve this package, but as the diff already covers 37 files, I think this would make code review much too difficult. Here are some of the ideas for a follow-up PR:

  1. Reorganize imports
  2. Update code style automatically with black/isort
  3. Make a proper CLI using click and entrypoints
  4. Update packing metadata to contain more information

cc @devonjkohler

This PR does the following:

1. Enforce the standard src/ directory layout
2. Add the setup.cfg and pyproject.toml with minimum metadata about installing the package
3. Add a trivial test case and tox configuration for reproducible build/installation/running of tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package code
1 participant