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
# you can run basic version with default data
sbc = Sigmoid()
sbc.fig_builder().show()
output:
Note: You may need to use your own data
sbc = Sigmoid(
csv_path='INITIAL_VALUES.csv',
current_supply=16000000,
zoom=1
)
Note2: The format of the csv file should be as follows
- | l | s | m | k | steps |
---|---|---|---|---|---|
0 | l1 | s1 | m1 | k1 | steps |
1 | l2 | s2 | m2 | k2 | steps |
2 | l3 | s3 | m3 | k3 | steps |
3 | l4 | s4 | m4 | k4 | steps |
Example:
- | l | s | m | k | steps |
---|---|---|---|---|---|
0 | 20.8 | 17 | 2.10E+07 | 57300 | 1000 |
1 | 2 | 5 | 5.00E+04 | 5 | 1000 |
2 | 2 | 5 | 5.00E+05 | 50 | 1000 |
3 | 6 | 9 | 5.00E+06 | 2.00E+03 | 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
ltf-2021.10.dev2.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file ltf-2021.10.dev2.tar.gz
.
File metadata
- Download URL: ltf-2021.10.dev2.tar.gz
- Upload date:
- Size: 7.7 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 | 33f2791f91ce1649a9f3a0c93e7e18d16184e207b78433030d8d537b4f9a2f4a |
|
MD5 | e9785cc5b373419ff9a4e0c7ebff4ed4 |
|
BLAKE2b-256 | e0a6782c0a8691d053b55745e91a2af39ad7ca49c37a6ec4aabcc7e7c2fad432 |
File details
Details for the file ltf-2021.10.dev2-py3-none-any.whl
.
File metadata
- Download URL: ltf-2021.10.dev2-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | 407d3224c18cf67ca2bf0f5c9ce1d05d77c730fceb0788a9903b4cc9754920a0 |
|
MD5 | a356ae839149624bb9eaed27d60b7e0a |
|
BLAKE2b-256 | dc549a377500df8cea6a895b322410e263560fe76d6d25ba0605b10ca0e72c61 |