From e8005feaf8f24f2d3df399a715de82821092b184 Mon Sep 17 00:00:00 2001 From: Caleb Hyde Date: Sat, 9 Aug 2014 08:52:40 -0500 Subject: [PATCH] PyCLI and ForgeryPy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15d34a33..609e0643 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Clime](http://clime.mosky.tw) – Clime lets you convert any module into a multi-command CLI program without any configuration. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. + * [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing. * Productivity Tools * [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. * [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. @@ -754,6 +755,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data. * [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc. * [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django. + * [ForgeryPy](https://pypi.python.org/pypi/ForgeryPy/0.1) - An easy to use forged data generator for Python. * Code Coverage * [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement. * Load Testing