All Projects → uber → Charlatan

uber / Charlatan

Licence: other
A Python library to efficiently manage and install database fixtures

Programming Languages

python
139335 projects - #7 most used programming language

Charlatan: Fixtures Made Easy [unmaintained]

Efficiently manage and install data fixtures

.. image:: https://travis-ci.org/uber/charlatan.png?branch=master :target: https://travis-ci.org/uber/charlatan

.. image:: https://coveralls.io/repos/uber/charlatan/badge.png :target: https://coveralls.io/r/uber/charlatan

⚠️ This repository is not actively maintained anymore.

Charlatan is a library that you can use in your tests to create database fixtures. Its aim is to provide a pragmatic interface that focuses on making it simple to define and install fixtures for your tests. It is also agnostic in so far as even though it's designed to work out of the box with SQLAlchemy models, it can work with pretty much anything else.

Documentation

Latest documentation: charlatan.readthedocs.org/en/latest/ <https://charlatan.readthedocs.org/en/latest/>_

Installation

Using pip::

$ pip install charlatan

License

charlatan is available under the MIT License.

Copyright Uber 2013-2017, Charles-Axel Dein [email protected]

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].