Metadata-Version: 2.1
Name: alectiolite
Version: 0.0.1
Summary: Integrate customer side ML application with the Alectio Platform
Home-page: https://github.com/alectio/alectio-lite
Author: Alectio
Author-email: admin@alectio.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Alectiolite
New SDK format <br />


# Brief instructions 
conda create -n myenv python=3.6 <br />
conda activate myenv<br />

# Testing
## Temporary installation instructions until stable and publishable
python setup.py sdist bdist_wheel <br />
pip install . <br />

## Temporary uninstallation instructions
rm -fr  < path-to-alectio-lite-installation > <br />
rm -rf ./build <br />
rm -rf ./alectiolite.egg-info <br />
rm -rf ./dist <br />

## TODO 
- creating docstrings <br />


