https://github.com/zmoog/sdh
CLI tool to help with SDHs (internal support developer help requests)
https://github.com/zmoog/sdh
Last synced: about 1 year ago
JSON representation
CLI tool to help with SDHs (internal support developer help requests)
- Host: GitHub
- URL: https://github.com/zmoog/sdh
- Owner: zmoog
- License: apache-2.0
- Created: 2024-01-28T21:58:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:58:38.000Z (over 2 years ago)
- Last Synced: 2024-04-16T00:16:03.929Z (about 2 years ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdh
[](https://pypi.org/project/sdh/)
[](https://github.com/zmoog/sdh/releases)
[](https://github.com/zmoog/sdh/actions/workflows/test.yml)
[](https://github.com/zmoog/sdh/blob/master/LICENSE)
CLI tool to help with SDHs (internal support developer help requests)
## Installation
Install this tool using `pip`:
pip install sdh
## Usage
For help, run:
sdh --help
You can also use:
python -m sdh --help
## Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd sdh
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest