Metadata-Version: 2.1
Name: django-cogwheels
Version: 0.0.1a0
Summary: A handy API to allow you to more easily offer and maintain 'user overridable settings' in your Django package, framework or reuseable app.
Home-page: https://github.com/ababic/django-cogwheels/
Author: Andy Babic
Author-email: andyjbabic@gmail.com
License: MIT
Download-URL: https://github.com/ababic/django-cogwheels/tarball/v0.0.1a0
Description: .. image:: https://travis-ci.com/ababic/django-cogwheels.svg?branch=master
            :alt: Build Status
            :target: https://travis-ci.com/ababic/django-cogwheels
        
        .. image:: https://codecov.io/gh/ababic/django-cogwheels/branch/master/graph/badge.svg
            :alt: Code coverage
            :target: https://codecov.io/gh/ababic/django-cogwheels
        
        ================
        Django Cogwheels
        ================
        
        .. caution:: 
            Cogwheels is still in the early stages of development, and isn't recommended for use in production projects just yet.
        
        A handy API to allow you to more easily offer and maintain 'user overridable settings' in your Django package, framework or reuseable app.
        
        Give your users the flexibility they deserve, and allow them to:
        
        - Override basic python type values such as: strings, integers, booleans, decimals and floats.
        - Override structured python type values such as: lists, tuples and dictionaries.
        - Use custom Django models in place of the ones you provide.
        - Use custom python classes, objects or entire modules in place of you provide.
        
        
        Goodness for you and other maintainers
        ======================================
        
        Cogwheels provides you with:
        
        - A stable, documented, well tested, standardised approach for implementing overridable settings.
        - A way to clearly define and communicate the deprecation status of overridable settings, giving you the flexibility to rename, replace or flag settings for removal over your project's lifecycle. User overrides defined using old setting names remain available to you, allowing you to continue support them during the deprecation period.
        - Helpful error messages when default values provided for Model, Class, method or modules are invalid.
        
        Goodness for your users
        =======================
        
        Cogwheels gives them:
        
        - Helpful, consistent error messages when their Model, Class, method or module override settings are incorrectly formatted, or cannot be imported.
        - Helpful, consistent deprecation warnings when they are overriding a setting that has been renamed, replaced or flagged for removal.
        
        
        Installation instructions
        =========================
        
        Documentation coming soon.
        
        
        Usage Guide
        ===========
        
        Documentation coming soon.
        
        
        Compatibility
        =============
        
        The current version is tested for compatiblily with the following: 
        
        - Django versions 1.11 to 2.0
        - Python versions 3.4 to 3.6
        
Keywords: django package reusable app settings config API utility
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.4,<3.7
Provides-Extra: testing
Provides-Extra: development
Provides-Extra: docs
