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 TestTEp37 2021.11.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TestTEp37-2021.11.dev0.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| TestTEp37-2021.11.dev0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:14.9 kB
Release files / TestTEp37-2021.11.dev0.tar.gz
| Download URL | TestTEp37-2021.11.dev0.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae63805352e40722deb2b5cae1e1bca925c98866422603b149e8b325f8210de5
|
|
BLAKE2b-256 checksum How to use checksums |
c77ab2ca6f0578ad10b654eaaeac11024aca6330bbc0659d9dc94020a5fa77e0
|
| 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 / TestTEp37-2021.11.dev0-py3-none-any.whl
| Download URL | TestTEp37-2021.11.dev0-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8aa513941ce1ecd92bb84b5d9d06c85f1fac405ec5bbf9c8e66ef6cbfc4314bb
|
|
BLAKE2b-256 checksum How to use checksums |
59b435aeb651d6ef81331a04fdc72c16f82999cca23610dced1482d57a1db0e5
|
| 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
|