cryptonets-python-sdk


Namecryptonets-python-sdk JSON
Version 1.3.8 PyPI version JSON
download
home_pagehttps://privateid.com/
SummaryCryptonets SDK Library for Python
upload_time2024-11-05 15:40:45
maintainerNone
docs_urlNone
authorPrivate Identity
requires_python>=3.6
licenseNone
keywords privateid cryptonets face identification
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## CryptoNets Python SDK

## Project description

This package provides an interface to CryptoNets™ 1:N homomorphic token (HT) face recognition, Ultrapass™
ID and human age estimation.

## Getting Started

Sign up on the waitlist on https://private.id to obtain your apiKey.

## Requirements

- Python >= 3.6

## Notices

Licensing Restriction: This SDK is not licensed for use without the consent of the Private Identity.

## Installation

Installation of the CryptoNets Python SDK and its dependencies is provided by `pip`.
If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install
pip.

To ensure smooth installation, it’s recommended to use:

- `pip: 9.0.2` or greater

The safest way to install the SDK is to use pip in a virtualenv:

```
python -m pip install cryptonets_python_sdk
```

If you have the cryptonets_python_sdk package installed and want to upgrade to the latest version, you can run:

```
python -m pip install --upgrade cryptonets_python_sdk
```

This will install the cryptonets_python_sdk package as well as all dependencies.
See the [installation](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/installation.html) section of
the SDK homepage Guide for more information.

## Usage

You will receive the Server URL and apiKey when you subscribe.

### Import Face factor

`from cryptonets_python_sdk.factor import FaceFactor`

`from cryptonets_python_sdk.settings.loggingLevel import LoggingLevel`

### Initialize and use factor

```
server_url = URL of the server

api_key = APIKEY issued on successful signup

server = FaceFactor(url=server_url, api_key=api_key,
        logging_level=LoggingLevel.full)
```

## License

