Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flare-image-hashing

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flare-image-hashing

A small example package

  • 0.0.6
  • PyPI
  • Socket score

Maintainers
1

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/*

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc