Metadata-Version: 1.1
Name: django-roadies
Version: 0.0.1
Summary: Simple extension of django.contrib.auth Abstract Users
Home-page: https://github.com/anthonyalmarza/django-roadies
Author: Anthony Almarza
Author-email: anthony.almarza@gmail.com
License: MIT
Description: # django-roadies
        
        [![CircleCI](https://circleci.com/gh/anthonyalmarza/django-roadies.svg?style=svg)](https://circleci.com/gh/anthonyalmarza/django-roadies)
        [![codecov](https://codecov.io/gh/anthonyalmarza/django-roadies/branch/master/graph/badge.svg)](https://codecov.io/gh/anthonyalmarza/django-roadies)
        
        Yet another django toolset to help with a range of django stuff... e.g. tests for abstract models, on_commit hooks, etc.
        The genesis of this project is aimed towards supporting django by making available common project-agnostic tools.
        
        ## Installation
        
        `pip install django-roadies`
        
        
Keywords: django-roadies
django
utils
tests
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
