Metadata-Version: 2.1
Name: bloxroute-cli
Version: 1.63.12
Summary: bloXroute CLI
Home-page: https://bloxroute.com
Author: bloXroute Labs Inc.
Author-email: support@bloxroute.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.6.2)

# App description

bloxroute-cli is a utility for communicating with the [bloxroute-gateway].

# Installation

It's best to run this program inside of a [virtual environment][1], especially if your system's default Python 
version is not 3.6 or 3.7. The recommended Python version is 3.7.

# Running

```bash
$ bloxroute-cli -h
```

# Documentation
You can find our full technical documentation and architecture [on our website][documentation].

# Troubleshooting

Contact us at support@bloxroute.com for further questions.

[1]: https://virtualenv.pypa.io/en/latest/
[documentation]: https://bloxroute.com/docs/bloxroute-documentation/
[bloxroute-gateway]: https://pypi.org/project/bloxroute-gateway/


