root/alpine313/: tablib-3.8.0 metadata and description

Simple index PyPI page

Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)

author_email Kenneth Reitz <me@kennethreitz.org>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Natural Language :: English
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
description_content_type text/markdown
license MIT License
maintainer Hugo van Kemenade
maintainer_email Jazzband Team <roadies@jazzband.co>, Claude Paroz <claude@2xlibre.net>
project_urls
  • homepage, https://tablib.readthedocs.io
  • documentation, https://tablib.readthedocs.io
  • repository, https://github.com/jazzband/tablib
  • changelog, https://github.com/jazzband/tablib/blob/master/HISTORY.md
requires_dist
  • odfpy; extra == "all"
  • openpyxl>=2.6.0; extra == "all"
  • pandas; extra == "all"
  • pyyaml; extra == "all"
  • tabulate; extra == "all"
  • xlrd; extra == "all"
  • xlwt; extra == "all"
  • tabulate; extra == "cli"
  • odfpy; extra == "ods"
  • pandas; extra == "pandas"
  • xlrd; extra == "xls"
  • xlwt; extra == "xls"
  • openpyxl>=2.6.0; extra == "xlsx"
  • pyyaml; extra == "yaml"
requires_python >=3.9
File Tox results History
tablib-3.8.0-py3-none-any.whl
Size
47 KB
Type
Python Wheel
Python
3

Tablib: format-agnostic tabular dataset library

Jazzband PyPI version Supported Python versions PyPI downloads GitHub Actions status codecov GitHub

_____         ______  ___________ ______
__  /_______ ____  /_ ___  /___(_)___  /_
_  __/_  __ `/__  __ \__  / __  / __  __ \
/ /_  / /_/ / _  /_/ /_  /  _  /  _  /_/ /
\__/  \__,_/  /_.___/ /_/   /_/   /_.___/

Tablib is a format-agnostic tabular dataset library, written in Python.

Output formats supported:

Note that tablib purposefully excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.)

Tablib documentation is graciously hosted on https://tablib.readthedocs.io

It is also available in the docs directory of the source distribution.

Make sure to check out Tablib on PyPI!

Contribute

Please see the contributing guide.