Metadata-Version: 2.1
Name: pueblo
Version: 0.0.2
Summary: Pueblo - a Python toolbox library.
Author-email: Andreas Motl <andreas.motl@panodata.org>
License: LGPL 3, EUPL 1.2
Project-URL: changelog, https://github.com/pyveci/pueblo/blob/main/CHANGES.md
Project-URL: documentation, https://github.com/pyveci/pueblo
Project-URL: homepage, https://github.com/pyveci/pueblo
Project-URL: repository, https://github.com/pyveci/pueblo
Keywords: general purpose,library,mixed,pueblo
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs <4
Requires-Dist: importlib-metadata ; python_version <= "3.7"
Provides-Extra: all
Requires-Dist: pueblo[cli,env,ngr,nlp,web] ; extra == 'all'
Provides-Extra: cli
Requires-Dist: click <9 ; extra == 'cli'
Requires-Dist: click-aliases <2 ; extra == 'cli'
Requires-Dist: colorlog <7 ; extra == 'cli'
Provides-Extra: develop
Requires-Dist: black <24 ; extra == 'develop'
Requires-Dist: mypy ==1.6.1 ; extra == 'develop'
Requires-Dist: poethepoet <1 ; extra == 'develop'
Requires-Dist: pyproject-fmt <1.4,>=1.3 ; extra == 'develop'
Requires-Dist: ruff ==0.1.3 ; extra == 'develop'
Requires-Dist: validate-pyproject <0.16 ; extra == 'develop'
Provides-Extra: env
Requires-Dist: python-dotenv <2 ; extra == 'env'
Provides-Extra: ngr
Provides-Extra: nlp
Requires-Dist: langchain ==0.0.325 ; extra == 'nlp'
Requires-Dist: unstructured <0.11 ; extra == 'nlp'
Provides-Extra: release
Requires-Dist: build <2 ; extra == 'release'
Requires-Dist: twine <5 ; extra == 'release'
Provides-Extra: test
Requires-Dist: nbclient <0.9 ; extra == 'test'
Requires-Dist: pytest <8 ; extra == 'test'
Requires-Dist: pytest-cov <5 ; extra == 'test'
Requires-Dist: pytest-mock <4 ; extra == 'test'
Provides-Extra: web
Requires-Dist: requests-cache <2 ; extra == 'web'

# Pueblo - a Python toolbox library

[![Tests](https://github.com/pyveci/pueblo/actions/workflows/main.yml/badge.svg)](https://github.com/pyveci/pueblo/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/pyveci/pueblo.svg)](https://codecov.io/gh/pyveci/pueblo/)
[![Python versions](https://img.shields.io/pypi/pyversions/pueblo.svg)](https://pypi.org/project/pueblo/)

[![License](https://img.shields.io/github/license/pyveci/pueblo.svg)](https://github.com/pyveci/pueblo/blob/main/LICENSE)
[![Status](https://img.shields.io/pypi/status/pueblo.svg)](https://pypi.org/project/pueblo/)
[![PyPI](https://img.shields.io/pypi/v/pueblo.svg)](https://pypi.org/project/pueblo/)
[![Downloads](https://pepy.tech/badge/pueblo/month)](https://pypi.org/project/pueblo/)


<!-- » [Documentation] -->

» [Changelog]
| [PyPI]
| [Issues]
| [Source code]
| [License]

[Changelog]: https://github.com/pyveci/pueblo/blob/main/CHANGES.md
[Documentation]: https://pueblo.readthedocs.io/
[Issues]: https://github.com/pyveci/pueblo/issues
[License]: https://github.com/pyveci/pueblo/blob/main/LICENSE
[PyPI]: https://pypi.org/project/pueblo/
[Source code]: https://github.com/pyveci/pueblo


## About

- A Python toolbox library.
- Contains Python code duplicated too often elsewhere.
- Finally, it is in one place.
- Here be dragons and gems.


## Setup

```shell
pip install --upgrade pueblo
```

After installation, you can verify if it was successful.
```shell
pueblo --version
```


## Usage

Read the source.


## Prior Art

- https://pypi.org/project/boltons/
