8000 package names · PQYPLZXHGF/winpython@c62706e · GitHub
[go: up one dir, main page]

Skip to content

Commit c62706e

Browse files
author
stonebig
committed
package names
1 parent 8bed849 commit c62706e

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

winpython/data/packages.ini

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ description=IPython cell magic to use .NET languages
160160
[colorama]
161161
description=Cross-platform colored terminal text
162162

163+
[coloredlogs]
164+
description=Colored terminal output for Python's logging module
165+
163166
[comtypes]
164167
description=Pure Python COM package
165168
@@ -210,6 +213,9 @@ category=util
210213
[cytoolz]
211214
description=Cython implementation of Toolz: High performance functional utilities
212215

216+
[dash]
217+
description=A Python framework for building reactive web-apps. Developed by Plotly.
218+
213219
[datashape]
214220
description=A data description language
215221

@@ -281,6 +287,9 @@ description=A python package that provides useful locks.
281287
[fastparquet]
282288
description=Python support for Parquet file format
283289
290+
[fast-histogram]
291+
description=Fast 1D and 2D histogram functions in Python
292+
284293
[feather-format]
285294
description=Python interface to the Apache Arrow-based Feather File Format
286295
@@ -290,9 +299,15 @@ description=A platform independent file lock.
290299
[flask]
291300
description=A microframework based on Werkzeug, Jinja2 and good intentions
292301
302+
[flask-compress]
303+
description=Compress responses in your Flask app with gzip.
304+
293305
[flask-cors]
294306
description=A Flask extension adding a decorator for CORS support
295307
308+
[flask-seasurf]
309+
description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
310+
296311
[flexx]
297312
description=Pure Python toolkit for creating GUI's using web technology.
298313

@@ -385,6 +400,9 @@ description=HTML parser based on the WHATWG HTML specification
385400
[httplib2]
386401
description=A comprehensive HTTP client library.
387402

403+
[humanfriendly]
404+
description=Human friendly output for text interfaces using Python
405+
388406
[husl]
389407
description=Human-friendly HSL (Hue-Saturation-Lightness)
390408

@@ -481,9 +499,15 @@ description=Jupyter terminal console
481499
[jupyter_core]
482500
description=Jupyter core package. A base package on which Jupyter projects rely.
483501

502+
[jupyter_sphinx]
503+
description=Jupyter Sphinx Extensions
504+
484505
[keras]
485506
description=Theano-based Deep Learning library
486507

508+
[keras-vis]
509+
description=Neural network visualization toolkit for keras
510+
487511
[kivy]
488512
description=A software library for rapid development of hardware-accelerated multitouch applications.
489513

@@ -579,6 +603,9 @@ url=https://anaconda.org/carlkl/mingwpy
579603
[mistune]
580604
description=The fastest markdown parser in pure Python, inspired by marked.
581605
606+
[mizani]
607+
description=Scales for Python
608+
582609
[mock]
583610
description=Rolling backport of unittest.mock for all Pythons
584611
@@ -595,6 +622,9 @@ description=Interactive data cursors for Matplotlib
595622
[mpld3]
596623
description=D3 Viewer for Matplotlib
597624
625+
[mpl-scatter-density]
626+
description=Fast scatter density plots for Matplotlib
627+
598628
[mpmath]
599629
description=Python library for arbitrary-precision floating-point arithmetic
600630
@@ -707,6 +737,9 @@ description=a component-based data mining framework.
707737
[packaging]
708738
description=Core utilities for Python packages
709739
740+
[palettable]
741+
description=Color palettes for Python
742+
710743
[palladium]
711744
description=Framework for setting up predictive analytics services
712745
@@ -777,6 +810,12 @@ category=improc
777810
description=A tool for installing and managing Python packages
778811
category=deploy
779812
813+
[plotly]
814+
description=Python plotting library for collaborative, interactive, publication-quality graphs.
815+
816+
[plotnine]
817+
description=A grammar of graphics for python
818+
780819
[plotpy]
781820
description=plotpy is a set of tools for curve and image plotting
782821
@@ -1084,6 +1123,9 @@ description=Python bindings for the QScintilla programmers editor widget
10841123
[queuelib]
10851124
description=Collection of persistent (disk-based) queues
10861125
1126+
[quiver_engine]
1127+
description=Interactive per-layer visualization for convents in keras
1128+
10871129
[recommonmark]
10881130
description=A markdown parser for docutils
10891131
@@ -1271,9 +1313,12 @@ description=ReadTheDocs.org theme for Sphinx, 2013 version.
12711313
[spyder]
12721314
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
12731315

1274-
[spyder.notebook]
1316+
[spyder_notebook]
12751317
description=Jupyter notebook integration with Spyder
12761318

1319+
[spyder_reports]
1320+
description=pyder plugin to render Markdown reports using Pweave as a backend
1321+
12771322
[spyder.line_profiler]
12781323
description=a plugin to run the python line profiler from within the spyder editor
12791324

0 commit comments

Comments
 (0)
0