faker package added to Python Packages

This commit is contained in:
Ali Reza Yahyapour 2020-09-20 00:43:27 +04:30 committed by GitHub
parent fba72648f0
commit 993139591b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.