Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62c7e3b

Browse files
committed
cleanup
1 parent e6483b9 commit 62c7e3b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
254254
* [cement](http://builtoncement.com/) - CLI Application Framework for Python.
255255
* [click](http://click.pocoo.org/dev/) - A package for creating beautiful command line interfaces in a composable way.
256256
* [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
257-
* [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools.
258257
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
259258
* [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
260259
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A library for building powerful interactive command lines.
@@ -410,7 +409,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
410409
* [PyTime](https://github.com/shinux/PyTime) - An easy-to-use Python module which aims to operate date/time/datetime by string.
411410
* [pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python.
412411
* [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions.
413-
* [maya](https://github.com/kennethreitz/maya) - Datetimes for Humans.
412+
* [maya](https://github.com/timofurrer/maya) - Datetimes for Humans.
414413

415414
## Debugging Tools
416415

@@ -553,7 +552,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
553552
* [envelopes](http://tomekwojcik.github.io/envelopes/) - Mailing for human beings.
554553
* [flanker](https://github.com/mailgun/flanker) - An email address and Mime parsing library.
555554
* [imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans.
556-
* [inbox.py](https://github.com/kennethreitz/inbox.py) - Python SMTP Server for Humans.
557555
* [lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server.
558556
* [Marrow Mailer](https://github.com/marrow/mailer) - High-performance extensible mail delivery framework.
559557
* [modoboa](https://github.com/modoboa/modoboa) - A mail hosting and management platform including a modern and simplified Web UI.
@@ -681,9 +679,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
681679

682680
*Libraries for working with HTTP.*
683681

684-
* [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests.
682+
* [grequests](https://github.com/spyoungtech/grequests) - requests + gevent for asynchronous HTTP requests.
685683
* [httplib2](https://github.com/httplib2/httplib2) - Comprehensive HTTP client library.
686-
* [requests](https://requests.kennethreitz.org/en/master/) - HTTP Requests for Humans.
684+
* [requests](https://github.com/psf/requests) - HTTP Requests for Humans.
687685
* [treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client.
688686
* [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
689687

@@ -1007,7 +1005,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10071005
*Libraries for parsing and manipulating specific text formats.*
10081006

10091007
* General
1010-
* [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
1008+
* [tablib](https://github.com/jazzband/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
10111009
* Office
10121010
* [openpyxl](https://openpyxl.readthedocs.io/en/stable/) - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
10131011
* [pyexcel](https://github.com/pyexcel/pyexcel) - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
@@ -1184,7 +1182,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
11841182
* [micawber](https://github.com/coleifer/micawber) - A small library for extracting rich content from URLs.
11851183
* [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
11861184
* [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
1187-
* [requests-html](https://github.com/kennethreitz/requests-html) - Pythonic HTML Parsing for Humans.
1185+
* [requests-html](https://github.com/psf/requests-html) - Pythonic HTML Parsing for Humans.
11881186
* [sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages.
11891187
* [textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc.
11901188
* [toapi](https://github.com/gaojiuli/toapi) - Every web site provides APIs.

0 commit comments

Comments
 (0)