Skip to main content

A simple lib to make fake objects using SQLAlchemy

Project description

Fake Rabbit

Fake Rabbit is a simple lib to make fake objects using SQLAlchemy.

Installing

$ pip install fakerabbit

Using

    # First, we need to instantiate the library
    fake_rabbit = FakeRabbit(my_base_model, my_db_session)

    # EX: creating a new user object
    user = fake_rabbit.make(User)

Project details


Download files

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

Source Distribution

fakerabbit-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

fakerabbit-1.0.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

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