No description
Find a file
adisbladis ac58f8b9aa
Update README
Pep508 markers are now supported
2019-11-16 19:31:06 +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: Fix incorrect evaluation of groups 2019-11-16 19:28:21 +00:00
README.org Update README 2019-11-16 19:31:06 +00: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 Non-pypi dependencies

Not implemented at all currently

TODO Circular dependencies

Not implemented at all currently

TODO Add tests