tasmota / decode-config

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

Setup foundations for packaging and publishing #39

Closed inverse closed 2 years ago

inverse commented 2 years ago

To test local flow

python -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
make

## Test pipx install 
pipx install dist/decode_config-2022.1.1-py3-none-any.whl 

Resolves #38

curzon01 commented 2 years ago

it does... a lot of other work with the start of the new year, be patient for eval

inverse commented 2 years ago

No rush - let me know if you need anything explained 👍🏼