Metadata-Version: 1.1
Name: Bytestag
Version: 0.1b1
Summary: Wide Availability Peer-to-Peer File Sharing
Home-page: https://launchpad.net/bytestag
Author: Christopher Foo
Author-email: chris.foo@gmail.com
License: UNKNOWN
Description: Bytestag is a peer-to-peer (P2P) file sharing system that uses a distributed
        hash table (DHT) to achieve wide availability of files. Unlike the BitTorrent
        protocol, files are published entirely via DHT and do not require trackers
        or swarming. Each computer donates disk space and bandwidth for caching of
        published values.
        
        This software is currently under development.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.2
Requires: bitstring (>=3.0)
