Metadata-Version: 2.1
Name: tpm2-pytss
Version: 0.1.9
Summary: TPM 2.0 TSS Bindings for Python
Home-page: https://github.com/tpm2-software/tpm2-pytss
Author: John Andersen
Author-email: john.s.andersen@intel.com
Maintainer: John Andersen
Maintainer-email: john.s.andersen@intel.com
License: MIT
Description: # tpm2-pytss
        
        [![Build Status](https://travis-ci.org/tpm2-software/tpm2-pytss.svg?branch=master)](https://travis-ci.org/tpm2-software/tpm2-pytss)
        [![Total alerts](https://img.shields.io/lgtm/alerts/g/tpm2-software/tpm2-pytss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpm2-software/tpm2-pytss/alerts/)
        [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/tpm2-software/tpm2-pytss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpm2-software/tpm2-pytss/context:python)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
        [![PyPI version](https://img.shields.io/pypi/v/tpm2-pytss.svg)](https://pypi.org/project/tpm2-pytss)
        
        TPM2 TSS Python bindings for Enhanced System API (ESYS).
        
        ## Documentation
        
        Documentation for the latest release is hosted at
        https://tpm2-software.github.io/tpm2-pytss
        
        Documentation for the master branch is hosted at
        https://tpm2-software.github.io/tpm2-pytss/master
        
        ## Contributing
        
        See [HACKING](HACKING.md)
        
        ## Help
        
        - Ask a question via an [issue](https://github.com/tpm2-software/tpm2-pytss/issues/new)
        - Send an email to dffml-users@lists.01.org
          - You can subscribe to the users mailing list here
            https://lists.01.org/postorius/lists/tpm2.lists.01.org/
        - Ask a question on the [Gitter chat](https://gitter.im/tpm2-software/community)
        
        ## License
        
        tpm2-pytss is distributed under the [BSD 2 Cluase License](LICENSE).
        
        ## TODOs
        
        - Document need for ctypes for certain values, [example](https://github.com/tpm2-software/tpm2-pytss/blob/d84ab944c2795a27a076caf759ecfb31ab667446/tests/test_esys_auto_session_flags.py#L112-L133)
        - `ESYS_TR_PTR` should be `SessionContext` (Maybe?)
        
Keywords: tpm2,security
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Provides-Extra: dev
