No description
Find a file
2019-11-16 17:50:26 +00:00
example_project Build packages using new files attribute 2019-06-24 14:44:00 +01:00
default.nix Add PEP508 marker support 2019-11-16 12:57:43 +00:00
extensions.json Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
generate.py Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
Makefile Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
overrides.nix poetry2nix can now build poetry itself 2019-10-16 11:04:24 +01:00
pep508.nix pep508: Also return ungrouped expressions 2019-11-16 17:50:26 +00:00
README.org Update README 2019-10-16 15:40:16 +01:00
semver.nix Add support for the python-versions field from poetry.lock 2019-10-16 15:36:52 +01:00

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 Non-pypi dependencies

Not implemented at all currently

TODO Circular dependencies

Not implemented at all currently