Autocam
Features
- TODO
Requirements
- Python 3.9+
- Conda (for environment management)
- Poetry (for dependency management)
Installation
You can install Autocam via pip from PyPI:
$ pip install autocam
Development Setup
For development, clone the repository and set up the environment:
$ git clone https://github.com/phzwart/autocam.git
$ cd autocam
$ conda create -n autocam python=3.10 -y
$ conda activate autocam
$ pip install poetry
$ poetry install
$ poetry run pre-commit install
Run tests with:
$ poetry run nox
Release Process
Important: Do NOT create or push version tags manually.
The release workflow automatically:
- Detects version bumps in
pyproject.toml - Creates and pushes version tags (e.g.,
v1.2.3) - Builds and publishes to PyPI
- Creates GitHub releases with release notes
To create a new release:
$ python scripts/bump_version.py [major|minor|patch]
$ git add pyproject.toml
$ git commit -m "Bump version to X.Y.Z"
$ git push
Do NOT run git tag or git push --tags.
See [Contributing] for more details.
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, Autocam 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.
Release files for autocam 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| autocam-1.1.3.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| autocam-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / autocam-1.1.3.tar.gz
| Download URL | autocam-1.1.3.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8ff287c9aec36b543085b7f224c4132656a7cd01586521875051608423b0c742
|
|
BLAKE2b-256 checksum How to use checksums |
532678c3d1933a71313d4d7304d40744b5a1ee6a5d38478a85d727944101f9f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.11
|
Release files / autocam-1.1.3-py3-none-any.whl
| Download URL | autocam-1.1.3-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
16a197c62ad9d6a67ae3faee02f72e4fcd3fcc37f0fe9cf67965a5f90b757542
|
|
BLAKE2b-256 checksum How to use checksums |
dc1634410852c2a723fd376f1c46bb8ce77311b05f17a6ada7dad200c75341d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.11
|