Skip to main content

A small example package

Project description

image-hashing

facial-extractor

PyPi: flare-image-hashing

API

  • hash_image

    • Average Hash computation of the given image.
  • are_similar

    • Returns True if two images are relatively similar.

Publishing the package

  1. Install packages in requirements.txt
  2. Bump the version number in setup.cfg
  3. Building (Now run this command from the same directory where pyproject.toml is located): python3 -m build
  4. Get the PyPI API token
  5. Run Twine to upload all the archives under dist: python3 -m twine upload dist/*
  6. username: __token__
  7. password: the PyPi token including the pypi- prefix

Shortcut

python3 -m build && python3 -m twine upload dist/*

Helpful links

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

flare-image-hashing-0.0.6.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

flare_image_hashing-0.0.6-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

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