Metadata-Version: 2.1
Name: pyappi
Version: 1.3.5
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 -u __token__ -p pypi-xxx...
