You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://github.com/5monkeys/django-viewlet">django-viewlet</a> - Render template parts with extended cache control.</li>
1701
1701
<li><ahref="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
1702
1702
<li><ahref="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
1703
-
<li><ahref="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for django applications.</li>
1703
+
<li><ahref="https://github.com/jmoiron/johnny-cache">johnny-cache</a> - A caching framework for Django applications.</li>
1704
1704
<li><ahref="https://github.com/lericson/pylibmc">pylibmc</a> - A Python wrapper around the <ahref="http://libmemcached.org/libMemcached.html">libmemcached</a> interface.</li>
<p><em>Libraries for building command-line application.</em></p>
1735
1736
<ul>
1736
1737
<li>Command-line Application Development<ul>
1737
-
<li><ahref="https://github.com/peterbrittain/asciimatics">asciimatics</a> - A package to create full-screen text UIs (from interactive forms to ASCII animations).</li>
1738
-
<li><ahref="https://github.com/glamp/bashplotlib">bashplotlib</a> - Making basic plots in the terminal.</li>
1739
1738
<li><ahref="http://builtoncement.com/">cement</a> - CLI Application Framework for Python.</li>
1740
1739
<li><ahref="http://click.pocoo.org/dev/">click</a> - A package for creating beautiful command line interfaces in a composable way.</li>
1741
1740
<li><ahref="https://docs.openstack.org/developer/cliff/">cliff</a> - A framework for creating command-line programs with multi-level commands.</li>
<li><ahref="http://docopt.org/">docopt</a> - Pythonic command line arguments parser.</li>
1745
-
<li><ahref="https://github.com/chriskiehl/Gooey">Gooey</a> - Turn command line programs into a full GUI application with one line</li>
1743
+
<li><ahref="https://github.com/chriskiehl/Gooey">Gooey</a> - Turn command line programs into a full GUI application with one line.</li>
1746
1744
<li><ahref="https://github.com/google/python-fire">Python-Fire</a> - A library for creating command line interfaces from absolutely any Python object.</li>
1747
-
<li><ahref="https://github.com/jonathanslenders/python-prompt-toolkit">python-prompt-toolkit</a> - A Library for building powerful interactive command lines.</li>
1745
+
<li><ahref="https://github.com/jonathanslenders/python-prompt-toolkit">python-prompt-toolkit</a> - A library for building powerful interactive command lines.</li>
1746
+
</ul>
1747
+
</li>
1748
+
<li>Terminal Rendering<ul>
1749
+
<li><ahref="https://github.com/peterbrittain/asciimatics">asciimatics</a> - A package to create full-screen text UIs (from interactive forms to ASCII animations).</li>
1750
+
<li><ahref="https://github.com/glamp/bashplotlib">bashplotlib</a> - Making basic plots in the terminal.</li>
<li><ahref="https://github.com/mining/mining">Open Mining</a> - Business Intelligence (BI) in Pandas interface.</li>
1815
1819
<li><ahref="https://orange.biolab.si/">Orange</a> - Data mining, data visualization, analysis and machine learning through visual programming or scripts.</li>
1816
1820
<li><ahref="http://pandas.pydata.org/">Pandas</a> - A library providing high-performance, easy-to-use data structures and data analysis tools.</li>
1817
-
<li><ahref="https://github.com/ironmussa/Optimus">Optimus</a> - Cleansing, pre-processing, feature engineering, exploratory data analysis and easy Machine Learning with a PySpark backend.</li>
1821
+
<li><ahref="https://github.com/ironmussa/Optimus">Optimus</a> - Cleansing, pre-processing, feature engineering, exploratory data analysis and easy Machine Learning with a PySpark backend.</li>
1818
1822
</ul>
1819
1823
<h2id="data-validation">Data Validation</h2>
1820
1824
<p><em>Libraries for validating data. Used for forms in many cases.</em></p>
<li><ahref="https://github.com/gruns/icecream">IceCream</a> - Inspect variables, expressions, and program execution with a single, simple function call.</li>
1918
1923
<li><ahref="https://github.com/jazzband/django-debug-toolbar">django-debug-toolbar</a> - Display various debug information for Django.</li>
1919
1924
<li><ahref="https://github.com/dcramer/django-devserver">django-devserver</a> - A drop-in replacement for Django's runserver.</li>
1920
1925
<li><ahref="https://github.com/mgood/flask-debugtoolbar">flask-debugtoolbar</a> - A port of the django-debug-toolbar to flask.</li>
@@ -2098,10 +2103,10 @@ <h2 id="gui">GUI</h2>
2098
2103
<li><ahref="https://github.com/zoofIO/flexx">Flexx</a> - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.</li>
2099
2104
<li><ahref="https://kivy.org/">kivy</a> - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.</li>
2100
2105
<li><ahref="https://bitbucket.org/pyglet/pyglet/wiki/Home">pyglet</a> - A cross-platform windowing and multimedia library for Python.</li>
2101
-
<li><ahref="https://wiki.gnome.org/Projects/PyGObject">PyGObject</a> - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)</li>
2106
+
<li><ahref="https://wiki.gnome.org/Projects/PyGObject">PyGObject</a> - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).</li>
2102
2107
<li><ahref="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a> - Python bindings for the <ahref="https://www.qt.io/">Qt</a> cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.</li>
2103
2108
<li><ahref="https://wiki.qt.io/PySide">PySide</a> - Python bindings for the <ahref="http://www.qt.io/">Qt</a> cross-platform application and UI framework, supporting the Qt v4 framework.</li>
2104
-
<li><ahref="https://github.com/r0x0r/pywebview/">pywebview</a> - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window</li>
2109
+
<li><ahref="https://github.com/r0x0r/pywebview/">pywebview</a> - A lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own native dedicated window.</li>
2105
2110
<li><ahref="https://wiki.python.org/moin/TkInter">Tkinter</a> - Tkinter is Python's de-facto standard GUI package.</li>
2106
2111
<li><ahref="https://github.com/pybee/toga">Toga</a> - A Python native, OS native GUI toolkit.</li>
2107
2112
<li><ahref="http://urwid.org/">urwid</a> - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.</li>
<li><ahref="https://github.com/daviddrysdale/python-phonenumbers">phonenumbers</a> - Parsing, formatting, storing and validating international phone numbers.</li>
2635
-
<li><ahref="http://www.dabeaz.com/ply/">PLY</a> - Implementation of lex and yacc parsing tools for Python</li>
2644
+
<li><ahref="http://www.dabeaz.com/ply/">PLY</a> - Implementation of lex and yacc parsing tools for Python.</li>
2636
2645
<li><ahref="http://pygments.org/">Pygments</a> - A generic syntax highlighter.</li>
2637
2646
<li><ahref="http://pyparsing.wikispaces.com/">pyparsing</a> - A general purpose framework for generating parsers.</li>
2638
2647
<li><ahref="https://github.com/derek73/python-nameparser">python-nameparser</a> - Parsing human names into their individual components.</li>
0 commit comments