Metadata-Version: 2.1
Name: f99-erp-api
Version: 1.0.19
Summary: F99 Erp API
Home-page: UNKNOWN
Author: DTQ
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Hello world

python -m grpc_tools.protoc --proto_path=. ./f99_erp_api.proto --python_out=. --grpc_python_out=.
pip install twine
python setup.py sdist
twine upload dist/*

