Metadata-Version: 2.1
Name: codenerix-lib
Version: 1.0.30
Summary: Basic libraries used by CODENERIX.
Home-page: https://github.com/codenerix/codenerix-lib
Author: Juanmi Taboada
Author-email: juanmi@juanmitaboada.com
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 :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE
Requires-Dist: click ==8.3.1
Requires-Dist: colorama ==0.4.6
Requires-Dist: joblib ==1.5.3
Requires-Dist: nltk ==3.9.2
Requires-Dist: pycryptodomex ==3.23.0
Requires-Dist: regex ==2025.11.3
Requires-Dist: textnorm ==1.2
Requires-Dist: tqdm ==4.67.1
Requires-Dist: unidecode ==1.4.0

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

|builds and tests| |builds_and_tests|

Codenerix LIB is a base module of libraries used by
`CODENERIX <https://www.codenerix.com/>`__. It is a very usefull library
for any project and you can use it without
`CODENERIX <https://www.codenerix.com>`__. you can visit the project at
`GitHub Django
CODENERIX <https://github.com/codenerix/django-codenerix>`__

.. figure:: https://github.com/codenerix/django-codenerix/raw/master/codenerix/static/codenerix/img/codenerix.png
   :alt: CODENERIX

   CODENERIX

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.

`Contact with us <https://codenerix.com/contact/>`__.

.. |builds and tests| image:: https://github.com/codenerix/codenerix-lib/actions/workflows/build_and_test.yaml/badge.svg?branch=master
.. |builds_and_tests| image:: https://codecov.io/gh/codenerix/codenerix-lib/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/codenerix/codenerix-lib
