Skip to main content

Package with useful functions for BI-SVZ coursework

Project description

Improutils

This repository contains Python library with useful helper functions for Machine vision and Image processing (BI-SVZ) coursework taught at FIT CTU. For more details, see main course page.

Deploy a new version

This repository uses GitLab CI/CD Pipelines to deploy improutils package either to production or test PyPI.

Deploy to production PyPI

  • Update version.py file with a new version number with respect to semantic versioning rules
  • Commit your local changes
    • git commit -m "Add awesome AI feature"
  • Create a tagged version based on version.py
    • git tag -a $(python3 setup.py --version)
  • Push tag to origin
    • git push --tags
  • Wait for the package to be deployed and then check new version at PyPI

Deploy to test PyPI

Almost same as above, but the push tag step must be skipped. Testing version is available at test PyPI.

Tests

You must run the tests from the improutils_package directory. An example command for running the test may be as follows:

python tests\test_preprocessing.py

Note: running the test from the tests directory itself will result in errors

Documentation

This project uses Sphinx for documentation. The documentation is available on Read the Docs.

Building documentation locally

pip install sphinx sphinx_rtd_theme
cd docs
make html

Browsing the documentation locally:

python3 -m http.server -d docs/html

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

improutils-1.2.1.tar.gz (36.8 kB view details)

Uploaded Source

File details

Details for the file improutils-1.2.1.tar.gz.

File metadata

  • Download URL: improutils-1.2.1.tar.gz
  • Upload date:
  • Size: 36.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for improutils-1.2.1.tar.gz
Algorithm Hash digest
SHA256 048cf47ec9993beddd7e85eb558a136d165db3de388e20633a704d62e2deddc1
MD5 01c3dea5a43dd50f55616d58a1e386ed
BLAKE2b-256 b118431bfde71a88a67d1ba25f4e7212d082784a360dce871e8773746c8a30f3

See more details on using hashes here.

Supported by

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