No project description provided
Project description
🚧 Under Construction
This project is currently under development. Please check back later for updates.
Nightskycam Images
This is the repository for nightskycam_images
,
a python package for managing images captured by the camera-RaspberryPi systems of the nightskycam project.
These images are managed in a filesystem.
Its functions include:
- managing images (and related data) in a filesystem
- generating thumbnail images
- generating summary videos.
Requirements
- Operating system: Linux or macOS
- Python 3.9+
Getting Started as a User (using pip
)
Dependency management with pip
is easier to set up than with poetry
, but the optional dependency-groups are not installable with pip
.
- Create and activate a new Python virtual environment:
python3 -m venv --copies venv source venv/bin/activate
- Update
pip
and build package:pip install -U pip # optional but always advised pip install . # -e option for editable mode
Getting Started as a Developer (using poetry
)
Dependency management with poetry
is required for the installation of the optional dependency-groups.
-
Install poetry.
-
Install dependencies for package (also automatically creates project's virtual environment):
poetry install
-
Install
dev
dependency group:poetry install --with dev
-
Activate project's virtual environment:
poetry shell
-
Optional: Set up pre-commit git hook (automatic
isort
andblack
formatting):pre-commit install
The hook will now run automatically on
git commit
. It is not recommended, but the hook can be bypassed with the option--no-verify
.The hook can also be manually run with:
# Force checking all files (instead of only changed files). pre-commit run --all-files
Tests (only possible for setup with poetry
, not with pip
)
To install test
dependency group:
poetry install --with test
To run the tests:
python -m pytest
To extract coverage data:
- Get code coverage by measuring how much of the code is executed when running the tests:
coverage run -m pytest
- View coverage results:
# Option 1: simple report in terminal. coverage report # Option 2: nicer HTML report. coverage html # Open resulting 'htmlcov/index.html' in browser.
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 nightskycam_images-0.1.2.tar.gz
.
File metadata
- Download URL: nightskycam_images-0.1.2.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.10 Linux/5.15.0-117-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ab18a4e6d3cacf81d84c86b8bb5140b1a65d43649d38668891f12f2dae7d6b6 |
|
MD5 | 43fe1d82f31f0267b63ef2b32cca11ac |
|
BLAKE2b-256 | 8c37941ace99f7ec5f1c0df60c1ef3a63326210bec26ef4651337a60a15daa8e |
File details
Details for the file nightskycam_images-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: nightskycam_images-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.8.10 Linux/5.15.0-117-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7ff204271d0f29117a089b52010226ae99a7ee0daee9e5f2e61f7bcf0027aa2 |
|
MD5 | e8988cf67afba70232a14a17046abeb7 |
|
BLAKE2b-256 | 2facffa49971aeb6d4c216fba45c85fe22f1ce6834dc9f9eafe198903bfb7881 |