Metadata-Version: 2.1
Name: django-fixman
Version: 1.0.0
Summary: A utility for managing Django fixture data.
Home-page: https://github.com/develmaycare/django-fixman/
Author: Shawn Davis
Author-email: shawn@develmaycare.com
License: UNKNOWN
Description: # Django Fixture Manager
        
        ![](https://img.shields.io/badge/status-active-green.svg)
        ![](https://img.shields.io/badge/stage-development-blue.svg)
        ![](https://img.shields.io/badge/coverage-100%25-green.svg)
        
        A utility for managing Django fixture data.
        
        ## Install
        
        `pip install django-fixman`
        
        Initialize a configuration:
        
        `fixman init`
        
        ## Usage
        
        To dump fixtures found in the configuration: `fixman dd`
        
        To load fixtures found in the configuration: `fixman ld`
        
        For the full documentation see: https://docs.develmaycare.com/en/django-fixman/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
