/usr/lib/python3/dist-packages/OnionBalance-0.1.6.egg-info/PKG-INFO is in onionbalance 0.1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | Metadata-Version: 1.1
Name: OnionBalance
Version: 0.1.6
Summary: OnionBalance provides load-balancing and redundancy for Tor hidden services by distributing requests to multiple backend Tor instances.
Home-page: https://github.com/DonnchaC/onionbalance
Author: Donncha O'Cearbhaill
Author-email: donncha@donncha.is
License: GPL
Description: OnionBalance
============
Introduction
------------
The OnionBalance software allows for Tor hidden 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.
- Documentation: https://onionbalance.readthedocs.org
- GitHub: https://github.com/DonnchaC/onionbalance/
- Issue tracker: https://github.com/DonnchaC/onionbalance/issues
- PyPI: https://pypi.python.org/pypi/OnionBalance
- IRC: #onionbalance @ OFTC
|build-status| |docs|
Getting Started
---------------
Installation and usage documentation is available at https://onionbalance.readthedocs.org.
Contact
-------
This software is under active development and likely contains many bugs. Please open bugs on Github if you discover any issues with the software or documentation.
I can also be contacted by PGP email or on IRC at ``#onionbalance`` on the OFTC network.
::
pub 4096R/0x3B0D706A7FBFED86 2013-06-27 [expires: 2016-07-11]
Key fingerprint = 7EFB DDE8 FD21 11AE A7BE 1AA6 3B0D 706A 7FBF ED86
uid [ultimate] Donncha O'Cearbhaill <donncha@donncha.is>
sub 3072R/0xD60D64E73458F285 2013-06-27 [expires: 2016-07-11]
sub 3072R/0x7D49FC2C759AA659 2013-06-27 [expires: 2016-07-11]
sub 3072R/0x2C9C6F4ABBFCF7DD 2013-06-27 [expires: 2016-07-11]
.. |build-status| image:: https://img.shields.io/travis/DonnchaC/onionbalance.svg?style=flat
:alt: build status
:scale: 100%
:target: https://travis-ci.org/DonnchaC/onionbalance
.. |coverage| image:: https://coveralls.io/repos/github/DonnchaC/onionbalance/badge.svg?branch=master
:alt: Code coverage
:target: https://coveralls.io/github/DonnchaC/onionbalance?branch=master
.. |docs| image:: https://readthedocs.org/projects/onionbalance/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: https://onionbalance.readthedocs.org/en/latest/
Keywords: tor
Platform: UNKNOWN
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
|