Autocam
Project description
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.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autocam-1.1.3.tar.gz.
File metadata
- Download URL: autocam-1.1.3.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ff287c9aec36b543085b7f224c4132656a7cd01586521875051608423b0c742
|
|
| MD5 |
2d66f97c40e8cc0a1e620e907a10a16a
|
|
| BLAKE2b-256 |
532678c3d1933a71313d4d7304d40744b5a1ee6a5d38478a85d727944101f9f3
|
File details
Details for the file autocam-1.1.3-py3-none-any.whl.
File metadata
- Download URL: autocam-1.1.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16a197c62ad9d6a67ae3faee02f72e4fcd3fcc37f0fe9cf67965a5f90b757542
|
|
| MD5 |
9b79e8f7b93d13d36bea13d973220871
|
|
| BLAKE2b-256 |
dc1634410852c2a723fd376f1c46bb8ce77311b05f17a6ada7dad200c75341d1
|