Public library of all Token Engineering tools
Project description
ltf library
This library is supposed to be a public library of all Token Engineering tools
Installation
pip install ltf
List of all packages
import ltf
help(ltf)
A few examples
from ltf.bondingcurves import Sigmoid
# sample csv file can be found in the data folder
sbc = Sigmoid(
csv_path='./data/bondingcurves_initial_values.csv',
current_supply=16000000,
zoom=1
)
sbc.fig_builder().show()
output:
import pandas as pd
df = pd.DataFrame([{'l':1, 's':1, 'm':1, 'k':1, 'steps':1000}])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file TestTEp37-2021.10.dev15.tar.gz
.
File metadata
- Download URL: TestTEp37-2021.10.dev15.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 281d3e2c6af467e2187db48b08e5e7b0781a87b4ed5e92299c79b84d05c4e635 |
|
MD5 | e90f2324a12943bb875266028e3f82e6 |
|
BLAKE2b-256 | 8df1c3d60a4b3b024cc32d93c3e70444b5e1d802a00184979e8419ecef9957b1 |
File details
Details for the file TestTEp37-2021.10.dev15-py3-none-any.whl
.
File metadata
- Download URL: TestTEp37-2021.10.dev15-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eabb76afef78ee0f09d4196a3d792b7536d205eaa27a58e26facc00b1734f95 |
|
MD5 | 6d8ee1fe2a97c1859767162c60d7386b |
|
BLAKE2b-256 | 2ab0b8e459fa2459d405840fcd374d7debc0ee53b3934a4b92a49c91c0e280ed |