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
- Host: GitHub
- URL: https://github.com/codeskyblue/py3toolkit
- Owner: codeskyblue
- License: mit
- Created: 2023-01-10T15:04:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T11:46:10.000Z (over 3 years ago)
- Last Synced: 2025-07-05T21:39:57.136Z (12 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/