Metadata-Version: 2.4
Name: codenerix_lib
Version: 1.0.32
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 :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodomex
Requires-Dist: colorama
Requires-Dist: nltk
Requires-Dist: textnorm
Requires-Dist: unidecode
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# codenerix-lib

[![PyPI](https://img.shields.io/pypi/v/codenerix-lib?color=blue)](https://pypi.org/project/codenerix-lib/)
[![CI](https://github.com/codenerix/codenerix-lib/actions/workflows/build_and_test.yaml/badge.svg)](https://github.com/codenerix/codenerix-lib/actions/workflows/build_and_test.yaml)
[![Coverage](https://codecov.io/gh/codenerix/codenerix-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/codenerix/codenerix-lib)
[![Python versions](https://img.shields.io/pypi/pyversions/codenerix-lib)](https://pypi.org/project/codenerix-lib/)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-yellow)](https://opensource.org/license/apache-2.0)
[![Changelog](https://img.shields.io/badge/changelog-CHANGELOG-orange.svg)](https://github.com/codenerix/codenerix-lib/blob/master/CHANGELOG)

Codenerix LIB is a base module of libraries used by [CODENERIX](https://www.codenerix.com/). It is a very useful 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).

[![CODENERIX](https://github.com/codenerix/django-codenerix/raw/master/codenerix/static/codenerix/img/codenerix.png)](https://www.codenerix.com)

## Quickstart

1. Install this package:

   ```bash
   pip 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/).
