Sanitizing meaningful spaces

Replacing misleading tabs with 4-spaces indentation (as as in the rest of file).
This commit is contained in:
Eduardo Rolim 2014-06-30 15:29:16 -03:00
parent 8df43e246b
commit 2bea0671f0

View File

@ -51,7 +51,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
- [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
- [Resources](#resources) - [Resources](#resources)
- [Editor Plugins](#editor-plugins) - [Editor Plugins](#editor-plugins)
- [Books](#books) - [Books](#books)
- [Websites](#websites) - [Websites](#websites)
- [Weekly](#weekly) - [Weekly](#weekly)
@ -201,18 +201,18 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
*Libraties for connecting and operating databases* *Libraties for connecting and operating databases*
* Relational Databases * Relational Databases
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python. * [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python. * [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
* NoSQL Databases * NoSQL Databases
* [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB. * [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.
* [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client. * [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client.
## ORM ## ORM
*Libraries that implement Object-Relational Mapping or datamapping techniques.* *Libraries that implement Object-Relational Mapping or datamapping techniques.*
* Relational Databases * Relational Databases
* [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django. * [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django.
* [SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper. * [SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper.
* [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM. * [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
* NoSQL Databases * NoSQL Databases
@ -539,13 +539,13 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
## Editor Plugins ## Editor Plugins
* Vim * Vim
* TODO * TODO
* Emacs * Emacs
* TODO * TODO
* Sublime Text * Sublime Text
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi). * [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi).
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. * [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
* [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text. * [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text.
## Books ## Books