Skip to main content

A library for working with tabular data

Project description

Tablipy

Tablipy is a Python library for working with tabular data. It provides a simple and intuitive way to create, manipulate, and print tabular data structures.

Installation

You can install Tablipy using pip:

pip install tablipy

Usage

Here's a basic example of how to use Tablipy to create a table, add data, and print it:

from tablipy.core import Tablipy

# Create an instance of Tablipy
table = Tablipy(col_headers=['Name', 'Age', 'Location'])

# Add data to the table
table.add_row(['John', '30', 'New York'])
table.add_row(['Jane', '25', 'Los Angeles'])

# Print the table
table.print()

For more detailed information and examples, check the github or explore the examples in the tests directory.

Features

  • Create tables with specified column headers.
  • Add data to the table as rows.
  • Get specific columns, rows, or cells from the table.
  • Set values of columns, rows, or cells.
  • Print tables in a neat tabular format.

Contributing

Contributions are welcome! Feel free to submit issues and pull requests on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tablipy-0.1.1.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file tablipy-0.1.1.tar.gz.

File metadata

  • Download URL: tablipy-0.1.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for tablipy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ad77c35c67dd5c0f10dccfdb704b641cedbd5e8ba4493603aa817f6c152b9bb9
MD5 1027af22d1fcc7f5cdf3364253217056
BLAKE2b-256 b987ecb7c230e1b1e3cff4975c92099c92a43fbb0cd713198ff9e5b9cfa92d1b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page