Metadata-Version: 2.1
Name: hideez
Version: 0.2.1
Summary: Python library for communicating with Hideez Hardware Wallet
Home-page: https://github.com/HideezGroup/python-hideez
Author: Hideez Group Inc
Author-email: info@hideez.com
License: LGPLv3
Description: python-hideez
        =============
        
        Python library and commandline client for communicating with Hideez
        Hardware Wallet
        
        See <https://hideez.com> for more information
        
        Install
        -------
        
        python-hideez requires Python 3.3 or higher. The easiest
        way to install it is with `pip`.
        
        ```sh
        pip3 install hideez
        ```
        
        Command line client (hideezctl)
        ------------------------------
        
        The included `hideezctl` python script can perform various tasks such as
        signing transactions, retrieving account info and addresses.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.3
Description-Content-Type: text/markdown
