Metadata-Version: 2.1
Name: codenerix-lib
Version: 1.0.26
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

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


