tabledata 1.3.4


pip install tabledata

  Latest version

Released: Dec 31, 2024


Meta
Author: Tsuyoshi Hombashi
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Information Technology

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Libraries
  • Software Development :: Libraries :: Python Modules

Typing
  • Typed

Summary

tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.

PyPI package version Supported Python versions Supported Python implementations Linux/macOS/Windows CI status Test coverage

Installation

Install from PyPI

pip install tabledata

Install from PPA (for Ubuntu)

sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-tabledata

Dependencies

Optional Python packages

  • loguru
    • Used for logging if the package installed

  • pandas
    • required to get table data as a pandas data frame

Documentation

https://tabledata.rtfd.io/

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
DataProperty (<2,>=1.0.1)
typepy (<2,>=1.2.0)