tdolby / python-iridium-modem

Iridium modem module for Python built on python-gsmmodem
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Python Package needed #5

Open tdolby opened 4 years ago

tdolby commented 4 years ago

Should require python-gsmmodem-new and install tools in the right places.

tdolby commented 4 years ago

Initial package created; next step is to push to PyPi

tdolby commented 4 years ago

https://github.com/tdolby/python-iridium-modem/runs/638733956?check_suite_focus=true is showing `Uploading python_iridium_modem-0.1.0-py3-none-any.whl

0%| | 0.00/16.4k [00:00<?, ?B/s] 100%|██████████| 16.4k/16.4k [00:01<00:00, 11.7kB/s] NOTE: Try --verbose to see response content. HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/

[error]Process completed with exit code 1.`

tdolby commented 4 years ago

long_description_content_type doesn't seem to be picked up for some reason; fixing errors in existing RST file and using twine locally to validate.

tdolby commented 4 years ago

Switched off debugging by default for tools (after reading https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56 )