Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature based optional dependencies #21

Open
bencevans opened this issue Jun 23, 2022 · 0 comments
Open

Feature based optional dependencies #21

bencevans opened this issue Jun 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bencevans
Copy link
Owner

The core functionality should be available with pip install camtrapml, e.g. image processing and filtering.

Features that require a more heavy set of dependencies, such as Exif extraction, detection and classification tooling, should require installation as options e.g.

pip install camtrapml[md4]
pip install camtrapml[md5]
pip install camtrapml[exif]

Everything with something along the lines of

pip install camtrapml[md4,md5,exif]
@bencevans bencevans changed the title Setup with optional dependencies Feature based optional dependencies Jun 23, 2022
@bencevans bencevans added the enhancement New feature or request label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant