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
Release files for tablebase 1.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tablebase-1.7.0.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tablebase-1.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.7 kB
Release files / tablebase-1.7.0.tar.gz
| Download URL | tablebase-1.7.0.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
027a66835427b7733706aa38f632473bffd846a1d5bd15b4d3e484f3db56016d
|
|
BLAKE2b-256 checksum How to use checksums |
fe0bd6d97f3addd47bc0a8aa1985595a3cb434a2720ab370f3f342f80f062967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.0
|
Release files / tablebase-1.7.0-py3-none-any.whl
| Download URL | tablebase-1.7.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1bd75497bb21b65ba3896dfa81cb3eba1cf2d5e20033549009e123842d0388e7
|
|
BLAKE2b-256 checksum How to use checksums |
6385733d9fcb9ac02f6c56085d977fb53512f3d791ae8d9fe8be2443704ae0c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.0
|