My application development modules.
Project description
Cuinixam App Development
My application development modules.
Installation
Install this via pip (or your favourite package manager):
pip install cuinixam_app_dev
Start developing
The project uses Poetry for dependencies management and packaging.
If you do not have Poetry installed, you can run the boostrap.ps1
script.
This will install Python and Poetry as configured in scoopfile.json
.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force
.\bootstrap.ps1
To install the development dependencies in a virtual environment, type:
poetry install
This will also generate a poetry.lock
file, you should track this file in version control. To execute the test suite, call pytest inside Poetry's virtual environment via poetry run
:
poetry run pytest
Check out the Poetry documentation for more information on the available commands.
For those using VS Code there are tasks defined for the most common commands:
- install development dependencies
- run tests
- run all checks configured for pre-commit
- generate documentation
See the .vscode/tasks.json
for more details.
Committing changes
This repository uses commitlint for checking if the commit message meets the conventional commit format.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Copier and the browniebroke/pypackage-template project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cuinixam_app_dev-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12000fafad8c631e5a9c3123d721f83730b0463e026604d147cdd7921fc7d194 |
|
MD5 | 46e8aaaf888940724e3fb9200b0843ae |
|
BLAKE2b-256 | 1260af28ca8b182a5069bfd02e7d69594ae42017e45c3738d19eeea8cb0f1202 |