Metadata-Version: 2.1
Name: pueblo
Version: 0.0.7
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.7
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs <5
Requires-Dist: contextlib-chdir ; python_version < "3.11"
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: all
Requires-Dist: pueblo[cli,dataframe,fileio,nlp,notebook,proc,testing,web] ; extra == 'all'
Provides-Extra: cli
Requires-Dist: click <9 ; extra == 'cli'
Requires-Dist: click-aliases <2,>=1.0.4 ; extra == 'cli'
Requires-Dist: colorlog <7 ; extra == 'cli'
Requires-Dist: python-dotenv <2 ; extra == 'cli'
Provides-Extra: dataframe
Requires-Dist: dask ; extra == 'dataframe'
Requires-Dist: numpy ; extra == 'dataframe'
Requires-Dist: pandas ; extra == 'dataframe'
Requires-Dist: pyarrow ; extra == 'dataframe'
Provides-Extra: develop
Requires-Dist: black[jupyter] <25 ; extra == 'develop'
Requires-Dist: mypy <2 ; extra == 'develop'
Requires-Dist: poethepoet <1 ; extra == 'develop'
Requires-Dist: pyproject-fmt <1.8,>=1.3 ; extra == 'develop'
Requires-Dist: ruff <0.2 ; extra == 'develop'
Requires-Dist: validate-pyproject <0.17 ; extra == 'develop'
Provides-Extra: fileio
Requires-Dist: fsspec[abfs,dask,gcs,git,github,http,s3,smb] <2023.13 ; extra == 'fileio'
Requires-Dist: pathlibfs <0.6 ; extra == 'fileio'
Requires-Dist: python-magic <0.5 ; extra == 'fileio'
Requires-Dist: yarl <1.10 ; extra == 'fileio'
Provides-Extra: nlp
Requires-Dist: aiohttp <3.10 ; extra == 'nlp'
Requires-Dist: langchain ; extra == 'nlp'
Requires-Dist: unstructured <0.12 ; extra == 'nlp'
Provides-Extra: notebook
Requires-Dist: nbclient <0.10 ; extra == 'notebook'
Requires-Dist: nbdime <5 ; extra == 'notebook'
Requires-Dist: notebook <8 ; extra == 'notebook'
Requires-Dist: pytest-notebook <0.11,>=0.10 ; extra == 'notebook'
Requires-Dist: testbook <0.5 ; extra == 'notebook'
Provides-Extra: proc
Requires-Dist: psutil <6 ; extra == 'proc'
Provides-Extra: release
Requires-Dist: build <2 ; extra == 'release'
Requires-Dist: twine <5 ; extra == 'release'
Provides-Extra: test
Requires-Dist: pueblo[testing] ; extra == 'test'
Provides-Extra: testing
Requires-Dist: coverage ~=7.3 ; extra == 'testing'
Requires-Dist: pytest <8 ; extra == 'testing'
Requires-Dist: pytest-cov <5 ; extra == 'testing'
Requires-Dist: pytest-env <2 ; extra == 'testing'
Requires-Dist: pytest-mock <4 ; extra == 'testing'
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/
