Yet another ninja generator to build C/CPP projects.
Project description
README
Yet another ninja generator to build C/CPP projects.
Installation
Install this via pip (or your favourite package manager):
pip install yanga
Start developing
The project uses Poetry for dependencies management and packaging.
If you do not have Poetry installed, you can run the bootstrap.ps1
script.
This will install Scoop, Python and start bootstrap.py
to create the Python virtual environment.
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
File details
Details for the file yanga-0.11.1.tar.gz
.
File metadata
- Download URL: yanga-0.11.1.tar.gz
- Upload date:
- Size: 100.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.7 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c91923a193bec701070b59b613bd95d023cf8d8f15ba4e6c3bc524c65e9669d |
|
MD5 | c009ac512a565df66a17eafacc320904 |
|
BLAKE2b-256 | 86a25ac801b907e8e92c4a33a9a4197c061d1f05c3922e7b2b08e4322d80db4d |
Provenance
File details
Details for the file yanga-0.11.1-py3-none-any.whl
.
File metadata
- Download URL: yanga-0.11.1-py3-none-any.whl
- Upload date:
- Size: 115.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.7 tqdm/4.66.1 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d1e7afc6e1fd85f405519233940498c817182ab700b3bd2d7ea9e52c4e7708 |
|
MD5 | 4fd6675acaf48e73777af4a0c1db34ca |
|
BLAKE2b-256 | d429d1662443002b678acdc89ecb1fe9657bc4ec241da580d41df681db97426c |