tasmota / decode-config

Backup/restore and decode configuration tool for Tasmota
GNU Lesser General Public License v3.0
211 stars 32 forks source link

Package up and publish to pypi #38

Closed inverse closed 2 years ago

inverse commented 2 years ago

Is your feature request related to a problem? Please describe.

Would be great if this could be packaged up and distributed on pypi.

This would enable users to easily install via tools like pip or pipx.

Describe the solution you'd like

Leveraging a tool such as poetry could help with this or you could do it manually with setup.py.

Could be easily plugged in via a GitHub action such as https://github.com/inverse/python-iolite-client/blob/master/.github/workflows/publish.yml

Describe alternatives you've considered

Distributing via Docker could also be a solution.

Additional context Add any other context or screenshots about the feature request here.

curzon01 commented 2 years ago

PR are welcome

inverse commented 2 years ago

Any objections to adopting poetry for packaging + dependency management?