Metadata-Version: 1.1
Name: python-esteid
Version: 0.1.7
Summary: Utilities for Estonian eID and mID infrastructure
Home-page: https://github.com/martinpaljak/python-esteid
Author: Martin Paljak
Author-email: martin@martinpaljak.net
License: MIT
Description: Estonian ID-card "ecosystem" helper library and command line utility.
        
        The esteid utility helps to:
         * query ldap.sk.ee in a meaningful way
         * convert ID codes to SSH keys
         * verify certificates against OCSP
        
        Access to the Mobile-ID DigiDocService is currently excluded from
        the source.
        
        This depends on M2Crypto either being available or being able to
        build it, ditto for python-ldap.
        
        On Debian and derivatives:
        sudo apt-get install build-essential libssl-dev swig \
        libsasl2-dev libldap-dev python-dev
        
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
