File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '4.6.20220423 '
31
+ __version__ = '4.6.20220501 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3283,3 +3283,39 @@ description = Missing widgets for PyQt/PySide
3283
3283
[notebook-shim]
3284
3284
description = A shim layer for notebook traits and config
3285
3285
3286
+ [pygad]
3287
+ description = PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
3288
+
3289
+ [fastjsonschema]
3290
+ description = Fastest Python implementation of JSON schema
3291
+
3292
+ [httptools]
3293
+ description = A collection of framework independent HTTP protocol utils.
3294
+
3295
+ [pyside6-addons]
3296
+ description = Python bindings for the Qt cross-platform application and UI framework (Addons)
3297
+
3298
+ [pyside6-essentials]
3299
+ description = Python bindings for the Qt cross-platform application and UI framework (Essentials)
3300
+
3301
+ [importlib-resources]
3302
+ description = Read resources from Python packages
3303
+
3304
+ [argparse]
3305
+ description = Python command-line parsing library
3306
+
3307
+ [traceback2]
3308
+ description = Backports of the traceback module
3309
+
3310
+ [unittest2]
3311
+ description = The new features in unittest backported to Python 2.4+.
3312
+
3313
+ [linecache2]
3314
+ description = Backports of the linecache module
3315
+
3316
+ [django]
3317
+ description = A high-level Python web framework that encourages rapid development and clean, pragmatic design.
3318
+
3319
+ [watchgod]
3320
+ description = Simple, modern file watching and code reload in python.
3321
+
You can’t perform that action at this time.
0 commit comments