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.dev14.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

TestTEp37-2021.10.dev14-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

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