From bbe357d2d13a7b04f40394e1e1922521512fa476 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Sun, 6 Jul 2014 23:13:41 +0400 Subject: [PATCH 1/2] Add mixer to Fake Data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd74f1d..696a881 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [doublex](https://pypi.python.org/pypi/doublex) - Powerful test doubles framework for Python. * Fake Data * [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. * Code Coverage * [coverage](https://pypi.python.org/pypi/coverage) - Code coverage measurement. From acf1cef87ed6d978c2c5dbfd8176ccc2e0e7c7a0 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Sun, 6 Jul 2014 23:15:19 +0400 Subject: [PATCH 2/2] Add pylama to code analyses and linter. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 696a881..4de5409 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python. * [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co. * [Pylint](http://www.pylint.org/) - A source code analyzer. +* [pylama](https://pylama.readthedocs.org/) - The modular source code checker: pep8, pyflakes, pylint and co. ## Debugging Tools