Metadata-Version: 2.4
Name: lotl
Version: 0.0.15
Summary: lotl is a data science library
Author: Invizabel
Project-URL: Homepage, https://github.com/Invizabel/lotl
Project-URL: Bug Tracker, https://github.com/Invizabel/lotl/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# lotl is a data science library

#

# from lotl import *

#

# chain (redundant itertools.chain) = lotl.chain(array)

# fill (fill a 1D or 2D array) = lotl.fill(int or array,nth=value)

# flatten (flatten multi-dimensional array) = lotl.flatten(array,nth=0)

# mean (redundant statistics.mean) = lotl.mean(array)

# nested total (counts how many layers deep at most an array is) = lotl.nested(array)

# slope (finds the slope average) = lotl.slope(array)
