Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanderploegsma/doit-sandbox
Playing around with pydoit
https://github.com/sanderploegsma/doit-sandbox
Last synced: 3 days ago
JSON representation
Playing around with pydoit
- Host: GitHub
- URL: https://github.com/sanderploegsma/doit-sandbox
- Owner: sanderploegsma
- Created: 2023-10-08T12:31:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T12:44:34.000Z (about 1 year ago)
- Last Synced: 2024-04-15T07:41:42.827Z (7 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoIt Sandbox
Playing around with [DoIt][doit-docs].
[doit-docs]: https://pydoit.org/
## Tasks
All tasks are defined in [`dodo.py`](./dodo.py).
```text
$ doit list --all
format Auto-formats Python files
format:black
format:isort
lint Lints Python files
lint:black
lint:isort
lint:pylint
test Runs tests
```