https://github.com/smkent/autojob
https://github.com/smkent/autojob
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smkent/autojob
- Owner: smkent
- License: gpl-3.0
- Created: 2024-06-19T04:08:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:47:46.000Z (4 months ago)
- Last Synced: 2025-01-28T14:15:08.068Z (4 months ago)
- Language: Python
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Job application tools
[][gh-actions]
[][codecov]
[][repo]**Warning:** This is experimental, use at your own risk
## Installation notes
On Windows, ensure
[Windows Long Path support is enabled][windows-long-path-support].## Development
### [Poetry][poetry] installation
Via [`pipx`][pipx]:
```console
pip install pipx
pipx install poetry
pipx inject poetry poetry-pre-commit-plugin
```Via `pip`:
```console
pip install poetry
poetry self add poetry-pre-commit-plugin
```### Development tasks
* Setup: `poetry install`
* Run static checks: `poetry run poe lint` or
`poetry run pre-commit run --all-files`
* Run static checks and tests: `poetry run poe test`---
Created from [smkent/cookie-python][cookie-python] using
[cookiecutter][cookiecutter][codecov]: https://codecov.io/gh/smkent/autojob
[cookie-python]: https://github.com/smkent/cookie-python
[cookiecutter]: https://github.com/cookiecutter/cookiecutter
[gh-actions]: https://github.com/smkent/autojob/actions?query=branch%3Amain
[pipx]: https://pypa.github.io/pipx/
[poetry]: https://python-poetry.org/docs/#installation
[repo]: https://github.com/smkent/autojob
[windows-long-path-support]: https://pip.pypa.io/warnings/enable-long-paths