Metadata-Version: 2.1
Name: algmonpositiveflow
Version: 0.0.1
Summary: the algmon positive flow toolkit
Home-page: 
Author: algmon
Author-email: support@algmon.com
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# Algmon PositiveFlow toolkit

## company intro

* https://algmon.com/

## **toolkit intro**

* https://algmon.com/docs/infra/intro

## features

* focus ONLY on upper level applications & apis
* FAST prototyping for pocs and engineering projects
* easy BABY Code for everyone to read, understand and write

## dependend python packages

* algmonbrain for brain support
* (algmon) ➜ pip install algmonbrain
* 
* algmonbody for body support
* (algmon) ➜ pip install algmonbody
* 
* algmoninfra for computation infra support
* (algmon) ➜ pip install algmoninfra

## how to publish

1. python -m build
2. (optional) twine upload -r testpypi dist/*
3. twine upload --skip-existing dist/*

## how to install

* pip install -r requirements.txt

## how to test

## how to run

* python main.py

## the license

* Apache License v2
