Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2020-01-13 15:26:33 +00:00
parent b495a36841
commit de7ac7ac16
3 changed files with 6 additions and 8 deletions

View File

@ -1859,7 +1859,6 @@
<li><a href="http://builtoncement.com/">cement</a> - CLI Application Framework for Python.</li> <li><a href="http://builtoncement.com/">cement</a> - CLI Application Framework for Python.</li>
<li><a href="http://click.pocoo.org/dev/">click</a> - A package for creating beautiful command line interfaces in a composable way.</li> <li><a href="http://click.pocoo.org/dev/">click</a> - A package for creating beautiful command line interfaces in a composable way.</li>
<li><a href="https://docs.openstack.org/developer/cliff/">cliff</a> - A framework for creating command-line programs with multi-level commands.</li> <li><a href="https://docs.openstack.org/developer/cliff/">cliff</a> - A framework for creating command-line programs with multi-level commands.</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="http://docopt.org/">docopt</a> - Pythonic command line arguments parser.</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> <li><a href="https://github.com/jonathanslenders/python-prompt-toolkit">python-prompt-toolkit</a> - A library for building powerful interactive command lines.</li>
@ -2024,7 +2023,7 @@
<li><a href="https://github.com/shinux/PyTime">PyTime</a> - An easy-to-use Python module which aims to operate date/time/datetime by string.</li> <li><a href="https://github.com/shinux/PyTime">PyTime</a> - An easy-to-use Python module which aims to operate date/time/datetime by string.</li>
<li><a href="https://launchpad.net/pytz">pytz</a> - World timezone definitions, modern and historical. Brings the <a href="https://en.wikipedia.org/wiki/Tz_database">tz database</a> into Python.</li> <li><a href="https://launchpad.net/pytz">pytz</a> - World timezone definitions, modern and historical. Brings the <a href="https://en.wikipedia.org/wiki/Tz_database">tz database</a> into Python.</li>
<li><a href="https://github.com/dirn/When.py">when.py</a> - Providing user-friendly functions to help perform common date and time actions.</li> <li><a href="https://github.com/dirn/When.py">when.py</a> - Providing user-friendly functions to help perform common date and time actions.</li>
<li><a href="https://github.com/kennethreitz/maya">maya</a> - Datetimes for Humans.</li> <li><a href="https://github.com/timofurrer/maya">maya</a> - Datetimes for Humans.</li>
</ul> </ul>
<h2 id="debugging-tools">Debugging Tools</h2> <h2 id="debugging-tools">Debugging Tools</h2>
<p><em>Libraries for debugging code.</em></p> <p><em>Libraries for debugging code.</em></p>
@ -2184,7 +2183,6 @@
<li><a href="http://tomekwojcik.github.io/envelopes/">envelopes</a> - Mailing for human beings.</li> <li><a href="http://tomekwojcik.github.io/envelopes/">envelopes</a> - Mailing for human beings.</li>
<li><a href="https://github.com/mailgun/flanker">flanker</a> - An email address and Mime parsing library.</li> <li><a href="https://github.com/mailgun/flanker">flanker</a> - An email address and Mime parsing library.</li>
<li><a href="https://github.com/martinrusev/imbox">imbox</a> - Python IMAP for Humans.</li> <li><a href="https://github.com/martinrusev/imbox">imbox</a> - Python IMAP for Humans.</li>
<li><a href="https://github.com/kennethreitz/inbox.py">inbox.py</a> - Python SMTP Server for Humans.</li>
<li><a href="https://github.com/zedshaw/lamson">lamson</a> - Pythonic SMTP Application Server.</li> <li><a href="https://github.com/zedshaw/lamson">lamson</a> - Pythonic SMTP Application Server.</li>
<li><a href="https://github.com/marrow/mailer">Marrow Mailer</a> - High-performance extensible mail delivery framework.</li> <li><a href="https://github.com/marrow/mailer">Marrow Mailer</a> - High-performance extensible mail delivery framework.</li>
<li><a href="https://github.com/modoboa/modoboa">modoboa</a> - A mail hosting and management platform including a modern and simplified Web UI.</li> <li><a href="https://github.com/modoboa/modoboa">modoboa</a> - A mail hosting and management platform including a modern and simplified Web UI.</li>
@ -2301,9 +2299,9 @@
<h2 id="http-clients">HTTP Clients</h2> <h2 id="http-clients">HTTP Clients</h2>
<p><em>Libraries for working with HTTP.</em></p> <p><em>Libraries for working with HTTP.</em></p>
<ul> <ul>
<li><a href="https://github.com/kennethreitz/grequests">grequests</a> - requests + gevent for asynchronous HTTP requests.</li> <li><a href="https://github.com/spyoungtech/grequests">grequests</a> - requests + gevent for asynchronous HTTP requests.</li>
<li><a href="https://github.com/httplib2/httplib2">httplib2</a> - Comprehensive HTTP client library.</li> <li><a href="https://github.com/httplib2/httplib2">httplib2</a> - Comprehensive HTTP client library.</li>
<li><a href="https://requests.kennethreitz.org/en/master/">requests</a> - HTTP Requests for Humans.</li> <li><a href="https://github.com/psf/requests">requests</a> - HTTP Requests for Humans.</li>
<li><a href="https://github.com/twisted/treq">treq</a> - Python requests like API built on top of Twisted's HTTP client.</li> <li><a href="https://github.com/twisted/treq">treq</a> - Python requests like API built on top of Twisted's HTTP client.</li>
<li><a href="https://github.com/shazow/urllib3">urllib3</a> - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.</li> <li><a href="https://github.com/shazow/urllib3">urllib3</a> - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.</li>
</ul> </ul>
@ -2621,7 +2619,7 @@
<p><em>Libraries for parsing and manipulating specific text formats.</em></p> <p><em>Libraries for parsing and manipulating specific text formats.</em></p>
<ul> <ul>
<li>General<ul> <li>General<ul>
<li><a href="https://github.com/kennethreitz/tablib">tablib</a> - A module for Tabular Datasets in XLS, CSV, JSON, YAML.</li> <li><a href="https://github.com/jazzband/tablib">tablib</a> - A module for Tabular Datasets in XLS, CSV, JSON, YAML.</li>
</ul> </ul>
</li> </li>
<li>Office<ul> <li>Office<ul>
@ -2823,7 +2821,7 @@
<li><a href="https://github.com/coleifer/micawber">micawber</a> - A small library for extracting rich content from URLs.</li> <li><a href="https://github.com/coleifer/micawber">micawber</a> - A small library for extracting rich content from URLs.</li>
<li><a href="https://github.com/codelucas/newspaper">newspaper</a> - News extraction, article extraction and content curation in Python.</li> <li><a href="https://github.com/codelucas/newspaper">newspaper</a> - News extraction, article extraction and content curation in Python.</li>
<li><a href="https://github.com/buriy/python-readability">python-readability</a> - Fast Python port of arc90's readability tool.</li> <li><a href="https://github.com/buriy/python-readability">python-readability</a> - Fast Python port of arc90's readability tool.</li>
<li><a href="https://github.com/kennethreitz/requests-html">requests-html</a> - Pythonic HTML Parsing for Humans.</li> <li><a href="https://github.com/psf/requests-html">requests-html</a> - Pythonic HTML Parsing for Humans.</li>
<li><a href="https://github.com/miso-belica/sumy">sumy</a> - A module for automatic summarization of text documents and HTML pages.</li> <li><a href="https://github.com/miso-belica/sumy">sumy</a> - A module for automatic summarization of text documents and HTML pages.</li>
<li><a href="https://github.com/deanmalmgren/textract">textract</a> - Extract text from any document, Word, PowerPoint, PDFs, etc.</li> <li><a href="https://github.com/deanmalmgren/textract">textract</a> - Extract text from any document, Word, PowerPoint, PDFs, etc.</li>
<li><a href="https://github.com/gaojiuli/toapi">toapi</a> - Every web site provides APIs.</li> <li><a href="https://github.com/gaojiuli/toapi">toapi</a> - Every web site provides APIs.</li>

File diff suppressed because one or more lines are too long

Binary file not shown.