Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TestTEp37-2021.10.dev13.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file TestTEp37-2021.10.dev13.tar.gz.

File metadata

  • Download URL: TestTEp37-2021.10.dev13.tar.gz
  • Upload date:
  • Size: 5.2 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

Hashes for TestTEp37-2021.10.dev13.tar.gz
Algorithm Hash digest
SHA256 fc341b8ad308ab7ed745e044c24a53d0597a8ee6f45b29c2ef4778cb587869b6
MD5 068399b05bfc39f9e38ab856fa744798
BLAKE2b-256 7f9e8ee77301432488c0efa7110d98f6b65811219fd22c18529b21c178eecbfe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page