Skip to main content

No project description provided

Project description

Python package PyPI version

🚧 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 and black 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nightskycam_images-0.1.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

nightskycam_images-0.1.1-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file nightskycam_images-0.1.1.tar.gz.

File metadata

  • Download URL: nightskycam_images-0.1.1.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

Hashes for nightskycam_images-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a0f1fb0812af06aacc3c72146908cbf429bd44c6d620ff50947eb1f862596c72
MD5 92e0b17d336c119c96a0c8597b5dc2a2
BLAKE2b-256 ef5d8812c9cb81652a85fe6882bbd6c0e7d367a1bd408e240e68a8d968e36948

See more details on using hashes here.

File details

Details for the file nightskycam_images-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: nightskycam_images-0.1.1-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

Hashes for nightskycam_images-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b96dec4cd6aacbc331ff43af4b4f32a3bb2b29e3c045a765fab760ce5e338c51
MD5 c69d26e59a3e1cbe28c595fc3e830c7e
BLAKE2b-256 3dafe2fba67949c3d54e4bf68b7fd273a2dfa937e832de56c82de2741fecd29a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page