Metadata-Version: |
2.1 |
Name: |
pueblo |
Version: |
0.0.10 |
Summary: |
Pueblo - a Python toolbox library. |
Author-Email: |
Andreas Motl <andreas.motl[at]panodata.org> |
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 |
License: |
LGPL 3, EUPL 1.2 |
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: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Communications |
Classifier: |
Topic :: Education |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Text Processing |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.7 |
Requires-Dist: |
platformdirs (<5) |
Requires-Dist: |
contextlib-chdir; python_version < "3.11" |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
pueblo[cli,dataframe,fileio,nlp,notebook,proc,testing,web]; extra == "all" |
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" |
Requires-Dist: |
dask; extra == "dataframe" |
Requires-Dist: |
numpy; extra == "dataframe" |
Requires-Dist: |
pandas; extra == "dataframe" |
Requires-Dist: |
pyarrow; extra == "dataframe" |
Requires-Dist: |
black[jupyter] (<25); extra == "develop" |
Requires-Dist: |
mypy (<2); extra == "develop" |
Requires-Dist: |
poethepoet (<1); extra == "develop" |
Requires-Dist: |
pyproject-fmt (<2.5,>=1.3); extra == "develop" |
Requires-Dist: |
ruff (<0.8); extra == "develop" |
Requires-Dist: |
validate-pyproject (<0.19); extra == "develop" |
Requires-Dist: |
fsspec[abfs,dask,gcs,git,github,http,s3,smb] (<2024.11); extra == "fileio" |
Requires-Dist: |
pathlibfs (<0.6); extra == "fileio" |
Requires-Dist: |
python-magic (<0.5); extra == "fileio" |
Requires-Dist: |
yarl (<1.16); extra == "fileio" |
Requires-Dist: |
aiohttp (<3.11); extra == "nlp" |
Requires-Dist: |
langchain (<0.4,>=0.1); extra == "nlp" |
Requires-Dist: |
langchain-text-splitters (<0.4); extra == "nlp" |
Requires-Dist: |
unstructured (<0.17); extra == "nlp" |
Requires-Dist: |
nbclient (<0.11); 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" |
Requires-Dist: |
psutil (<7); extra == "proc" |
Requires-Dist: |
build (<2); extra == "release" |
Requires-Dist: |
twine (<6); extra == "release" |
Requires-Dist: |
pueblo[testing]; extra == "test" |
Requires-Dist: |
coverage (~=7.3); extra == "testing" |
Requires-Dist: |
pytest (<8); extra == "testing" |
Requires-Dist: |
pytest-cov (<6); extra == "testing" |
Requires-Dist: |
pytest-env (<2); extra == "testing" |
Requires-Dist: |
pytest-mock (<4); extra == "testing" |
Requires-Dist: |
requests-cache (<2); extra == "web" |
Provides-Extra: |
all |
Provides-Extra: |
cli |
Provides-Extra: |
dataframe |
Provides-Extra: |
develop |
Provides-Extra: |
fileio |
Provides-Extra: |
nlp |
Provides-Extra: |
notebook |
Provides-Extra: |
proc |
Provides-Extra: |
release |
Provides-Extra: |
test |
Provides-Extra: |
testing |
Provides-Extra: |
web |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |