A uitlity package containing functions to align bead images
Project description
aics_bead_alignment_core
A uitlity package containing functions to align bead images
Features
- Store values and retain the prior value in memory
- ... some other functionality
Installation
Stable Release: pip install aics_bead_alignment_core
Development Head: pip install git+https://github.com/BrianWhitneyAI/aics_bead_alignment_core.git
Documentation
For full package documentation please visit BrianWhitneyAI.github.io/aics_bead_alignment_core.
Development
See CONTRIBUTING.md for information related to developing the code.
The Commands You Need To Know
-
make install
This will setup a virtual environment local to this project and install all of the project's dependencies into it. The virtual env will be located in
aics_bead_alignment_core/venv
. -
make test
,make fmt
,make lint
,make type-check
,make import-sort
Quality assurance
-
pip install -e .[dev]
This will install your package in editable mode with all the required development dependencies.
-
make docs
This will generate documentation using sphinx.
-
make publish
andmake publish-snapshot
Running this command will start the process of publishing to PyPI
-
`make bumpversion' - [release, major, minor, patch, dev]
update verisoning with new releases
-
make clean
This will clean up various Python and build generated files so that you can ensure that you are working in a clean workspace.
Suggested Git Branch Strategy
main
is for the most up-to-date development, very rarely should you directly commit to this branch. GitHub Actions will run on every push and on a CRON to this branch but still recommended to commit to your development branches and make pull requests to main. If you push a tagged commit with bumpversion, this will also release to PyPI.- Your day-to-day work should exist on branches separate from
main
. Even if it is just yourself working on the repository, make a PR from your working branch tomain
so that you can ensure your commits don't break the development head. GitHub Actions will run on every push to any branch or any pull request from any branch to any other branch. - It is recommended to use "Squash and Merge" commits when committing PR's. It makes
each set of changes to
main
atomic and as a side effect naturally encourages small well defined PR's.
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 aics_bead_alignment_core-0.0.0.tar.gz
.
File metadata
- Download URL: aics_bead_alignment_core-0.0.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5c6f30e40b2a5004ffea4185a344b26a98c2a58f9101690135ed7cef445362a |
|
MD5 | 11be2d1d1d021011f52b73eec26c4116 |
|
BLAKE2b-256 | 76d9b14cf8f77ae014f3157461b4818b61de0604cbada9ea96e8df8878cb3c64 |
File details
Details for the file aics_bead_alignment_core-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: aics_bead_alignment_core-0.0.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.12.0 pkginfo/1.8.3 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d9ddadae31a82b37dc41b6aef31bf534db6057c51132c00829e4b5abf872ecd |
|
MD5 | 6bcffd3c3748525f30f849fe3cf11581 |
|
BLAKE2b-256 | 97889471fe6d156e513d9d415a237175d9b0cc07d4d1f7b793f8b7e3f5ca7890 |