Skip to main content

A Faker provider that generates data based on SQL Alchemy column types.

Project description

PyPI Supported Python versions Documentation Downloads

SQLAlchemy Faker is a provider for the Faker library that helps populate SQLAlchemy ORM models with dummy data. Creating a new instance of a model can be as simple as calling fake.sqlalchemy_model(SomeModel).

Installation

The recommend way to install SQLAlchemy Faker is with pip:

pip install faker_sqlalchemy

Example

Say you have some model declared using SQLAlchemy’s ORM.

>>> class SomeModel(Base):
...     __tablename__ = "some_model"
...
...     id = Column(Integer, primary_key=True)
...
...     value = Column(String)

And, you want to easily generate some data,

>>> from faker_sqlalchemy import SqlAlchemyProvider
>>>
>>> fake = Faker()
>>> fake.add_provider(SqlAlchemyProvider)
>>>
>>> instance = fake.sqlalchemy_model(SomeModel)

Use instance as desired.

>>> print(instance.value)
RNvnAvOpyEVAoNGnVZQU

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faker_sqlalchemy-0.10.220813.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

faker_sqlalchemy-0.10.220813-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file faker_sqlalchemy-0.10.220813.tar.gz.

File metadata

  • Download URL: faker_sqlalchemy-0.10.220813.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for faker_sqlalchemy-0.10.220813.tar.gz
Algorithm Hash digest
SHA256 31d58f0fb42d913fc3a525514b7bfe8ce83eabf59b088e8d181866d3a9854914
MD5 2e617df308baaac71205bbee2c76abbb
BLAKE2b-256 a23558186ae77e7f9a1a216254f8d1a9fce9aa4c9ec990b5c1e162eca27a285a

See more details on using hashes here.

File details

Details for the file faker_sqlalchemy-0.10.220813-py3-none-any.whl.

File metadata

File hashes

Hashes for faker_sqlalchemy-0.10.220813-py3-none-any.whl
Algorithm Hash digest
SHA256 83d57254d3fb1a48393e0d1061c5ca89382fe4456b126129b7422c5538747bdb
MD5 c59915d2a3acda8b970f67abc67d5d0e
BLAKE2b-256 a72eaab724d4a1aaa1125cca12df477e07c63c98db28573784665e0cbefa3984

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page