Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uber/charlatan
A Python library to efficiently manage and install database fixtures
https://github.com/uber/charlatan
Last synced: about 1 month ago
JSON representation
A Python library to efficiently manage and install database fixtures
- Host: GitHub
- URL: https://github.com/uber/charlatan
- Owner: uber
- License: other
- Archived: true
- Created: 2013-02-06T01:51:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T20:15:28.000Z (about 5 years ago)
- Last Synced: 2024-09-21T18:16:55.922Z (about 1 month ago)
- Language: Python
- Homepage: https://charlatan.readthedocs.org/en/latest/
- Size: 234 KB
- Stars: 89
- Watchers: 2,717
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: docs/contributing.rst
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - charlatan - A Python library to efficiently manage and install database fixtures (Python)
README
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/ `_Installation
------------Using `pip`::
$ pip install charlatan
License
-------charlatan is available under the MIT License.
Copyright Uber 2013-2017, Charles-Axel Dein
Authors
-------- Charles-Axel Dein
- Erik Formella