Metadata-Version: 2.4
Name: tor_file_parsers
Version: 0.3.0
Summary: Parsers for various files in Tor
Author-email: Ran Tao <rt822@georgetown.edu>
Project-URL: Homepage, https://github.com/higher-order/tor_file_parsers
Project-URL: Issues, https://github.com/higher-order/tor_file_parsers/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Tor File Parsers
This repository contains parsers for the various files in Tor.

Supported files:
* v3bw (also known as the bandwidth files)
  * v3bw files from the real Tor network
  * v3bw files generated by tornettools

## Installation
```
pip install tor-file-parsers
```

Alternatively,
```
git clone https://github.com/higher-order/tor_file_parsers.git
```
Then `cd` into the cloned repository and run:
```
pip install .
```

## Usage
See `example.py` for usage examples.
