mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
No description
example_project | ||
default.nix | ||
extensions.json | ||
generate.py | ||
Makefile | ||
overrides.nix | ||
README.org |
Convert poetry projects to nix automagically
This is under really early development, don't expect things to work.
Missing
TODO Implement support for markers
Need to filter out certain deps like enum34
TODO Lock file hashes not distinguishable by origin
Reported upstream at https://github.com/sdispater/poetry/issues/1172 and fixed in https://github.com/sdispater/poetry/pull/1183 This branch depends on upstream PR #1183.
TODO Non-pypi dependencies
Not implemented at all currently
TODO Circular dependencies
Not implemented at all currently