python.pkgs.zimports: init at 0.2.0

The author gives a pretty good overview of why one would want to use
zimports over other import organizers:

https://github.com/sqlalchemyorg/zimports/tree/0.2.0#zzzeek-why-are-you-writing-one-of-these-there-are-a-dozen-pep8-import-fixers
This commit is contained in:
Timo Kaufmann
2020-04-13 21:27:03 +02:00
parent 2d9888f61c
commit c26ee28613
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -6010,6 +6010,8 @@ in {
zerorpc = callPackage ../development/python-modules/zerorpc { };
zimports = callPackage ../development/python-modules/zimports { };
zipstream = callPackage ../development/python-modules/zipstream { };
zodb = callPackage ../development/python-modules/zodb {};