Metadata-Version: 1.2
Name: django-statictext
Version: 1.0.0
Summary: Small pieces of static text for Django.
Home-page: https://github.com/theatlantic/django-statictext
Author: The Atlantic
Author-email: programmers@theatlantic.com
License: UNKNOWN
Download-URL: https://github.com/theatlantic/django-statictext/tarball/master
Description-Content-Type: text/x-rst
Description: Django StaticText
        =================
        
        .. image:: https://travis-ci.org/theatlantic/django-statictext.svg?branch=master
            :target: https://travis-ci.org/theatlantic/django-statictext
        
        
        Small pieces of static text and links for use with django.
        
        
        Notes
        =====
        
        * version 1.x will be the last version to support Python < 3.4
        * version 1.0.0 has added a BSD license (see LICENSE file)
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
