Metadata-Version: 2.0
Name: django-babel-underscore
Version: 0.5.1
Summary: Implements a underscore extractor for django-babel.
Home-page: https://github.com/EnTeQuAk/django-babel-underscore
Author: Christopher Grebs
Author-email: cg@webshox.org
License: BSD
Keywords: django-babel-underscore
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: babel (>=1.3)
Requires-Dist: django (>=1.8,<2.0)
Requires-Dist: django-babel (>=0.5.1)
Requires-Dist: markey (>=0.8,<0.9)
Provides-Extra: dev
Requires-Dist: flake8 (>=2.0); extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov (>=1.4); extra == 'tests'
Requires-Dist: pytest-flakes; extra == 'tests'
Requires-Dist: pytest-pep8; extra == 'tests'
Requires-Dist: python-coveralls; extra == 'tests'

=================================
Django Babel Underscore Extractor
=================================

.. image:: https://badge.fury.io/py/django-babel-underscore.png
    :target: http://badge.fury.io/py/django-babel-underscore

.. image:: https://travis-ci.org/EnTeQuAk/django-babel-underscore.png?branch=master
        :target: https://travis-ci.org/EnTeQuAk/django-babel-underscore

.. image:: https://pypip.in/d/django-babel-underscore/badge.png
        :target: https://pypi.python.org/pypi/django-babel-underscore


Implements a underscore extractor for django-babel.

* Free software: BSD license
* Documentation: http://django-babel-underscore.readthedocs.org.

Features
--------

* TODO


.. :changelog:

History
-------

0.5.1 (2016-07-15)
------------------

* Fix release


0.5.0 (2016-07-15)
------------------

* Remove support for Python 2.6 and Python 3.3
* Remove support for Django < 1.8
* Add support for Python 3.5
* Add support for Django 1.9
* Now requires markey 0.8

0.4.2 (2015-08-28)
------------------

* Update to markey 0.7

0.4.1 (2015-08-28)
------------------

* Fix release

0.4.0 (2015-08-28)
------------------

* Add support for Django 1.8

0.3.0 (2015-03-15)
------------------

* Added `underscore` entry_point for babel.extractors (#1)

0.2.0 (2014-12-24)
------------------

* Fix dependency names.

0.1.0 (2014-05-25)
------------------

* First release on PyPI.


