šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

tablebase

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tablebase

A lightweight tool to make tables easily in python.

1.7.0
PyPI
Maintainers
1

Tablebase 1.7.0

If you found a bug, need a feature, or have question please open an issue.

All releases starting at 1.4.2 can be found here

What is Tablebase?

Tablebase is a python package to make coding with tables effortless.

Install Tablebase

To install Tablebase use pypi (pip)

pip install tablebase

Making a blank table

To make a blank table, use the Table() class:

import tablebase

My_Table = tablebase.Table()

print(My_Table.table_content)

For full documentation go to https://dev.centillionware.com/tablebase

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts