Metadata-Version: 2.1
Name: namedex
Version: 0.1.2
Summary: A soundex implementation in Python.
Home-page: https://github.com/JoelMon/namedex
Author: Joel Montes de Oca
Author-email: JoelMontes01@gmail.com
License: GNU General Public License v3
Keywords: namedex
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
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

=======
Namedex
=======


.. image:: https://img.shields.io/pypi/v/namedex.svg
        :target: https://pypi.python.org/pypi/namedex

.. image:: https://img.shields.io/travis/JoelMon/namedex.svg
        :target: https://travis-ci.org/JoelMon/namedex

.. image:: https://readthedocs.org/projects/namedex/badge/?version=latest
        :target: https://namedex.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/JoelMon/namedex/shield.svg
     :target: https://pyup.io/repos/github/JoelMon/namedex/
     :alt: Updates



Soundex implemented in Python.


* Free software: GNU General Public License v3
* Documentation: https://namedex.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-05-23)
------------------

* First release on PyPI.


