-
Notifications
You must be signed in to change notification settings - Fork 349
Expand file tree
/
Copy pathpackages.ini
More file actions
3231 lines (2155 loc) · 85 KB
/
packages.ini
File metadata and controls
3231 lines (2155 loc) · 85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[absl-py]
description = Abseil Python Common Libraries, see github.com/abseil/abseil-py.
[adodbapi]
description = A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
[affine]
description = Matrices describing affine transformation of the plane.
[aiodns]
description = Simple DNS resolver for asyncio
[aiofiles]
description = File support for asyncio.
[aiohttp]
description = Async http client/server framework (asyncio)
[aiosqlite]
description = asyncio bridge to the standard sqlite3 module
[alabaster]
description = A configurable sidebar-enabled Sphinx theme
[algopy]
description = ALGOPY: Taylor Arithmetic Computation and Algorithmic Differentiation
[altair]
description = Altair: A declarative statistical visualization library for Python.
[altair-data-server]
description = A background data server for Altair charts.
[altair-transform]
description = A python engine for evaluating Altair transforms.
[altair-widgets]
description = Altair Widgets: An interactive visualization for statistical data for Python.
[altgraph]
description = Python graph (network) package
[amqp]
description = Low-level AMQP client for Python (fork of amqplib).
[aniso8601]
description = A library for parsing ISO 8601 strings.
[ansiwrap]
description = textwrap, but savvy to ANSI colors and styles
[anyio]
description = High level compatibility layer for multiple asynchronous event loop implementations
[anyjson]
description = Wraps the best available JSON implementation available in a common interface
[apispec]
description = A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).
[apistar]
description = API documentation, validation, mocking, and clients.
[appdirs]
description = A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
[apptools]
description = application tools
[argcomplete]
description = Bash tab completion for argparse
[argh]
description = An unobtrusive argparse wrapper with natural syntax
[args]
description = Command Arguments for Humans.
[asgiref]
description = ASGI specs, helper code, and adapters
[asciitree]
description = Draws ASCII trees.
[asn1crypto]
description = Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
[asteval]
description = Safe, minimalistic evaluator of python expression using ast module
[astor]
description = Read/rewrite/write Python ASTs
[astroid]
description = An abstract syntax tree for Python with inference support.
[astroml]
description = tools for machine learning and data mining in Astronomy
[astropy]
description = Community-developed python astronomy tools
[astunparse]
description = An AST unparser for Python
[async-generator]
description = Async generators and context managers for Python 3.5+
[async-timeout]
description = Timeout context manager for asyncio programs
[atomicwrites]
description = Atomic file writes.
[attrs]
description = Classes Without Boilerplate
[autopep8]
description = A tool that automatically formats Python code to conform to the PEP 8 style guide
[azureml-dataprep]
description = Azure ML Data Preparation SDK
[babel]
description = Internationalization utilities
[backcall]
description = Specifications for callback functions passed in to an API
[backports-abc]
description = A backport of recent additions to the 'collections.abc' module.
[backports-shutil-get-terminal-size]
description = A backport of the get_terminal_size function from Python 3.3's shutil.
[backports-ssl-match-hostname]
description = The ssl.match_hostname() function from Python 3.4
[backports-weakref]
description = Backport of new features in Python's weakref module
[bandit]
description = Security oriented static analyser for python code.
[baresql]
description = playing SQL directly on Python datas
[base58]
description = Base58 and Base58Check implementation
[bcolz]
description = columnar and compressed data containers.
[bcrypt]
description = Modern password hashing for your software and your servers
[beautifulsoup4]
description = Screen-scraping library
[billiard]
description = Python multiprocessing fork with improvements and bugfixes
[binaryornot]
description = Ultra-lightweight pure Python package to check if a file is binary or text.
[bitarray]
description = efficient arrays of booleans -- C extension
[bkcharts]
description = High level chart types built on top of Bokeh
[black]
description = The uncompromising code formatter.
[blaze]
description = Blaze
[bleach]
description = An easy safelist-based HTML-sanitizing tool.
[blinker]
description = Fast, simple object-to-object and broadcast signaling
[blosc]
description = Blosc data compressor
[bloscpack]
description = Command line interface to and serialization format for Blosc
[bokeh]
description = Interactive plots and applications in the browser from Python
[boto3]
description = The AWS SDK for Python
[botocore]
description = Low-level, data-driven core of boto 3.
[bottle]
description = Fast and simple WSGI-framework for small web-applications.
[bottleneck]
description = Fast NumPy array functions written in C
[bqplot]
description = Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.
[branca]
description = Generate complex HTML+JS pages with Python
[brewer2mpl]
description = Connect colorbrewer2.org color maps to Python and matplotlib
[brotli]
description = Python bindings for the Brotli compression library
[cachetools]
description = Extensible memoizing collections and decorators
[cartopy]
description = A cartographic python library with Matplotlib support for visualisation
[castra]
description = On-disk partitioned store
[cchardet]
description = cChardet is high speed universal character encoding detector.
[cssselect]
description = cssselect parses CSS3 Selectors and translates them to XPath 1.0
[celery]
description = Distributed Task Queue.
[celerite]
description = Scalable 1D Gaussian Processes
[certifi]
description = Python package for providing Mozilla's CA Bundle.
[ceodbc]
description = Python interface to ODBC
[cffi]
description = Foreign Function Interface for Python calling C code.
[cftime]
description = Time-handling functionality from netcdf4-python
[chainer]
description = A flexible framework of neural networks
[chardet]
description = Universal encoding detector for Python 2 and 3
[click]
description = Composable command line interface toolkit
[click-default-group]
description = Extends click.Group to invoke a command without explicit subcommand name
[click-plugins]
description = An extension module for click to enable registering CLI commands via setuptools entry-points.
[cligj]
description = Click params for commmand line interfaces to GeoJSON
[clint]
description = Python Command Line Interface Tools
[cloudpickle]
description = Extended pickling support for Python objects
[clrmagic]
description = IPython cell magic to use .NET languages
[cmarkgfm]
description = Minimal bindings to GitHub's fork of cmark
[cntk]
description = CNTK is an open-source, commercial-grade deep learning framework.
[colorama]
description = Cross-platform colored terminal text.
[colorcet]
description = Collection of perceptually uniform colormaps
[coloredlogs]
description = Colored terminal output for Python's logging module
[comtypes]
description = Pure Python COM package
[commonmark]
description = Python parser for the CommonMark Markdown spec
[cookiecutter]
description = A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
[configobj]
description = Config file reading, writing and validation.
[configparser]
description = Updated configparser from Python 3.8 for Python 2.6+.
[contextily]
description = Context geo-tiles in Python
[contextlib2]
description = Backports and enhancements for the contextlib module
[contextvars]
description = PEP 567 Backport
[convertdate]
description = Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian.
[corner]
description = Make some beautiful corner plots of samples.
[coverage]
description = Code coverage measurement for Python
[cryptography]
description = cryptography is a package which provides cryptographic recipes and primitives to Python developers.
[cupy]
description = CuPy: NumPy-like API accelerated with CUDA
[curio]
description = Curio
[cvxcanon]
description = A low-level library to perform the matrix building step in cvxpy, a convex optimization modeling software.
[cvxopt]
description = Convex optimization package
[cvxpy]
description = A domain-specific language for modeling convex optimization problems in Python.
[cx-freeze]
description = create standalone executables from Python scripts
[cycler]
description = Composable style cycles
[cymem]
description = Manage calls to calloc/free through Cython
[cyordereddict]
description = Cython implementation of Python's collections.OrderedDict
[cython]
description = The Cython compiler for writing C extensions for the Python language.
[cytoolz]
description = Cython implementation of Toolz: High performance functional utilities
[dash]
description = A Python framework for building reactive web-apps. Developed by Plotly.
[dash-core-components]
description = Core component suite for Dash
[dash-html-components]
description = Vanilla HTML components for Dash
[dash-renderer]
description = Front-end component renderer for Dash
[dash-table]
description = Dash table
[dask]
description = Parallel PyData with Task Scheduling
[dask-labextension]
description = A Jupyter Notebook server extension manages Dask clusters.
[dask-ml]
description = A library for distributed and parallel machine learning
[dask-searchcv]
description = Tools for doing hyperparameter search with Scikit-Learn and Dask
[databases]
description = Async database support for Python.
[dataclasses]
description = A backport of the dataclasses module for Python 3.6
[datafabric]
description = Distributed In-Memory system for analytics
[datasette]
description = A tool for exploring and publishing data
[datashader]
description = Data visualization toolchain based on aggregating into a grid
[datashape]
description = A data description language.
[db-py]
description = a db package that doesn't suck
[decorator]
description = Decorators for Humans
[defusedxml]
description = XML bomb protection for Python stdlib modules
[deprecated]
description = Python @deprecated decorator to deprecate old python classes, functions or methods.
[descartes]
description = Use geometric objects as matplotlib paths and patches
[diff-match-patch]
description = Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text.
[dill]
description = serialize all of python
[discretize]
description = Discretization tools for finite volume and inverse problems
[distribute]
description = distribute legacy wrapper
[distributed]
description = Distributed scheduler for Dask
[dm-sonnet]
description = Sonnet is a library for building neural networks in TensorFlow.
[dnspython]
description = DNS toolkit
[docopt]
description = Pythonic argument parser, that will make you smile
[docrepr]
description = docrepr renders Python docstrings in HTML
[docutils]
description = Docutils -- Python Documentation Utilities
[dopamine]
description = A library to use DopamineLabs machine learning API
[dynd]
description = Python exposure of DyND
[egenix-mx-base]
description = eGenix mx Base Distribution for Python - mxDateTime, mxTextTools, mxProxy, mxTools, mxBeeBase, mxStack, mxQueue, mxURL, mxUID
[ecos]
description = This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
[edward]
description = A library for probabilistic modeling, inference, and criticism
[emcee]
description = The Python ensemble sampling toolkit for MCMC
[enum34]
description = Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
[enum-compat]
description = enum/enum34 compatibility package
[entrypoints]
description = Discover and load entry points from installed packages.
[envisage]
description = Extensible application framework
[ephem]
description = Compute positions of the planets and stars
[eradicate]
description = Removes commented-out code.
[falcon]
description = An unladen web framework for building APIs and app backends.
[fast-histogram]
description = Fast simple 1D and 2D histograms
[fastai]
description = fastai makes deep learning with PyTorch faster, more accurate, and easier
[fastapi]
description = FastAPI framework, high performance, easy to learn, fast to code, ready for production
[fastcache]
description = C implementation of Python 3 functools.lru_cache
[fasteners]
description = A python package that provides useful locks.
[fastparquet]
description = Python support for Parquet file format
[fastprogress]
description = A nested progress with plotting options for fastai
[fastrlock]
description = Fast, re-entrant optimistic lock implemented in Cython
[fastscript]
description = A fast way to turn your python function into a script
[fbprophet]
description = Automatic Forecasting Procedure
[feather-format]
description = Simple wrapper library to the Apache Arrow-based Feather File Format
[fenics]
description = The FEniCS Project Python Metapackage
[filelock]
description = A platform independent file lock.
[fiona]
description = Fiona reads and writes spatial data files
[flake8]
description = the modular source code checker: pep8, pyflakes and co
[flask]
description = A simple framework for building complex web applications.
[flaskerize]
description = Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
[flask-accepts]
description = Easy, opinionated Flask input/output handling with Flask-restx and Marshmallow
[flask-compress]
description = Compress responses in your Flask app with gzip.
[flask-cors]
description = A Flask extension adding a decorator for CORS support
[flask-restplus]
description = Fully featured framework for fast, easy and documented API development with Flask
[flask-restx]
description = Fully featured framework for fast, easy and documented API development with Flask
[flask-seasurf]
description = An updated CSRF extension for Flask.
[flexx]
description = Write desktop and web apps in pure Python.
[flit]
description = A simple packaging tool for simple packages.
[folium]
description = Make beautiful maps with Leaflet.js & Python
[fonttools]
description = Tools to manipulate font files
[formlayout]
description = The most easy way to create Qt form dialogs and widgets with Python
[fs]
description = Python's filesystem abstraction layer
[fsspec]
description = File-system specification
[fuel]
description = Data pipeline framework for machine learning
[funcsigs]
description = Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
[functools32]
description = Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
[future]
description = Clean single-source support for Python 3 and 2
[futures]
description = Backport of the concurrent.futures package from Python 3
[fuzzywuzzy]
description = Fuzzy string matching in python
[gast]
description = Python AST that abstracts the underlying Python version
[gdal]
description = GDAL: Geospatial Data Abstraction Library
[gensim]
description = Python framework for fast Vector Space Modelling
[geoana]
description = geoana
[geopy]
description = Python Geocoding Toolbox
[geographiclib]
description = The geodesic routines from GeographicLib
[geopandas]
description = Geographic pandas extensions
[geoplot]
description = High-level geospatial plotting for Python.
[geoviews]
description = GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.
[ggplot]
description = ggplot for python
[ghost-py]
description = Webkit based webclient.
[gin-config]
description = Gin-Config: A lightweight configuration library for Python
[gitdb2]
description = A mirror package for gitdb
[gitpython]
description = Python Git Library
[gmpy2]
description = GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
[gnumath]
description = Extensible array functions that operate on xnd containers.
[google-auth]
description = Google Authentication Library
[google-auth-oauthlib]
description = Google Authentication Library
[google-api-python-client]
description = Google API Client Library for Python
[google-pasta]
description = pasta is an AST-based Python refactoring library
[gr]
description = Python visualization framework
[graphql-relay]
description = Relay library for graphql-core-next
[graphql-core]
description = GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
[graphviz]
description = Simple Python interface for Graphviz
[graphene]
description = GraphQL Framework for Python
[graphql-server-core]
description = GraphQL Server tools for powering your server
[greenlet]
description = Lightweight in-process concurrent programming
[gridmap]
description = Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
[grpcio]
description = HTTP/2-based RPC framework
[guidata]
description = Automatic graphical user interfaces generation for easy dataset editing and display
[guiqwt]
description = guiqwt is a set of tools for curve and image plotting (extension to PythonQwt)
[gym]
description = The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
[hdfs]
description = HdfsCLI: API and command line interface for HDFS.
[heapdict]
description = a heap with decrease-key and increase-key operations
[helpdev]
description = HelpDev - Extracts information about the Python environment easily.
[hiplot]
description = High dimensional Interactive Plotting tool
[holidays]
description = Generate and work with holidays in Python
[holoviews]
description = Stop plotting your data - annotate your data and let it visualize itself.
[hpack]
description = Pure-Python HPACK header compression
[hvplot]
description = A high-level plotting API for the PyData ecosystem built on HoloViews.
[html5lib]
description = HTML parser based on the WHATWG HTML specification
[httplib2]
description = A comprehensive HTTP client library.
[humanfriendly]
description = Human friendly output for text interfaces using Python
[husl]
description = Human-friendly HSL
[hupper]
description = Integrated process monitor for developing and reloading daemons.
[hypercorn]
description = A ASGI Server based on Hyper libraries and inspired by Gunicorn.
[hyperframe]
description = HTTP/2 framing layer for Python
[hypothesis]
description = A library for property-based testing
[h11]
description = A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
[h2]
description = HTTP/2 State-Machine based protocol implementation
[h5py]
description = Read and write HDF5 files from Python
[ibis-framework]
description = Productivity-centric Python Big Data Framework
[ipydatawidgets]
description = A set of widgets to help facilitate reuse of large datasets across widgets
[idlex]
description = IDLE Extensions for Python
[idna]
description = Internationalized Domain Names in Applications (IDNA)
[imageio]
description = Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
[imageio-ffmpeg]
description = FFMPEG wrapper for Python
[imbalanced-learn]
description = Toolbox for imbalanced dataset in machine learning.
[immutables]
description = Immutable Collections
[imagesize]
description = Getting image size from png/jpeg/jpeg2000/gif file
[importlib-metadata]
description = Read metadata from Python packages
[intake]
description = Data load and catalog system
[intervaltree]
description = Editable interval tree data structure for Python 2 and 3
[ipycanvas]
description = Interactive widgets library exposing the browser's Canvas API
[ipykernel]
description = IPython Kernel for Jupyter
[ipyleaflet]
description = A Jupyter widget for dynamic Leaflet maps
[ipympl]
description = Matplotlib Jupyter Extension
[ipyparallel]
description = Interactive Parallel Computing with IPython
[ipyscales]
description = A widget library for scales
[ipython]
description = IPython: Productive Interactive Computing
[ipython-genutils]
description = Vestigial utilities from IPython
[ipython-sql]
description = RDBMS access via IPython
[ipyvega]
description = IPython/Jupy
[ipyvolume]
description = IPython widget for rendering 3d volumes
[ipyvuetify]
description = Jupyter widgets based on vuetify UI components
[ipywebrtc]
description = WebRTC for Jupyter notebook/lab
[ipywidgets]
description = IPython HTML widgets for Jupyter
[isort]
description = A Python utility / library to sort Python imports.
[itsdangerous]
description = Various helpers to pass data to untrusted environments and back.
[janus]
description = Mixed sync-async queue to interoperate between asyncio tasks and classic threads
[jax]
description = Differentiate, compile, and transform Numpy code.
[jedi]
description = An autocompletion tool for Python that can be used for text editors.
[jinja2]
description = A small but fast and easy to use stand-alone template engine written in pure python.
[jmespath]
description = JSON Matching Expressions
[joblib]
description = Lightweight pipelining: using Python functions as pipeline jobs.
[jnius]
description = Dynamic access to Java classes from Python
[jplephem]
description = Use a JPL ephemeris to predict planet positions.
[jsonschema]
description = An implementation of JSON Schema validation for Python
[json5]
description = A Python implementation of the JSON5 data format.
[julia]
description = Julia/Python bridge with IPython support.
[jupyter]
description = Jupyter metapackage. Install all the Jupyter components in one go.
[jupyter-echarts-pypkg]
description = Echarts pypi packages for jupyter and python
[jupyterlab]
description = The JupyterLab notebook server extension.
[jupyterlab-launcher]
description = Jupyter Launcher
[jupyterlab-sql]
description = JupyterLab plugin for visualizing SQL databases
[jupyter-client]
description = Jupyter protocol implementation and client libraries
[jupyter-console]
description = Jupyter terminal console
[jupyter-core]
description = Jupyter core package. A base package on which Jupyter projects rely.
[jupyter-panel-proxy]
description = Jupyter Server Proxy for Panel applications
[jupyterlab-pygments]
description = Pygments theme
[jupyterlab-server]
description = JupyterLab Server
[jupyter-server]
description = The Jupyter Server
[jupyter-sphinx]
description = Jupyter Sphinx Extensions
[jupytext]
description = Jupyter notebooks as Markdown documents, Julia, Python or R scripts
[kapteyn]
description = Kapteyn Package: Python modules for astronomical applications
[keras]
description = Deep Learning for humans
[keras-applications]
description = Reference implementations of popular deep learning models
[keras-preprocessing]
description = Easy data preprocessing and data augmentation for deep learning models
[keras-vis]
description = Neural Network visualization toolkit for keras
[keras-tuner]
description = Hypertuner for Keras
[keyring]
description = Store and access your passwords safely.
[kivy]
description = A software library for rapid development of hardware-accelerated multitouch applications.
[kivy-garden]
description = Garden tool for kivy flowers.
[kiwisolver]
description = A fast implementation of the Cassowary constraint solver
[knack]
description = A Command-Line Interface framework
[knit]
description = Python wrapper for YARN Applications
[kombu]
description = Messaging library for Python.
[lasagne]
description = A lightweight library to build and train neural networks in Theano
[lazy-object-proxy]
description = A fast and thorough lazy object proxy.
[libpython]
description = The MinGW import library for Python
[lightfm]
description = LightFM recommendation model
[lightning-python]
description = A Python client library for the Lightning data visualization server
[llvmlite]
description = lightweight wrapper around basic LLVM functionality
[llvmpy]
description = Python bindings for LLVM
[lmfit]
description = Least-Squares Minimization with Bounds and Constraints
[lml]
description = Load me later. A lazy plugin management system.
[lock]
description = module for enabling file locks
[locket]
description = File-based locks for Python for Linux and Windows
[locket-py]
description = File-based locks for Python for Linux and Windows
[logilab-astng]
description = rebuild a new abstract syntax tree from Python's ast
[logilab-common]
description = collection of low-level Python packages and modules used by Logilab projects
[logutils]
description = Logging utilities
[loky]
description = A robust implementation of concurrent.futures.ProcessPoolExecutor
[lunardate]
description = A Chinese Calendar Library in Pure Python
[lxml]