Move to 'faker' on Pypi
See original GitHub issueLooks like the Faker
namespace on Pypi has been abandoned for quite a while: https://pypi.python.org/pypi/Faker
This project’s owner @joke2k should file a request to have the namespace transferred to this project.
It would reduce confusion between Faker (project name) and fake-factory
(how it gets pip installed).
The pypi team is pretty good about transferring namespaces if they’re clearly abandoned (which seems to be the case here).
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:30 (5 by maintainers)
Top Results From Across the Web
Faker - PyPI
Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in...
Read more >Faker 0.7.3 - PyPI
Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in...
Read more >faker-vehicle - PyPI
faker_vehicle is a provider for the Faker Python package. It provides vehicle and machinery related fake data for testing purposes: Vehicle Make.
Read more >faker-edu - PyPI
Provider for Faker which adds fake information about educational institutions and academics.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jeffwidman The plan is to replace
fake-factory
with an ‘empty’ package that just prints out a message pointing toFaker
on December 15th. I have no desire to keep two slighlty different branches and packages in sync for longer than 90 days@fcurella I’m a maintainer on FactoryBoy and happy to merge this.
Long term, we’ve got a goal to get rid of some our random code stuff in favor of faker plugins.