mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
6b48d0c7b8
commit
ece5f5df97
3 changed files with 58 additions and 71 deletions
127
index.html
127
index.html
|
@ -1646,13 +1646,13 @@
|
|||
<h2 id="admin-panels">Admin Panels</h2>
|
||||
<p><em>Libraries for administrative interfaces.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/ajenti/ajenti">Ajenti</a> - The admin panel your servers deserve.</li>
|
||||
<li><a href="https://github.com/ajenti/ajenti">ajenti</a> - The admin panel your servers deserve.</li>
|
||||
<li><a href="http://grappelliproject.com">django-grappelli</a> - A jazzy skin for the Django Admin-Interface.</li>
|
||||
<li><a href="http://djangosuit.com/">django-suit</a> - Alternative Django Admin-Interface (free only for Non-commercial use).</li>
|
||||
<li><a href="https://github.com/sshwsfc/xadmin">django-xadmin</a> - Drop-in replacement of Django admin comes with lots of goodies.</li>
|
||||
<li><a href="https://github.com/flask-admin/flask-admin">flask-admin</a> - Simple and extensible administrative interface framework for Flask.</li>
|
||||
<li><a href="https://github.com/mher/flower">flower</a> - Real-time monitor and web admin for Celery.</li>
|
||||
<li><a href="http://grappelliproject.com">Grappelli</a> - A jazzy skin for the Django Admin-Interface.</li>
|
||||
<li><a href="https://github.com/wooey/wooey">Wooey</a> - A Django app which creates automatic web UIs for Python scripts.</li>
|
||||
<li><a href="https://github.com/wooey/wooey">wooey</a> - A Django app which creates automatic web UIs for Python scripts.</li>
|
||||
</ul>
|
||||
<h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
|
||||
<p><em>Python implementation of algorithms and design patterns.</em></p>
|
||||
|
@ -1689,13 +1689,13 @@
|
|||
<li><a href="https://github.com/lepture/authlib">authlib</a> - JavaScript Object Signing and Encryption draft implementation.</li>
|
||||
<li><a href="https://github.com/pennersr/django-allauth">django-allauth</a> - Authentication app for Django that "just works."</li>
|
||||
<li><a href="https://github.com/evonove/django-oauth-toolkit">django-oauth-toolkit</a> - OAuth 2 goodies for Django.</li>
|
||||
<li><a href="https://github.com/idan/oauthlib">OAuthLib</a> - A generic and thorough implementation of the OAuth request-signing logic.</li>
|
||||
<li><a href="https://github.com/idan/oauthlib">oauthlib</a> - A generic and thorough implementation of the OAuth request-signing logic.</li>
|
||||
<li><a href="https://github.com/joestump/python-oauth2">python-oauth2</a> - A fully tested, abstract interface to creating OAuth clients and servers.</li>
|
||||
<li><a href="https://github.com/omab/python-social-auth">python-social-auth</a> - An easy-to-setup social authentication mechanism.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Others<ul>
|
||||
<li><a href="https://github.com/jpadilla/pyjwt">PyJWT</a> - Implementation of the JSON Web Token draft 01.</li>
|
||||
<li><a href="https://github.com/jpadilla/pyjwt">pyjwt</a> - Implementation of the JSON Web Token draft 01.</li>
|
||||
<li><a href="https://github.com/mpdavis/python-jose/">python-jose</a> - A JOSE implementation in Python.</li>
|
||||
<li><a href="https://github.com/davedoesdev/python-jwt">python-jwt</a> - Module for generating and verifying JSON Web Tokens.</li>
|
||||
</ul>
|
||||
|
@ -1707,7 +1707,7 @@
|
|||
<li><a href="http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html">BitBake</a> - A make-like build tool for embedded Linux.</li>
|
||||
<li><a href="http://www.buildout.org/en/latest/">buildout</a> - A build system for creating, assembling and deploying applications from multiple parts.</li>
|
||||
<li><a href="https://github.com/platformio/platformio-core">PlatformIO</a> - A console tool to build code with different development platforms.</li>
|
||||
<li><a href="https://github.com/pybuilder/pybuilder">PyBuilder</a> - A continuous build tool written in pure Python.</li>
|
||||
<li><a href="https://github.com/pybuilder/pybuilder">pybuilder</a> - A continuous build tool written in pure Python.</li>
|
||||
<li><a href="http://www.scons.org/">SCons</a> - A software construction tool.</li>
|
||||
</ul>
|
||||
<h2 id="built-in-classes-enhancement">Built-in Classes Enhancement</h2>
|
||||
|
@ -1716,29 +1716,29 @@
|
|||
<li><a href="https://github.com/python-attrs/attrs">attrs</a> - Replacement for <code>__init__</code>, <code>__eq__</code>, <code>__repr__</code>, etc. boilerplate in class definitions.</li>
|
||||
<li><a href="https://github.com/jab/bidict">bidict</a> - Efficient, Pythonic bidirectional map data structures and related functionality..</li>
|
||||
<li><a href="https://github.com/cdgriffith/Box">Box</a> - Python dictionaries with advanced dot notation access.</li>
|
||||
<li><a href="https://github.com/carlosescri/DottedDict">dotted</a> - A library that provides a method of accessing lists and dicts with a dotted path notation.</li>
|
||||
<li><a href="https://github.com/carlosescri/DottedDict">DottedDict</a> - A library that provides a method of accessing lists and dicts with a dotted path notation.</li>
|
||||
</ul>
|
||||
<h2 id="cms">CMS</h2>
|
||||
<p><em>Content Management Systems.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://wagtail.io/">Wagtail</a> - A Django content management system.</li>
|
||||
<li><a href="https://wagtail.io/">wagtail</a> - A Django content management system.</li>
|
||||
<li><a href="https://www.django-cms.org/en/">django-cms</a> - An Open source enterprise CMS based on the Django.</li>
|
||||
<li><a href="https://github.com/feincms/feincms">FeinCMS</a> - One of the most advanced Content Management Systems built on Django.</li>
|
||||
<li><a href="https://github.com/feincms/feincms">feincms</a> - One of the most advanced Content Management Systems built on Django.</li>
|
||||
<li><a href="https://github.com/Kotti/Kotti">Kotti</a> - A high-level, Pythonic web application framework built on Pyramid.</li>
|
||||
<li><a href="https://github.com/stephenmcd/mezzanine">Mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
|
||||
<li><a href="https://plone.org/">Plone</a> - A CMS built on top of the open source application server Zope.</li>
|
||||
<li><a href="https://github.com/rochacbruno/quokka">Quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
|
||||
<li><a href="https://github.com/stephenmcd/mezzanine">mezzanine</a> - A powerful, consistent, and flexible content management platform.</li>
|
||||
<li><a href="https://plone.org/">plone</a> - A CMS built on top of the open source application server Zope.</li>
|
||||
<li><a href="https://github.com/rochacbruno/quokka">quokka</a> - Flexible, extensible, small CMS powered by Flask and MongoDB.</li>
|
||||
</ul>
|
||||
<h2 id="caching">Caching</h2>
|
||||
<p><em>Libraries for caching data.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/bbangert/beaker">Beaker</a> - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.</li>
|
||||
<li><a href="http://www.grantjenks.com/docs/diskcache/">DiskCache</a> - SQLite and file backed cache backend with faster lookups than memcached and redis.</li>
|
||||
<li><a href="https://github.com/bbangert/beaker">beaker</a> - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.</li>
|
||||
<li><a href="https://github.com/django-cache-machine/django-cache-machine">django-cache-machine</a> - Automatic caching and invalidation for Django models.</li>
|
||||
<li><a href="https://github.com/Suor/django-cacheops">django-cacheops</a> - A slick ORM cache with automatic granular event-driven invalidation.</li>
|
||||
<li><a href="http://dogpilecache.readthedocs.io/en/latest/">dogpile.cache</a> - dogpile.cache is next generation replacement for Beaker made by same authors.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/HermesCache">HermesCache</a> - Python caching library with tag-based invalidation and dogpile effect prevention.</li>
|
||||
<li><a href="https://github.com/lericson/pylibmc">pylibmc</a> - A Python wrapper around the <a href="http://libmemcached.org/libMemcached.html">libmemcached</a> interface.</li>
|
||||
<li><a href="http://www.grantjenks.com/docs/diskcache/">python-diskcache</a> - SQLite and file backed cache backend with faster lookups than memcached and redis.</li>
|
||||
</ul>
|
||||
<h2 id="chatops-tools">ChatOps Tools</h2>
|
||||
<p><em>Libraries for chatbot development.</em></p>
|
||||
|
@ -1784,7 +1784,7 @@ Code Formatters</li>
|
|||
<li><a href="https://github.com/kennethreitz/clint">clint</a> - Python Command-line Application Tools.</li>
|
||||
<li><a href="http://docopt.org/">docopt</a> - Pythonic command line arguments parser.</li>
|
||||
<li><a href="https://github.com/chriskiehl/Gooey">Gooey</a> - Turn command line programs into a full GUI application with one line.</li>
|
||||
<li><a href="https://github.com/google/python-fire">Python Fire</a> - A library for creating command line interfaces from absolutely any Python object.</li>
|
||||
<li><a href="https://github.com/google/python-fire">python-fire</a> - A library for creating command line interfaces from absolutely any Python object.</li>
|
||||
<li><a href="https://github.com/jonathanslenders/python-prompt-toolkit">python-prompt-toolkit</a> - A library for building powerful interactive command lines.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -1795,64 +1795,63 @@ Code Formatters</li>
|
|||
</ul>
|
||||
</li>
|
||||
<li>Productivity Tools<ul>
|
||||
<li><a href="https://github.com/aws/aws-cli">aws-cli</a> - A universal command-line interface for Amazon Web Services.</li>
|
||||
<li><a href="https://github.com/audreyr/cookiecutter">cookiecutter</a> - A command-line utility that creates projects from cookiecutters (project templates).</li>
|
||||
<li><a href="https://github.com/sloria/doitlive">doitlive</a> - A tool for live presentations in the terminal.</li>
|
||||
<li><a href="https://github.com/gleitz/howdoi">howdoi</a> - Instant coding answers via the command line.</li>
|
||||
<li><a href="https://github.com/jakubroztocil/httpie">httpie</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
|
||||
<li><a href="https://github.com/cloudnativelabs/kube-shell">kube-shell</a> - An integrated shell for working with the Kubernetes CLI.</li>
|
||||
<li><a href="https://github.com/dbcli/mycli">mycli</a> - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.</li>
|
||||
<li><a href="https://github.com/facebook/PathPicker">PathPicker</a> - Select files out of bash output.</li>
|
||||
<li><a href="https://github.com/mooz/percol">percol</a> - Adds flavor of interactive selection to the traditional pipe concept on UNIX.</li>
|
||||
<li><a href="https://github.com/dbcli/pgcli">pgcli</a> - Postgres CLI with autocompletion and syntax highlighting.</li>
|
||||
<li><a href="https://github.com/donnemartin/saws">SAWS</a> - A Supercharged AWS CLI.</li>
|
||||
<li><a href="https://github.com/nvbn/thefuck">thefuck</a> - Correcting your previous console command.</li>
|
||||
<li><a href="https://github.com/tony/tmuxp">tmuxp</a> - A <a href="https://github.com/tmux/tmux">tmux</a> session manager.</li>
|
||||
<li><a href="https://github.com/timofurrer/try">try</a> - A dead simple CLI to try out python packages - it's never been easier.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>CLI Enhancements<ul>
|
||||
<li><a href="https://github.com/jakubroztocil/httpie">httpie</a> - A command line HTTP client, a user-friendly cURL replacement.</li>
|
||||
<li><a href="https://github.com/cloudnativelabs/kube-shell">kube-shell</a> - An integrated shell for working with the Kubernetes CLI.</li>
|
||||
<li><a href="https://github.com/dbcli/mycli">mycli</a> - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.</li>
|
||||
<li><a href="https://github.com/dbcli/pgcli">pgcli</a> - Postgres CLI with autocompletion and syntax highlighting.</li>
|
||||
<li><a href="https://github.com/donnemartin/saws">saws</a> - A Supercharged <a href="https://github.com/aws/aws-cli">aws-cli</a>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="compatibility">Compatibility</h2>
|
||||
<p><em>Libraries for migrating from Python 2 to 3.</em></p>
|
||||
<ul>
|
||||
<li><a href="http://python-future.org/index.html">Python-Future</a> - The missing compatibility layer between Python 2 and Python 3.</li>
|
||||
<li><a href="https://github.com/mitsuhiko/python-modernize">Python-Modernize</a> - Modernizes Python code for eventual Python 3 migration.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/six">Six</a> - Python 2 and 3 compatibility utilities.</li>
|
||||
<li><a href="http://python-future.org/index.html">python-future</a> - The missing compatibility layer between Python 2 and Python 3.</li>
|
||||
<li><a href="https://github.com/mitsuhiko/python-modernize">python-modernize</a> - Modernizes Python code for eventual Python 3 migration.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/six">six</a> - Python 2 and 3 compatibility utilities.</li>
|
||||
</ul>
|
||||
<h2 id="computer-vision">Computer Vision</h2>
|
||||
<p><em>Libraries for computer vision.</em></p>
|
||||
<ul>
|
||||
<li><a href="http://opencv.org/">OpenCV</a> - Open Source Computer Vision Library.</li>
|
||||
<li><a href="https://github.com/openpaperwork/pyocr">pyocr</a> - A wrapper for Tesseract and Cuneiform.</li>
|
||||
<li><a href="https://opencv.org/">OpenCV</a> - Open Source Computer Vision Library.</li>
|
||||
<li><a href="https://github.com/madmaze/pytesseract">pytesseract</a> - Another wrapper for <a href="https://github.com/tesseract-ocr">Google Tesseract OCR</a>.</li>
|
||||
<li><a href="http://simplecv.org/">SimpleCV</a> - An open source framework for building computer vision applications.</li>
|
||||
</ul>
|
||||
<h2 id="concurrency-and-parallelism">Concurrency and Parallelism</h2>
|
||||
<p><em>Libraries for concurrent and parallel execution.</em></p>
|
||||
<p><em>Libraries for concurrent and parallel execution. See <a href="https://github.com/timofurrer/awesome-asyncio">awesome-asyncio</a>.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://docs.python.org/3/library/multiprocessing.html">concurrent.futures</a> - (Python standard library) Process-based "<a href="https://docs.python.org/3/library/threading.html">threading</a>" interface.</li>
|
||||
<li><a href="https://docs.python.org/3/library/multiprocessing.html">multiprocessing</a> - (Python standard library) A high-level interface for asynchronously executing callables.</li>
|
||||
<li><a href="https://docs.python.org/3/library/concurrent.futures.html">concurrent.futures</a> - (Python standard library) A high-level interface for asynchronously executing callables.</li>
|
||||
<li><a href="https://docs.python.org/3/library/multiprocessing.html">multiprocessing</a> - (Python standard library) Process-based parallelism.</li>
|
||||
<li><a href="http://eventlet.net/">eventlet</a> - Asynchronous framework with WSGI support.</li>
|
||||
<li><a href="http://www.gevent.org/">gevent</a> - A coroutine-based Python networking library that uses <a href="https://github.com/python-greenlet/greenlet">greenlet</a>.</li>
|
||||
<li><a href="https://github.com/soravux/scoop">SCOOP</a> - Scalable Concurrent Operations in Python.</li>
|
||||
<li><a href="https://github.com/madisonmay/Tomorrow">Tomorrow</a> - Magic decorator syntax for asynchronous code.</li>
|
||||
<li><a href="https://github.com/MagicStack/uvloop">uvloop</a> - Ultra fast implementation of asyncio event loop on top of libuv.</li>
|
||||
<li><a href="https://github.com/MagicStack/uvloop">uvloop</a> - Ultra fast implementation of <code>asyncio</code> event loop on top of <code>libuv</code>.</li>
|
||||
<li><a href="https://github.com/soravux/scoop">scoop</a> - Scalable Concurrent Operations in Python.</li>
|
||||
</ul>
|
||||
<h2 id="configuration">Configuration</h2>
|
||||
<p><em>Libraries for storing and parsing configuration options.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://www.red-dove.com/config-doc/">config</a> - Hierarchical config from the author of <a href="https://docs.python.org/3/library/logging.html">logging</a>.</li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">ConfigObj</a> - INI file parser with validation.</li>
|
||||
<li><a href="https://docs.python.org/3/library/configparser.html">ConfigParser</a> - (Python standard library) INI file parser.</li>
|
||||
<li><a href="http://profig.readthedocs.org/en/default/">profig</a> - Config from multiple formats with value conversion.</li>
|
||||
<li><a href="https://github.com/DiffSK/configobj">configobj</a> - INI file parser with validation.</li>
|
||||
<li><a href="https://docs.python.org/3/library/configparser.html">configparser</a> - (Python standard library) INI file parser.</li>
|
||||
<li><a href="https://profig.readthedocs.io/en/default/">profig</a> - Config from multiple formats with value conversion.</li>
|
||||
<li><a href="https://github.com/henriquebastos/python-decouple">python-decouple</a> - Strict separation of settings from code.</li>
|
||||
</ul>
|
||||
<h2 id="cryptography">Cryptography</h2>
|
||||
<ul>
|
||||
<li><a href="https://cryptography.io/en/latest/">cryptography</a> - A package designed to expose cryptographic primitives and recipes to Python developers.</li>
|
||||
<li><a href="http://www.paramiko.org/">Paramiko</a> - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.</li>
|
||||
<li><a href="https://passlib.readthedocs.io/en/stable/">Passlib</a> - Secure password storage/hashing library, very high level.</li>
|
||||
<li><a href="https://github.com/pyca/pynacl">PyNacl</a> - Python binding to the Networking and Cryptography (NaCl) library.</li>
|
||||
<li><a href="https://github.com/paramiko/paramiko">paramiko</a> - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.</li>
|
||||
<li><a href="https://passlib.readthedocs.io/en/stable/">passlib</a> - Secure password storage/hashing library, very high level.</li>
|
||||
<li><a href="https://github.com/pyca/pynacl">pynacl</a> - Python binding to the Networking and Cryptography (NaCl) library.</li>
|
||||
</ul>
|
||||
<h2 id="data-analysis">Data Analysis</h2>
|
||||
<p><em>Libraries for data analyzing.</em></p>
|
||||
|
@ -1895,43 +1894,40 @@ Code Formatters</li>
|
|||
<h2 id="database">Database</h2>
|
||||
<p><em>Databases implemented in Python.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://pythonhosted.org/pickleDB/">pickleDB</a> - A simple and lightweight key-value store for Python.</li>
|
||||
<li><a href="https://github.com/msiemens/tinydb">TinyDB</a> - A tiny, document-oriented database.</li>
|
||||
<li><a href="http://www.zodb.org/en/latest/">ZODB</a> - A native object database for Python. A key-value and object graph database.</li>
|
||||
<li><a href="https://github.com/patx/pickledb">pickleDB</a> - A simple and lightweight key-value store for Python.</li>
|
||||
<li><a href="https://github.com/msiemens/tinydb">tinydb</a> - A tiny, document-oriented database.</li>
|
||||
<li><a href="https://github.com/zopefoundation/ZODB">ZODB</a> - A native object database for Python. A key-value and object graph database.</li>
|
||||
</ul>
|
||||
<h2 id="database-drivers">Database Drivers</h2>
|
||||
<p><em>Libraries for connecting and operating databases.</em></p>
|
||||
<ul>
|
||||
<li>MySQL - <a href="http://shlomi-noach.github.io/awesome-mysql/">awesome-mysql</a><ul>
|
||||
<li><a href="https://github.com/PyMySQL/mysqlclient-python">mysqlclient</a> - MySQL connector with Python 3 support (<a href="https://sourceforge.net/projects/mysql-python/">mysql-python</a> fork).</li>
|
||||
<li><a href="https://pythonhosted.org/oursql/">oursql</a> - A better MySQL connector with support for native prepared statements and BLOBs.</li>
|
||||
<li><a href="https://github.com/PyMySQL/PyMySQL">PyMySQL</a> - A pure Python MySQL driver compatible to mysql-python.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>PostgreSQL - <a href="https://github.com/dhamaniasad/awesome-postgres">awesome-postgres</a><ul>
|
||||
<li><a href="http://initd.org/psycopg/">psycopg2</a> - The most popular PostgreSQL adapter for Python.</li>
|
||||
<li><a href="https://github.com/gmr/queries">queries</a> - A wrapper of the psycopg2 library for interacting with PostgreSQL.</li>
|
||||
<li><a href="https://github.com/wulczer/txpostgres">txpostgres</a> - Twisted based asynchronous driver for PostgreSQL.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Other Relational Databases<ul>
|
||||
<li><a href="http://rogerbinns.github.io/apsw/">apsw</a> - Another Python SQLite wrapper.</li>
|
||||
<li><a href="https://github.com/pudo/dataset">dataset</a> - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.</li>
|
||||
<li><a href="http://www.pymssql.org/en/latest/">pymssql</a> - A simple database interface to Microsoft SQL Server.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>NoSQL Databases<ul>
|
||||
<li><a href="https://github.com/datastax/python-driver">cassandra-driver</a> - The Python Driver for Apache Cassandra.</li>
|
||||
<li><a href="https://github.com/wbolster/happybase">HappyBase</a> - A developer-friendly library for Apache HBase.</li>
|
||||
<li><a href="https://github.com/wbolster/happybase">happybase</a> - A developer-friendly library for Apache HBase.</li>
|
||||
<li><a href="https://github.com/dpkp/kafka-python">kafka-python</a> - The Python client for Apache Kafka.</li>
|
||||
<li><a href="http://py2neo.org/2.0/">py2neo</a> - Python wrapper client for Neo4j's restful interface.</li>
|
||||
<li><a href="https://docs.mongodb.com/ecosystem/drivers/python/">PyMongo</a> - The official Python client for MongoDB.</li>
|
||||
<li><a href="https://py2neo.org/">py2neo</a> - Python wrapper client for Neo4j's restful interface.</li>
|
||||
<li><a href="https://github.com/mongodb/mongo-python-driver">pymongo</a> - The official Python client for MongoDB.</li>
|
||||
<li><a href="https://github.com/andymccurdy/redis-py">redis-py</a> - The Python client for Redis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Asynchronous Clients<ul>
|
||||
<li><a href="https://github.com/mongodb/motor">Motor</a> - The async Python driver for MongoDB.</li>
|
||||
<li><a href="https://github.com/driftx/Telephus">telephus</a> - Twisted based client for Cassandra.</li>
|
||||
<li><a href="https://github.com/mongodb/motor">motor</a> - The async Python driver for MongoDB.</li>
|
||||
<li><a href="https://github.com/driftx/Telephus">Telephus</a> - Twisted based client for Cassandra.</li>
|
||||
<li><a href="https://github.com/wulczer/txpostgres">txpostgres</a> - Twisted based asynchronous driver for PostgreSQL.</li>
|
||||
<li><a href="https://github.com/deldotdr/txRedis">txRedis</a> - Twisted based client for Redis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2119,11 +2115,11 @@ Code Formatters</li>
|
|||
<h2 id="environment-management">Environment Management</h2>
|
||||
<p><em>Libraries for Python version and environment management.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/kennethreitz/pipenv">Pipenv</a> - Sacred Marriage of Pipfile, Pip, & Virtualenv.</li>
|
||||
<li><a href="https://github.com/kennethreitz/pipenv">pipenv</a> - Sacred Marriage of Pipfile, Pip, & Virtualenv.</li>
|
||||
<li><a href="https://github.com/sdispater/poetry">poetry</a> - Python dependency management and packaging made easy.</li>
|
||||
<li><a href="https://github.com/pyenv/pyenv">pyenv</a> - Simple Python version management.</li>
|
||||
<li><a href="https://docs.python.org/3/library/venv.html">venv</a> - (Python standard library in Python 3.3+) Creating lightweight virtual environments.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/virtualenv">virtualenv</a> - A tool to create isolated Python environments.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/virtualenvwrapper">virtualenvwrapper</a> - A set of extensions to virtualenv.</li>
|
||||
</ul>
|
||||
<h2 id="files">Files</h2>
|
||||
<p><em>Libraries for file manipulation and MIME type detection.</em></p>
|
||||
|
@ -2387,31 +2383,24 @@ Code Formatters</li>
|
|||
<ul>
|
||||
<li>Relational Databases<ul>
|
||||
<li><a href="https://docs.djangoproject.com/en/dev/topics/db/models/">Django Models</a> - A part of Django.</li>
|
||||
<li><a href="http://www.sqlalchemy.org/">SQLAlchemy</a> - The Python SQL Toolkit and Object Relational Mapper.<ul>
|
||||
<li><a href="https://www.sqlalchemy.org/">SQLAlchemy</a> - The Python SQL Toolkit and Object Relational Mapper.<ul>
|
||||
<li><a href="https://github.com/dahlia/awesome-sqlalchemy">awesome-sqlalchemy</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://orator-orm.com">Orator</a> - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.</li>
|
||||
<li><a href="https://github.com/coleifer/peewee">Peewee</a> - A small, expressive ORM.</li>
|
||||
<li><a href="https://ponyorm.com/">PonyORM</a> - ORM that provides a generator-oriented interface to SQL.</li>
|
||||
<li><a href="https://github.com/web2py/pydal/">pyDAL</a> - A pure Python Database Abstraction Layer.</li>
|
||||
<li><a href="https://pypi.python.org/pypi/python-sql">python-sql</a> - Write SQL queries pythonically.</li>
|
||||
<li><a href="https://github.com/pudo/dataset">dataset</a> - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.</li>
|
||||
<li><a href="https://github.com/sdispater/orator">orator</a> - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.</li>
|
||||
<li><a href="https://github.com/coleifer/peewee">peewee</a> - A small, expressive ORM.</li>
|
||||
<li><a href="https://github.com/ponyorm/pony/">pony</a> - ORM that provides a generator-oriented interface to SQL.</li>
|
||||
<li><a href="https://github.com/web2py/pydal/">pydal</a> - A pure Python Database Abstraction Layer.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>NoSQL Databases<ul>
|
||||
<li><a href="https://github.com/django-nonrel/mongodb-engine">django-mongodb-engine</a> - Django MongoDB Backend.</li>
|
||||
<li><a href="https://github.com/stevearc/flywheel">flywheel</a> - Object mapper for Amazon DynamoDB.</li>
|
||||
<li><a href="https://github.com/stephenmcd/hot-redis">hot-redis</a> - Rich Python data types for Redis.</li>
|
||||
<li><a href="http://mongoengine.org/">MongoEngine</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
|
||||
<li><a href="https://github.com/MongoEngine/mongoengine">mongoengine</a> - A Python Object-Document-Mapper for working with MongoDB.</li>
|
||||
<li><a href="https://github.com/pynamodb/PynamoDB">PynamoDB</a> - A Pythonic interface for <a href="https://aws.amazon.com/dynamodb/">Amazon DynamoDB</a>.</li>
|
||||
<li><a href="https://github.com/kiddouk/redisco">redisco</a> - A Python Library for Simple Models and Containers Persisted in Redis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Others<ul>
|
||||
<li><a href="https://github.com/terrible-ideas/butterdb">butterdb</a> - A Python ORM for Google Drive Spreadsheets.</li>
|
||||
<li><a href="https://github.com/pudo/dataset">dataset</a> - A JSON-based database.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="package-management">Package Management</h2>
|
||||
<p><em>Libraries for package and dependency management.</em></p>
|
||||
|
@ -2420,10 +2409,8 @@ Code Formatters</li>
|
|||
<li><a href="https://pypi.python.org/pypi">Python Package Index</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/conda/conda/">conda</a> - Cross-platform, Python-agnostic binary package manager.</li>
|
||||
<li><a href="http://clarete.li/curdling/">Curdling</a> - Curdling is a command line tool for managing Python packages.</li>
|
||||
<li><a href="https://github.com/jazzband/pip-tools">pip-tools</a> - A set of tools to keep your pinned Python dependencies fresh.</li>
|
||||
<li><a href="http://pythonwheels.com/">wheel</a> - The new standard of Python distribution and are intended to replace eggs.</li>
|
||||
<li><a href="https://github.com/conda/conda/">conda</a> - Cross-platform, Python-agnostic binary package manager.</li>
|
||||
</ul>
|
||||
<h2 id="package-repositories">Package Repositories</h2>
|
||||
<p><em>Local PyPI repository server and proxies.</em></p>
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue