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

ADR: Python Packaging #15

Open
widal001 opened this issue Aug 5, 2021 · 0 comments
Open

ADR: Python Packaging #15

widal001 opened this issue Aug 5, 2021 · 0 comments

Comments

@widal001
Copy link
Owner

widal001 commented Aug 5, 2021

Problem Statement

Developing and publishing packages in Python can be a headache. There are a number of steps and challenges to consider, such as installing and managing dependencies, isolating builds, and publishing the resulting packages to PyPI. Lots of tools aim to simplify these steps and address these challenges, but each approaches the task in a variety of ways.

This project needs to choose a packaging framework and associated tool(s) that balance robustness, simplicity, and reliability.

Decision Drivers

  • Simple dependency management
  • Cross-platform compatibility
  • Ease of publishing packages
  • Existing user base

Options to Consider

  • setuptools + virtual environments
  • pipenv
  • hatch
  • poetry

Research Links

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

No branches or pull requests

1 participant