Metadata-Version: 2.1
Name: bitcoin-keygen
Version: 0.1.1
Summary: Bitcoin Utility Functions
Home-page: https://github.com/cheran-senthil/bitcoin-keygen
Author: Cheran
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/cheran-senthil/bitcoin-keygen/issues
Project-URL: Source, https://github.com/cheran-senthil/bitcoin-keygen/
Description: # Bitcoin Keygen
        
        Bitcoin Keygen is a minimalistic Pure Python script with Bitcoin utility functions.
        
        ## Installation
        
        Bitcoin Keygen can be installed with `pip install bitcoin-keygen` (Python 3.6+ Required).
        
        ## Features
        
        - Generate and verify private keys for use on the Bitcoin Blockchain.
        - Generate the public key, address and WIF associated with a private key.
        - Base58Check encoding, decoding and checksum check utility functions.
        
        Bitcoin Keygen can accept optional parameters as well to work with compressed keys and the testnet.
        
        ## License
        
        [GNU General Public License v3.0](LICENSE) (c) 2019 Cheran Senthilkumar
        
Keywords: bitcoin keygen python script blockchain cryptography cryptocurrency
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
