https://github.com/56kyle/nox-maturin
Pre-made Nox utilities for working with maturin.
https://github.com/56kyle/nox-maturin
Last synced: 4 months ago
JSON representation
Pre-made Nox utilities for working with maturin.
- Host: GitHub
- URL: https://github.com/56kyle/nox-maturin
- Owner: 56kyle
- License: mit
- Created: 2024-10-09T03:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T22:46:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T01:48:29.746Z (about 1 year ago)
- Language: Python
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nox-maturin
[][pypi status]
[][pypi status]
[][pypi status]
[][license]
[][read the docs]
[][tests]
[][codecov]
[][pre-commit]
[][black]
[pypi status]: https://pypi.org/project/nox-maturin/
[read the docs]: https://nox-maturin.readthedocs.io/
[tests]: https://github.com/56kyle/nox-maturin/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/56kyle/nox-maturin
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Features
- TODO
## Requirements
- TODO
## Installation
You can install _nox-maturin_ via [pip] from [PyPI]:
```console
$ pip install nox-maturin
```
## Usage
Please see the [Command-line Reference] for details.
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [MIT license][license],
_nox-maturin_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Credits
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/56kyle/nox-maturin/issues
[pip]: https://pip.pypa.io/
[license]: https://github.com/56kyle/nox-maturin/blob/main/LICENSE
[contributor guide]: https://github.com/56kyle/nox-maturin/blob/main/CONTRIBUTING.md
[command-line reference]: https://nox-maturin.readthedocs.io/en/latest/usage.html