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

Switch to Poetry for package management #22

Closed
wants to merge 1 commit into from

Conversation

florimondmanca
Copy link
Owner

One file to rule them all.

(Well, actually, two files until flake8, mypy and coverage add support for pyproject.toml. See https://github.com/flying-sheep/awesome-python-packaging)

@florimondmanca florimondmanca force-pushed the tooling/poetry branch 8 times, most recently from 37a62c1 to eee42ea Compare November 3, 2019 14:57
@florimondmanca
Copy link
Owner Author

Changed my mind on this — the main drawback is that Poetry requires to be installed system-wide to work (running pip install poetry typically produces dependency clashes).

An alternative that doesn't have this issue is flit, which only addresses package publishing (not dependency management), which is one. It doesn't yet support src/ layout, but a PR has been merged earlier today: pypa/flit#260, which may be released in Flit 2.0 soon.

@florimondmanca florimondmanca deleted the tooling/poetry branch November 3, 2019 15:48
@florimondmanca
Copy link
Owner Author

Also, the current vanilla setup isn't that bad — utility scripts help a lot.

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.

1 participant