Metadata-Version: 2.1
Name: sdk_passport
Version: 0.1
Summary: A library for capturing image
Home-page: https://github.com/arijitdatta123/sdk_passport.git
Author: Arijit Datta
Author-email: dattarijit97@gmail.com
License: MIT
Keywords: password
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst

=====================
passport verification
=====================

This is a Django application that does passport verification using camera.


Quick start
===========

1. To use this application, add ``sdk_passport`` to your INSTALLED_APPS in your Django settings file:

INSTALLED_APPS = [
    ...
    'sdk_passport'
    
]


