An open API service indexing awesome lists of open source software.

https://github.com/codeskyblue/py3toolkit

toolkit for my common use
https://github.com/codeskyblue/py3toolkit

Last synced: about 2 months ago
JSON representation

toolkit for my common use

Awesome Lists containing this project

README

          

# py3toolkit
toolkit for my common use

# Install and Usage
```bash
pip3 install -U py3toolkit
```

Command line tools

- [sshx](docs/sshx.md): Clone of [sshw](https://github.com/yinheli/sshw) written in Python
- [gen_supervisor_conf](docs/gen_supervisor_conf.md): generate supervisor conf through yaml

# Build and Publish

```bash
poetry self add "poetry-dynamic-versioning[plugin]"
poetry publish --build
```

# Refs
- https://pypi.org/project/poetry-dynamic-versioning/