Metadata-Version: 1.0
Name: blocktools
Version: 0.1.1
Summary: Bitcoin blockchain parser
Home-page: https://github.com/Nyancoins/blocktools
Author: Hendrik 'Bloody' Schumann, Alex Gorale
Author-email: pypi@schumann.pw
License: BSD3
Description: ## Block Chain Tools
        
        Block chain parser implementation written in python. Contains examples for Bitcoin and Litecoin.
        
            blocktools package - classes for reading blocks and transaction data from blockchain files
            bin/sight.py - example implementation, console script to parse blockchain files
        
        ## Usage
        
        `python bin/sight.py blk00001.dat`
        
        or if installed:
        
        `sight blk00001.dat`
        
        ## Contributing
        
        1. Fork it!
        2. Create your feature branch: `git checkout -b my-new-feature`
        3. Commit your changes: `git commit -am 'Add some feature'`
        4. Push to the branch: `git push origin my-new-feature`
        5. Submit a pull request :D
        
        ## Credits
        
        Alex Gorale, original author - https://github.com/tenthirtyone/blocktools
        
        Hendrik 'Bloody' Schumann, cleanup, pypi packaging
        
        ## License
        
        BSD 3
        
        
Platform: UNKNOWN
