Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-faker-commerce

Provider for Faker which adds fake commerce product names, prices, categories and descriptions.

Issues

Installation

pipenv install faker-commerce

Usage

Python

from faker import Faker

import faker_commerce

fake = Faker()
fake.add_provider(faker_commerce.Provider)
print(fake.ecommerce_name())  # prints a product name

About

Fake Commerce provider for the Faker lib for Python

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages