mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 06:23:28 +00:00
1.1 KiB
1.1 KiB
Python Contrib
Python packages mono-repository
Development
Global dependencies
- node
- poetry
Makefile commands
Root commands
make init
- Initialize repositorymake lint
- Lint repositorymake lint-fix
- Auto-fix repositorymake test
- Test repositorymake clean
- Clean up repositorymake all-init
- Init all packagesmake all-lint
- Lint all packagesmake all-lint-fix
- Auto-fix all packagesmake all-test
- Test all packagesmake all-clean
- Clean all packagesmake all-dependencies-update
- Update dependencies in all packagesmake ci-init
- CI-specific version of init command
Common package commands
make init
- Initialize packagemake lint
- Lint packagemake lint-fix
- Auto-fix packagemake test
- Test packagemake clean
- Clean up package foldermake dependencies-update
- Update not restricted dependenciesPYPI_WRITER_PASSWORD=... make ci-login-pypi-publish
- Login to personal pypi with publish rightsmake ci-test
- Test package in CImake ci-package-build
- Builds package in CImake ci-package-publish
- Publishes package in CI