Metadata-Version: 2.2
Name: nvidia-eff-tao-encryption
Version: 0.1.9
Summary: NVIDIA Exchange File Format - Encryption for TAO
Author: Tomasz Kornuta, Varun Praveen
Author-email: tkornuta@nvidia.com, vpraveen@nvidia.com
Maintainer: Tomasz Kornuta, Varun Praveen
Maintainer-email: tkornuta@nvidia.com, vpraveen@nvidia.com
License: NVIDIA Proprietary Software
Keywords: nvidia,eff,tao,encryption
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: ==3.12.*
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cryptography
Requires-Dist: pybind11>=2.6
Requires-Dist: pyarmor==8.5.8
Requires-Dist: pyinstaller
Requires-Dist: black==22.3.0
Requires-Dist: isort[requirements]<5
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=3.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Provides-Extra: all
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-runner; extra == "all"
Requires-Dist: sphinx>=3.0; extra == "all"
Requires-Dist: sphinx_rtd_theme; extra == "all"
Requires-Dist: sphinxcontrib-bibtex; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

nvidia-eff 

The NVIDIA Exchange File Format (EFF) was created with the aim of facilitating exchange and interoperability between
different NVIDIA Deep Learning frameworks and tools. The EFF TAO Encryption package contains encryption functions and
tools used by TAO.

A Software License Agreement is included with the product and governs the use of the product. By pulling and using the
NVIDIA Exchange File Format, you accept the terms and conditions of the license. For details please refer to LICENSE.txt.

Installation - only internal:
```
pip install nvidia-eff-tao-encryption
```
