bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

Publishing IoText package into PyPI #15

Open bieli opened 1 year ago

bieli commented 1 year ago

It will be good to use this code package with an easy Pythonic way like this:

pip install IoText

It's required to build tags and only tags publish/upload to PyPi Python packages repository. Steps: [x] create account on PyPi [ ] build githu action workflow based on this doc. [ ] create setup.py and required files, to publish this repo as Python public package [ ] set building tags on repo only for accounts with write permissions [ ] run only for TestPyPi in the first runs TEST API token [ ] setup stable 1.0.0 tag for package and run only for production PyPi API token [ ] retest publication to PROD PyPi API token with new release/tag version