mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Update README URLs based on HTTP redirects
This commit is contained in:
parent
ed0bd1f7ab
commit
5b08d4ec46
1 changed files with 5 additions and 4 deletions
|
@ -172,7 +172,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [arrow](https://github.com/crsmithdev/arrow) - Better dates & times for Python.
|
||||
* [Chronyk](https://github.com/KoffeinFlummi/Chronyk) - A Python 3 library for parsing human-written times and dates.
|
||||
* [dateutil](https://pypi.python.org/pypi/python-dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
|
||||
* [dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
|
||||
* [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes.
|
||||
* [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/).
|
||||
* [PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string.
|
||||
|
@ -295,6 +295,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [SAWS](https://github.com/donnemartin/saws) - A Supercharged AWS CLI.
|
||||
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
|
||||
* [mycli](https://github.com/dbcli/mycli) - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
|
||||
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting.
|
||||
|
||||
## Downloader
|
||||
|
||||
|
@ -466,7 +467,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [django-cms](http://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
|
||||
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
|
||||
* [FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
|
||||
* [Kotte](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
|
||||
* [Kotti](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
|
||||
* [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
|
||||
* [Opps](http://opps.github.io/opps/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
|
||||
* [Plone](https://plone.org/) - A CMS built on top of the open source application server Zope.
|
||||
|
@ -603,7 +604,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [inbox](https://github.com/nylas/sync-engine) - The open source email toolkit.
|
||||
* [lamson](https://github.com/zedshaw/lamson) - Pythonic SMTP Application Server.
|
||||
* [mailjet](https://github.com/WoLpH/mailjet) - Mailjet API implementation for batch mailing, statistics and more.
|
||||
* [marrow.mailer](https://github.com/marrow/marrow.mailer) - High-performance extensible mail delivery framework.
|
||||
* [marrow.mailer](https://github.com/marrow/mailer) - High-performance extensible mail delivery framework.
|
||||
* [modoboa](https://github.com/tonioo/modoboa) - A mail hosting and management platform including a modern and simplified Web UI.
|
||||
* [pyzmail](http://www.magiksys.net/pyzmail/) - Compose, send and parse emails.
|
||||
* [Talon](https://github.com/mailgun/talon) - Mailgun library to extract message quotations and signatures.
|
||||
|
@ -930,7 +931,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [Numba](http://numba.pydata.org/) - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
|
||||
* [NumPy](http://www.numpy.org/) - A fundamental package for scientific computing with Python.
|
||||
* [Open Babel](http://openbabel.org/wiki/Main_Page) - A chemical toolbox designed to speak the many languages of chemical data.
|
||||
* [Open Mining](https://github.com/avelino/mining) - Business Intelligence (BI) in Python (Pandas web interface)
|
||||
* [Open Mining](https://github.com/mining/mining) - Business Intelligence (BI) in Python (Pandas web interface)
|
||||
* [orange](http://orange.biolab.si/) - Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.
|
||||
* [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
||||
* [PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
|
||||
|
|
Loading…
Reference in a new issue