Metadata-Version: 2.1
Name: pyappi
Version: 1.0.2
Summary: Native Python Appi implementation. Single threaded, single node, no plug-ins.
License: Copyright (c) All Rights Reserved
License-File: LICENSE

Build & Deploy:

python setup.py sdist bdist_wheel
python -m pip install -e ./
twine upload dist/* --verbose