[Private Identity License](https://github.com/openinfer/PrivateIdentity/blob/e19cb4870048f14e04a6be99d3cab78f4d8c6360/images/AWS%20EULA%20Template%20(2020.11.20)%20(Private%20Identity).pdf)
Copyright (c) 2020-present, Private Identity All rights reserved.

## More Resources:

[Getting Started](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/index.html#getting-started)

[Installation](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/installation.html)

[Usage](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/usage.html)

[SDK-Docs](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/Factor/Face.html#cryptonets_python_sdk.factor.FaceFactor)

            

Raw data

            {
    "_id": null,
    "home_page": "https://privateid.com/",
    "name": "cryptonets-python-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "privateid, cryptonets, face identification",
    "author": "Private Identity",
    "author_email": "support@private.id",
    "download_url": "https://files.pythonhosted.org/packages/0f/4c/41dfc2f25633cc1ce7fbc114723184ac2ace9265523bf51bd496d1ec069d/cryptonets_python_sdk-1.3.8.tar.gz",
    "platform": "any",
    "description": "## CryptoNets Python SDK\n\n## Project description\n\nThis package provides an interface to CryptoNets\u2122 1:N homomorphic token (HT) face recognition, Ultrapass\u2122\nID and human age estimation.\n\n## Getting Started\n\nSign up on the waitlist on https://private.id to obtain your apiKey.\n\n## Requirements\n\n- Python >= 3.6\n\n## Notices\n\nLicensing Restriction: This SDK is not licensed for use without the consent of the Private Identity.\n\n## Installation\n\nInstallation of the CryptoNets Python SDK and its dependencies is provided by `pip`.\nIf pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ \"pip User Guide\") to install\npip.\n\nTo ensure smooth installation, it\u2019s recommended to use:\n\n- `pip: 9.0.2` or greater\n\nThe safest way to install the SDK is to use pip in a virtualenv:\n\n```\npython -m pip install cryptonets_python_sdk\n```\n\nIf you have the cryptonets_python_sdk package installed and want to upgrade to the latest version, you can run:\n\n```\npython -m pip install --upgrade cryptonets_python_sdk\n```\n\nThis will install the cryptonets_python_sdk package as well as all dependencies.\nSee the [installation](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/installation.html) section of\nthe SDK homepage Guide for more information.\n\n## Usage\n\nYou will receive the Server URL and apiKey when you subscribe.\n\n### Import Face factor\n\n`from cryptonets_python_sdk.factor import FaceFactor`\n\n`from cryptonets_python_sdk.settings.loggingLevel import LoggingLevel`\n\n### Initialize and use factor\n\n```\nserver_url = URL of the server\n\napi_key = APIKEY issued on successful signup\n\nserver = FaceFactor(url=server_url, api_key=api_key,\n        logging_level=LoggingLevel.full)\n```\n\n## License\n\n[Private Identity License](https://github.com/openinfer/PrivateIdentity/blob/e19cb4870048f14e04a6be99d3cab78f4d8c6360/images/AWS%20EULA%20Template%20(2020.11.20)%20(Private%20Identity).pdf)\nCopyright (c) 2020-present, Private Identity All rights reserved.\n\n## More Resources:\n\n[Getting Started](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/index.html#getting-started)\n\n[Installation](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/installation.html)\n\n[Usage](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/usage.html)\n\n[SDK-Docs](https://privid-sdk.s3.us-east-2.amazonaws.com/cryptonets-python-sdk/Factor/Face.html#cryptonets_python_sdk.factor.FaceFactor)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cryptonets SDK Library for Python",
    "version": "1.3.8",
    "project_urls": {
        "Bug Reports": "https://github.com/prividentity/cryptonets-python-sdk/issues",
        "Documentation": "https://docs.private.id/cryptonets-python-sdk/index.html",
        "Homepage": "https://privateid.com/",
        "Release Notes": "https://docs.private.id/cryptonets-python-sdk/changelog.html",
        "Source": "https://github.com/prividentity/cryptonets-python-sdk"
    },
    "split_keywords": [
        "privateid",
        " cryptonets",
        " face identification"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca5cbb912e3068b587d0846bd4f81d40b036e4d1508d4364fba3597353651059",
                "md5": "53d96ef9f5de8e6530e9f5f9fa644f42",
                "sha256": "4c0cf76cb61254e8fc8507ad8e5031a9a8dd499bc9ce7c50d542dc5e575c05ad"
            },
            "downloads": -1,
            "filename": "cryptonets_python_sdk-1.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53d96ef9f5de8e6530e9f5f9fa644f42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 31965,
            "upload_time": "2024-11-05T15:40:42",
            "upload_time_iso_8601": "2024-11-05T15:40:42.868844Z",
            "url": "https://files.pythonhosted.org/packages/ca/5c/bb912e3068b587d0846bd4f81d40b036e4d1508d4364fba3597353651059/cryptonets_python_sdk-1.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f4c41dfc2f25633cc1ce7fbc114723184ac2ace9265523bf51bd496d1ec069d",
                "md5": "5c3044bb677cbff23944e35f1542b5e9",
                "sha256": "f0291edb09bef2e8fb7234f2f576ffd8b43076df58583db1f7310d65897e3602"
            },
            "downloads": -1,
            "filename": "cryptonets_python_sdk-1.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "5c3044bb677cbff23944e35f1542b5e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 32226,
            "upload_time": "2024-11-05T15:40:45",
            "upload_time_iso_8601": "2024-11-05T15:40:45.202741Z",
            "url": "https://files.pythonhosted.org/packages/0f/4c/41dfc2f25633cc1ce7fbc114723184ac2ace9265523bf51bd496d1ec069d/cryptonets_python_sdk-1.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 15:40:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prividentity",
    "github_project": "cryptonets-python-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cryptonets-python-sdk"
}
        
Elapsed time: 0.41808s