new format

This commit is contained in:
Maxim Rusak 2015-09-02 16:06:59 +03:00
parent 6aa0115e54
commit 409cfda994
1 changed files with 9 additions and 4 deletions

View File

@ -867,10 +867,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time.
* Error Handler
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
* Cloud Continuous Integration
* [Travis CI.com](https://travis-ci.com) - Take care of running your tests and deploying your private apps.
* [Travis CI.org](https://travis-ci.org) - A distributed build system for the open source community.
* [Vexor CI](https://vexor.io) - A distributed cloud web-service for building and testing software, a continuous integration tool for private apps with pay-per-minute billing model.
## Code Analysis and Linter
@ -1127,6 +1123,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Spyder](https://github.com/spyder-ide/spyder) - Open Source Python IDE.
* [WingIDE](http://wingide.com/) - Commercial IDE for Python.
# Services
Online tools to simplify development.
## Cloud Continuous Integration
* [Travis CI.com](https://travis-ci.com) - Take care of running your tests and deploying your private apps.
* [Travis CI.org](https://travis-ci.org) - A distributed build system for the open source community.
* [Vexor CI](https://vexor.io) - A distributed cloud web-service for building and testing software, a continuous integration tool for private apps with pay-per-minute billing model.
# Resources
Where to discover new Python libraries.