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.dev1.tar.gz
(5.8 kB
view details)
Built Distribution
File details
Details for the file ltf-2021.10.dev1.tar.gz
.
File metadata
- Download URL: ltf-2021.10.dev1.tar.gz
- Upload date:
- Size: 5.8 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.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaf572f2c2b24e077193ab0708b7d0406d64b90d222459e9cad063e06cd9a5ba |
|
MD5 | 24508e7ab28c885112951ac592e3e53f |
|
BLAKE2b-256 | d89c139115228ec7019f866d42f9ff45796c4761132655a2da67df5f87d23a49 |
File details
Details for the file ltf-2021.10.dev1-py3-none-any.whl
.
File metadata
- Download URL: ltf-2021.10.dev1-py3-none-any.whl
- Upload date:
- Size: 6.2 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.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5561c681555bcf44396605ac0bcccebbe4af0cb06bc374e44b1e63f01b884b5c |
|
MD5 | 3f61447cfd61d226c1711f4b5e76c4d9 |
|
BLAKE2b-256 | e9d8e7bfff811f8e7469bf11e15b5f4eee2c57d35c86b710cd3b066372fcada9 |