Skip to content

Commit 3934178

Browse files
committed
Merge remote-tracking branch 'clebio/master'
Conflicts: README.md Fixed
2 parents 2f4fa5a + e8005fe commit 3934178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
236236
* [Clime](http://clime.mosky.tw) – Clime lets you convert any module into a multi-command CLI program without any configuration.
237237
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
238238
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
239+
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
239240
* Productivity Tools
240241
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
241242
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
@@ -763,6 +764,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
763764
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
764765
* [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc.
765766
* [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django.
767+
* [ForgeryPy](https://pypi.python.org/pypi/ForgeryPy/0.1) - An easy to use forged data generator for Python. It's a port of [forgery](http://rubygems.org/gems/forgery).
768+
* Code Coverage
769+
* [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement.
766770
* Error Handler
767771
* [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.
768772

0 commit comments

Comments
 (0)