From 993139591be3ccc7268f3c8a0461323ce9d04201 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Sun, 20 Sep 2020 00:43:27 +0430 Subject: [PATCH] faker package added to Python Packages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e930b80..c616ab7 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ _A short list of Python packages that work well with Django._ - [bleach](https://github.com/mozilla/bleach) - Sanitize your inputs/forms. - [black](https://github.com/psf/black) - Uncompromising Python code formatter. - [coveragepy](https://github.com/nedbat/coveragepy) - Code coverage measurement. +- [faker](https://github.com/joke2k/faker) - Faker is a Python package that generates fake data for you. - [huey](https://github.com/coleifer/huey) - A little task queue for Python. - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries. - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library.