Pre-release
This release is a pre-release and may not be stable for production use.
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 |
Release files for ltf 2021.10.dev2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ltf-2021.10.dev2.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ltf-2021.10.dev2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:15.3 kB
Release files / ltf-2021.10.dev2.tar.gz
| Download URL | ltf-2021.10.dev2.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33f2791f91ce1649a9f3a0c93e7e18d16184e207b78433030d8d537b4f9a2f4a
|
|
BLAKE2b-256 checksum How to use checksums |
e0a6782c0a8691d053b55745e91a2af39ad7ca49c37a6ec4aabcc7e7c2fad432
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / ltf-2021.10.dev2-py3-none-any.whl
| Download URL | ltf-2021.10.dev2-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
407d3224c18cf67ca2bf0f5c9ce1d05d77c730fceb0788a9903b4cc9754920a0
|
|
BLAKE2b-256 checksum How to use checksums |
dc549a377500df8cea6a895b322410e263560fe76d6d25ba0605b10ca0e72c61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|