Metadata-Version: 2.1
Name: bits
Version: 0.1.0
Summary: bits is a cli tool and pure Python library for Bitcoin
Author-email: Jason Traub <jtraub91@gmail.com>
Project-URL: Homepage, https://github.com/jtraub91/bits
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# `bits10001010010101101`

`bits` is a cli tool and pure Python library for Bitcoin

## Dependencies

- Python 3.7+

## Installation

```bash
git clone https://github.com/jtraub91/bits.git
cd bits/
pip install .
```
