Metadata-Version: 1.1
Name: django-weeny
Version: 1.0.1
Summary: Small and simple URL shortener app for Django.
Home-page: https://bitbucket.org/mootacom/django-weeny
Author: Rolf Håvard Blindheim
Author-email: rhblind@gmail.com
License: Apache Software License
Download-URL: https://rhblind@bitbucket.org/mootacom/django-weeny.git
Description: Django-Weeny
        ============
        
        Simple URL shortener app for Django.
        
        Features
        --------
        
        #. Content-Types based wiring, meaning you can hook a short URL to any object
           in your database.
        #. URL tracking. Control URL tracking per-site or per-URL. Collects extensive
           User Agent information which gives a good base for collecting statistics.
        #. Password protection on single URL's.
        #. Absolutely no tests whatsoever. <self sarcasm>This code is completely untestet,
           which is a major selling point!</self sarcasm>
        
        
        Documentation
        -------------
        
        Read the full documentation `here <http://django-weeny.readthedocs.org/en/latest/>`_
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
