Skip to content

Commit 0d6f3d9

Browse files
committed
Update documentation
1 parent 590c275 commit 0d6f3d9

File tree

3 files changed

+59
-40
lines changed

3 files changed

+59
-40
lines changed

index.html

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ <h2 id="package-management">Package Management</h2>
405405
<li><a href="https://pypi.python.org/pypi">Python Package Index</a></li>
406406
</ul>
407407
</li>
408+
<li><a href="https://github.com/nvie/pip-tools">pip-tools</a> - A set of tools to keep your pinned Python dependencies fresh.</li>
408409
<li><a href="https://github.com/conda/conda/">conda</a> - Cross-platform, Python-agnostic binary package manager.</li>
409410
<li><a href="http://clarete.li/curdling/">Curdling</a> - Curdling is a command line tool for managing Python packages.</li>
410411
<li><a href="http://pythonwheels.com/">wheel</a> - The new standard of Python distribution and are intended to replace eggs.</li>
@@ -520,6 +521,7 @@ <h2 id="specific-formats-processing">Specific Formats Processing</h2>
520521
<li><a href="https://xlsxwriter.readthedocs.org/">XlsxWriter</a> - A Python module for creating Excel .xlsx files.</li>
521522
<li><a href="http://xlwings.org/">xlwings</a> - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.</li>
522523
<li><a href="https://github.com/python-excel/xlwt">xlwt</a> / <a href="https://github.com/python-excel/xlrd">xlrd</a> - Writing and reading data and formatting information from Excel files.</li>
524+
<li><a href="http://relatorio.tryton.org/">relatorio</a> - Templating OpenDocument files.</li>
523525
</ul>
524526
</li>
525527
<li>PDF<ul>
@@ -580,10 +582,10 @@ <h2 id="command-line-tools">Command-line Tools</h2>
580582
<p><em>Libraries for building command-line application.</em></p>
581583
<ul>
582584
<li>Command-line Application Development<ul>
583-
<li><a href="http://builtoncement.com/">cement</a> - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.</li>
585+
<li><a href="http://builtoncement.com/">cement</a> - CLI Application Framework for Python.</li>
584586
<li><a href="http://click.pocoo.org/">click</a> - A package for creating beautiful command line interfaces in a composable way.</li>
585587
<li><a href="http://docs.openstack.org/developer/cliff/">cliff</a> - A framework for creating command-line programs with multi-level commands.</li>
586-
<li><a href="http://clime.mosky.tw">Clime</a>Clime lets you convert any module into a multi-command CLI program without any configuration.</li>
588+
<li><a href="http://clime.mosky.tw">Clime</a>Converting any module into a multi-command CLI app without any configuration.</li>
587589
<li><a href="https://github.com/kennethreitz/clint">clint</a> - Python Command-line Application Tools.</li>
588590
<li><a href="https://pypi.python.org/pypi/colorama">colorama</a> - Cross-platform colored terminal text.</li>
589591
<li><a href="http://docopt.org/">docopt</a> - Pythonic command line arguments parser.</li>
@@ -593,14 +595,14 @@ <h2 id="command-line-tools">Command-line Tools</h2>
593595
</ul>
594596
</li>
595597
<li>Productivity Tools<ul>
596-
<li><a href="https://github.com/glamp/bashplotlib">bashplotlib</a> - Making basic plots in the terminal. It's a quick way to visualize data without GUI.</li>
598+
<li><a href="https://github.com/aws/aws-cli">aws-cli</a> - A universal command-line interface for Amazon Web Services.</li>
599+
<li><a href="https://github.com/glamp/bashplotlib">bashplotlib</a> - Making basic plots in the terminal.</li>
597600
<li><a href="https://github.com/brettcannon/caniusepython3">caniusepython3</a> - Determine what projects are blocking you from porting to Python 3.</li>
598601
<li><a href="https://github.com/audreyr/cookiecutter">cookiecutter</a> - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.</li>
599602
<li><a href="https://github.com/sloria/doitlive">doitlive</a> - A tool for live presentations in the terminal.</li>
600603
<li><a href="https://github.com/jakubroztocil/httpie">httpie</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
601604
<li><a href="https://github.com/facebook/PathPicker">PathPicker</a> - Select files out of bash output.</li>
602605
<li><a href="https://github.com/mooz/percol">percol</a> - Adds flavor of interactive selection to the traditional pipe concept on UNIX.</li>
603-
<li><a href="http://www.rainbowstream.org/">RainbowStream</a> - Smart and nice Twitter client on terminal.</li>
604606
<li><a href="https://github.com/nvbn/thefuck">thefuck</a> - Correcting your previous console command.</li>
605607
</ul>
606608
</li>
@@ -655,6 +657,7 @@ <h2 id="audio">Audio</h2>
655657
<li><a href="http://scikits.appspot.com/talkbox">talkbox</a> - A Python library for speech/signal processing.</li>
656658
<li><a href="https://github.com/yomguy/TimeSide">TimeSide</a> - Open web audio processing framework.</li>
657659
<li><a href="https://github.com/devsnd/tinytag">tinytag</a> - A library for reading music meta data of MP3, OGG, FLAC and Wave files.</li>
660+
<li><a href="http://bspaans.github.io/python-mingus/">mingus</a> - An advanced music theory and notation package with MIDI file and playback support.</li>
658661
</ul>
659662
<h2 id="video">Video</h2>
660663
<p><em>Libraries for manipulating video and GIFs.</em></p>
@@ -704,6 +707,7 @@ <h2 id="database-drivers">Database Drivers</h2>
704707
<li><a href="https://github.com/PyMySQL/PyMySQL">PyMySQL</a> - Pure Python MySQL driver compatible to mysql-python.</li>
705708
<li><a href="https://github.com/gmr/queries">queries</a> - A wrapper of the psycopg2 library for interacting with PostgreSQL.</li>
706709
<li><a href="http://txpostgres.readthedocs.org/">txpostgres</a> - Twisted based asynchronous driver for PostgreSQL.</li>
710+
<li><a href="https://pypi.python.org/pypi/python-sql">python-sql</a> - Write SQL queries pythonically.</li>
707711
</ul>
708712
</li>
709713
<li>NoSQL Databases<ul>
@@ -806,21 +810,32 @@ <h2 id="e-commerce">E-commerce</h2>
806810
<h2 id="restful-api">RESTful API</h2>
807811
<p><em>Libraries for developing RESTful APIs.</em></p>
808812
<ul>
809-
<li><a href="http://www.django-rest-framework.org/">django-rest-framework</a> - A powerful and flexible toolkit that makes it easy to build Web APIs.</li>
813+
<li>Django<ul>
814+
<li><a href="http://www.django-rest-framework.org/">django-rest-framework</a> - A powerful and flexible toolkit to build web APIs.</li>
810815
<li><a href="http://tastypieapi.org/">django-tastypie</a> - Creating delicious APIs for Django apps.</li>
811-
<li><a href="https://github.com/5monkeys/django-formapi">django-formapi</a> - Create JSON APIs with HMAC authentication and Django form-validation.</li>
816+
<li><a href="https://github.com/5monkeys/django-formapi">django-formapi</a> - Create JSON APIs with Django's form validation.</li>
817+
</ul>
818+
</li>
819+
<li>Flask<ul>
812820
<li><a href="http://www.flaskapi.org/">flask-api</a> - Browsable Web APIs for Flask.</li>
813-
<li><a href="http://flask-restful.readthedocs.org/">flask-restful</a> - An extension for Flask that adds support for quickly building REST APIs.</li>
821+
<li><a href="http://flask-restful.readthedocs.org/">flask-restful</a> - Quickly building REST APIs for Flask.</li>
814822
<li><a href="https://flask-restless.readthedocs.org/en/latest/">flask-restless</a> - Generating RESTful APIs for database models defined with SQLAlchemy.</li>
815-
<li><a href="https://github.com/marselester/flask-api-utils">flask-api-utils</a> - Flask extension that takes care of API representation and authentication.</li>
816-
<li><a href="http://falconframework.org/">falcon</a> - A high-performance Python framework for building cloud APIs and web app backends.</li>
823+
<li><a href="https://github.com/marselester/flask-api-utils">flask-api-utils</a> - Taking care of API representation and authentication for Flask.</li>
817824
<li><a href="https://github.com/nicolaiarocci/eve">eve</a> - REST API framework powered by Flask, MongoDB and good intentions.</li>
818-
<li><a href="https://github.com/jeffknupp/sandman">sandman</a> - Automated REST APIs for existing database-driven systems.</li>
819-
<li><a href="http://restless.readthedocs.org/en/latest/">restless</a> - Framework agnostic REST framework based on lessons learned from TastyPie.</li>
820-
<li><a href="https://github.com/RueLaLa/savory-pie/">savory-pie</a> - REST API building library (Django, and others)</li>
821-
<li><a href="https://github.com/vertical-knowledge/ripozo">ripozo</a> - Quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django.</li>
825+
</ul>
826+
</li>
827+
<li>Pyramid<ul>
822828
<li><a href="https://cornice.readthedocs.org/">cornice</a> - A REST framework for Pyramid.</li>
823829
</ul>
830+
</li>
831+
<li>Framework agnostic<ul>
832+
<li><a href="http://falconframework.org/">falcon</a> - A high-performance framework for building cloud APIs and web app backends.</li>
833+
<li><a href="https://github.com/jeffknupp/sandman">sandman</a> - Automated REST APIs for existing database-driven systems.</li>
834+
<li><a href="http://restless.readthedocs.org/en/latest/">restless</a> - Framework agnostic REST framework based on lessons learned from Tastypie.</li>
835+
<li><a href="https://github.com/vertical-knowledge/ripozo">ripozo</a> - Quickly creating REST/HATEOAS/Hypermedia APIs.</li>
836+
</ul>
837+
</li>
838+
</ul>
824839
<h2 id="authentication">Authentication</h2>
825840
<p><em>Libraries for implementing authentications schemes.</em></p>
826841
<ul>
@@ -1105,6 +1120,8 @@ <h2 id="gui">GUI</h2>
11051120
<li><a href="https://github.com/pybee/toga">Toga</a> - A Python native, OS native GUI toolkit.</li>
11061121
<li><a href="http://urwid.org/">urwid</a> - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.</li>
11071122
<li><a href="http://wxpython.org/">wxPython</a> - A blending of the wxWidgets C++ class library with the Python.</li>
1123+
<li><a href="https://wiki.gnome.org/Projects/PyGObject">PyGObject</a> - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)</li>
1124+
<li><a href="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>
11081125
</ul>
11091126
<h2 id="game-development">Game Development</h2>
11101127
<p><em>Awesome game development libraries.</em></p>
@@ -1205,8 +1222,8 @@ <h2 id="debugging-tools">Debugging Tools</h2>
12051222
<li><a href="https://pypi.python.org/pypi/pudb">pudb</a> – A full-screen, console-based Python debugger.</li>
12061223
<li><a href="https://github.com/google/pyringe">pyringe</a> - Debugger capable of attaching to and injecting code into Python processes.</li>
12071224
<li><a href="https://github.com/Kozea/wdb">wdb</a> - An improbable web debugger through WebSockets.</li>
1208-
<li><a href="http://winpdb.org/">winpdb</a> - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.</li>
1209-
<li><a href="https://github.com/django-debug-toolbar/django-debug-toolbar">django-debug-toolbar</a> - Display various debug information about the current request/response.</li>
1225+
<li><a href="http://winpdb.org/">winpdb</a> - A Python Debugger with GUI, capable of remote debugging based on <code>rpdb2</code>.</li>
1226+
<li><a href="https://github.com/django-debug-toolbar/django-debug-toolbar">django-debug-toolbar</a> - Display various debug information for Django.</li>
12101227
<li><a href="https://github.com/dcramer/django-devserver">django-devserver</a> - A drop-in replacement for Django's runserver.</li>
12111228
<li><a href="https://github.com/mgood/flask-debugtoolbar">flask-debugtoolbar</a> - A port of the django-debug-toolbar to flask.</li>
12121229
</ul>
@@ -1218,7 +1235,7 @@ <h2 id="debugging-tools">Debugging Tools</h2>
12181235
</ul>
12191236
</li>
12201237
<li>Others<ul>
1221-
<li><a href="https://github.com/eliben/pyelftools">pyelftools</a> - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.</li>
1238+
<li><a href="https://github.com/eliben/pyelftools">pyelftools</a> - Parsing and analyzing ELF files and DWARF debugging information.</li>
12221239
<li><a href="https://github.com/WoLpH/python-statsd">python-statsd</a> - Python Client for the <a href="https://github.com/etsy/statsd/">statsd</a> server.</li>
12231240
</ul>
12241241
</li>
@@ -1317,17 +1334,15 @@ <h2 id="devops-tools">DevOps Tools</h2>
13171334
<ul>
13181335
<li><a href="https://github.com/ansible/ansible">Ansible</a> - A radically simple IT automation platform.</li>
13191336
<li><a href="https://github.com/saltstack/salt">SaltStack</a> - Infrastructure automation and management system.</li>
1337+
<li><a href="http://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
1338+
<li><a href="https://docs.docker.com/compose/">Docker Compose</a> - Fast, isolated development environments using <a href="https://www.docker.com/">Docker</a>.</li>
13201339
<li><a href="http://www.fabfile.org/">Fabric</a> - A simple, Pythonic tool for remote execution and deployment.</li>
13211340
<li><a href="https://github.com/sebastien/cuisine">cuisine</a> - Chef-like functionality for Fabric.</li>
1322-
<li><a href="https://docs.docker.com/compose/">Docker Compose</a> - Fast, isolated development environments using <a href="https://www.docker.com/">Docker</a>.</li>
13231341
<li><a href="https://github.com/ronnix/fabtools">Fabtools</a> - Tools for writing awesome Fabric files.</li>
1324-
<li><a href="http://bitbucket.org/haard/gitapi">gitapi</a> - Pure-Python API for git.</li>
1325-
<li><a href="https://github.com/gunnery/gunnery">gunnery</a> - Multipurpose task execution tool for distributed systems with web-based interface.</li>
1342+
<li><a href="http://bitbucket.org/haard/gitapi">gitapi</a> - Pure-Python API for Git.</li>
13261343
<li><a href="http://bitbucket.org/haard/hgapi">hgapi</a> - Pure-Python API for Mercurial.</li>
1327-
<li><a href="https://github.com/nickstenning/honcho">honcho</a> - A Python port of <a href="https://github.com/ddollar/foreman">Foreman</a>, a tool for managing Procfile-based applications.</li>
1328-
<li><a href="http://www.openstack.org/">OpenStack</a> - Open source software for building private and public clouds.</li>
1344+
<li><a href="https://github.com/nickstenning/honcho">honcho</a> - A Python clone of <a href="https://github.com/ddollar/foreman">Foreman</a>, for managing Procfile-based applications.</li>
13291345
<li><a href="https://github.com/pexpect/pexpect">pexpect</a> - Controlling interactive programs in a pseudo-terminal like GNU expect.</li>
1330-
<li><a href="https://github.com/python-provy/provy">provy</a> - An easy-to-use provisioning system in Python.</li>
13311346
<li><a href="https://github.com/giampaolo/psutil">psutil</a> - A cross-platform process and system utilities module.</li>
13321347
<li><a href="https://github.com/Supervisor/supervisor">supervisor</a> - Supervisor process control system for UNIX.</li>
13331348
</ul>
@@ -1336,7 +1351,8 @@ <h2 id="job-scheduler">Job Scheduler</h2>
13361351
<ul>
13371352
<li><a href="http://apscheduler.readthedocs.org/">APScheduler</a> - A light but powerful in-process task scheduler that lets you schedule functions.</li>
13381353
<li><a href="https://github.com/thauber/django-schedule">django-schedule</a> - A calendaring app for Django.</li>
1339-
<li><a href="http://pydoit.org/">doit</a> - A task runner/build tool.</li>
1354+
<li><a href="http://pydoit.org/">doit</a> - A task runner and build tool.</li>
1355+
<li><a href="https://github.com/gunnery/gunnery">gunnery</a> - Multipurpose task execution tool for distributed systems with web-based interface.</li>
13401356
<li><a href="http://pythonhosted.org/joblib/index.html">Joblib</a> - A set of tools to provide lightweight pipelining in Python.</li>
13411357
<li><a href="https://github.com/fengsp/plan">Plan</a> - Writing crontab file in Python like a charm.</li>
13421358
<li><a href="https://github.com/dbader/schedule">schedule</a> - Python job scheduling for humans.</li>
@@ -1384,6 +1400,7 @@ <h2 id="hardware">Hardware</h2>
13841400
<li><a href="https://github.com/SavinaRoja/PyUserInput">PyUserInput</a> - A module for cross-platform control of the mouse and keyboard.</li>
13851401
<li><a href="http://www.secdev.org/projects/scapy/">scapy</a> - A brilliant packet manipulation library.</li>
13861402
<li><a href="https://wifi.readthedocs.org/">wifi</a> - A Python library and command line tool for working with WiFi on Linux.</li>
1403+
<li><a href="http://pingo.io">Pingo</a> - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.</li>
13871404
</ul>
13881405
<h2 id="compatibility">Compatibility</h2>
13891406
<p><em>Libraries for migrating from Python 2 to 3.</em></p>
@@ -1399,6 +1416,7 @@ <h2 id="miscellaneous">Miscellaneous</h2>
13991416
<li><a href="https://github.com/mitsuhiko/itsdangerous">itsdangerous</a> - Various helpers to pass trusted data to untrusted environments.</li>
14001417
<li><a href="https://github.com/mitsuhiko/pluginbase">pluginbase</a> - A simple but flexible plugin system for Python.</li>
14011418
<li><a href="https://github.com/PacketPerception/pychievements">Pychievements</a> - A framework for creating and tracking achievements.</li>
1419+
<li><a href="http://www.tryton.org/">Tryton</a> - A general purpose business framework.</li>
14021420
</ul>
14031421
<h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
14041422
<p><em>Python implementation of algorithms and design patterns.</em></p>
@@ -1499,8 +1517,9 @@ <h1 id="other-awesome-lists">Other Awesome Lists</h1>
14991517
</ul>
15001518
</li>
15011519
</ul>
1502-
<h1 id="contributing"><a href="https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md">Contributing</a></h1>
1503-
<p>Your contributions are always welcome!</p></div>
1520+
<h1 id="contributing">Contributing</h1>
1521+
<p>Your contributions are always welcome! Please take a look at the <a href="https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md">contribution guidelines</a> first.</p>
1522+
<p>I would keep some pull requests open if I'm not sure whether the libraries are awesome, you could <a href="https://github.com/vinta/awesome-python/pulls">vote for them</a> by leaving a comment that contains <code>+1</code>.</p></div>
15041523
</div>
15051524

15061525
<footer class="col-md-12">

mkdocs/search_index.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<url>
66
<loc>http://awesome-python.com/</loc>
7-
<lastmod>2015-09-19</lastmod>
7+
<lastmod>2015-10-03</lastmod>
88
<changefreq>daily</changefreq>
99
</url>
1010

0 commit comments

Comments
 (0)