Metadata-Version: 1.1
Name: django-drynk
Version: 0.1.0
Summary: django-drynk gives you DRY natural keys.
Home-page: http://github.com/vtbassmatt/django-drynk/
Author: Matt Cooper
Author-email: vtbassmatt@gmail.com
License: MIT License
Description: 
        django-drynk gives you DRY natural keys.
        
        Instead of defining a `natural_key` method on the Model and a `get_by_natural_key` method on the Manager, instead you add a simple decorator to your model which takes care of everything.
        
Keywords: django natural_key
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
