Metadata-Version: 2.1
Name: codenerix-lib
Version: 1.0.18
Summary: Basic libraries used by CODENERIX.
Home-page: https://github.com/codenerix/codenerix-lib
Author: Juan Miguel Taboada Godoy <juanmi@juanmitaboada.com>
Author-email: UNKNOWN
License: Apache License Version 2.0
Keywords: codenerix
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: colorama
Requires-Dist: nltk
Requires-Dist: pycryptodomex
Requires-Dist: textnorm
Requires-Dist: unidecode

=============
codenerix-lib
=============

Codenerix LIB is a base module of libraries used by `CODENERIX <http://www.codenerix.com/>`_ you can visit the project at Github `https://github.com/codenerix/django-codenerix`

.. image:: https://github.com/codenerix/django-codenerix/raw/master/codenerix/static/codenerix/img/codenerix.png
    :target: https://www.codenerix.com
    :alt: Try our demo with Codenerix Cloud


**********
Quickstart
**********

1. Install this package::

    For python 2: sudo pip2 install codenerix-lib
    For python 3: sudo pip3 install codenerix-lib

2. Since Codenerix LIB is a library, you only need to import its parts into your project and use them.

*************
Documentation
*************

Coming soon... do you help us?

You can get in touch with us `here <https://codenerix.com/contact/>`_.


