Metadata-Version: 2.4
Name: Onionbalance
Version: 0.2.2
Summary: Onionbalance provides load-balancing and redundancy for Tor hidden services by distributing requests to multiple backend Tor instances.
Home-page: https://github.com/asn-d6/onionbalance
Author: George Kadianakis, Donncha O'Cearbhaill
Author-email: asn@torproject.org
License: GPL
Keywords: tor
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=3.6
License-File: COPYING
Requires-Dist: setuptools
Requires-Dist: stem>=1.8
Requires-Dist: PyYAML>=4.2b1
Requires-Dist: pycryptodomex
Requires-Dist: future>=0.14.0
Requires-Dist: setproctitle
Requires-Dist: cryptography>=2.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. image:: obv3_logo.jpg

Onionbalance
============

Introduction
------------

Onionbalance allows Tor onion service requests to be distributed across
multiple backend Tor instances. Onionbalance provides load-balancing while also
making onion services more resilient and reliable by eliminating single
points-of-failure.

Getting Started
---------------

Installation and usage documentation is available at https://onionbalance.readthedocs.org.

Contact
-------

This software is under active development and likely contains bugs. Please
open bug reports on Github if you discover any issues with the software or
documentation.

::

    pub   rsa4096 2012-02-22 [SC]
          13C81580203AE18BB7C0424E09CC7F5315F271D9
    uid           [ultimate] George Kadianakis <asn@torproject.org>
    uid           [ultimate] George Kadianakis <desnacked@riseup.net>
    sub   rsa4096 2012-02-22 [E]

The Onionbalance software was originally authored and maintained by Donncha Ó
Cearbhaill. Thanks for all the code!!!
