Metadata-Version: 2.1
Name: parrot-felindra
Version: 7.4.0
Summary: Parrot Media Signature Verifier tool
License: BSD-3-Clause
Author: Mathieu Le Mauff
Author-email: mathieu.lemauff@parrot.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Dist: cryptography
Requires-Dist: pycryptodome
Requires-Dist: requests
Description-Content-Type: text/markdown

# Felindra - Parrot Media Signature Verifier tool

The *felindra* Python module provides both a library and an executable
to verify the authenticity and integrity of any signed photo taken by
an *ANAFI Ai*. The tool can verify photos remotely on a drone by using the
webserver API or offline, by checking a directory and its subdirectories.

For more information, see the *felindra documentation*.

## [Felindra Documentation](https://developer.parrot.com/docs/groundsdk-tools/photo-signature.html#felindra)

## [Parrot developers forums](https://forum.developer.parrot.com/categories)

* **Parrot Anafi Ai:** https://forum.developer.parrot.com/c/anafi-ai/

## Supported platform

* Tested with Python 3.8.10. It should work on newer versions.

