{ "info": { "author": "the Tahoe-LAFS project", "author_email": "tahoe-dev@tahoe-lafs.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: DFSG approved", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: System :: Archiving", "Topic :: System :: Archiving :: Backup", "Topic :: System :: Archiving :: Mirroring", "Topic :: System :: Distributed Computing", "Topic :: System :: Filesystems", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "==========\nTahoe-LAFS\n==========\n\nTahoe-LAFS is a Free and Open decentralized cloud storage system. It\ndistributes your data across multiple servers. Even if some of the servers\nfail or are taken over by an attacker, the entire file store continues to\nfunction correctly, preserving your privacy and security.\n\nFor full documentation, please see\nhttp://tahoe-lafs.readthedocs.io/en/latest/ .\n\n|readthedocs| |travis| |circleci| |codecov|\n\nINSTALLING\n==========\n\nThere are three ways to install Tahoe-LAFS.\n\nusing OS packages\n^^^^^^^^^^^^^^^^^\n\nPre-packaged versions are available for several operating systems:\n\n* Debian and Ubuntu users can ``apt-get install tahoe-lafs``\n* NixOS, NetBSD (pkgsrc), ArchLinux, Slackware, and Gentoo have packages\n available, see `OSPackages`_ for details\n* `Mac`_ and Windows installers are in development.\n\nvia pip\n^^^^^^^\n\nIf you don't use an OS package, you'll need Python 2.7 and `pip`_. You may\nalso need a C compiler, and the development headers for python, libffi, and\nOpenSSL. On a Debian-like system, use ``apt-get install build-essential\npython-dev libffi-dev libssl-dev python-virtualenv``. On Windows, see\n``_.\n\nThen, to install the most recent release, just run:\n\n* ``pip install tahoe-lafs``\n\nfrom source\n^^^^^^^^^^^\nTo install from source (either so you can hack on it, or just to run\npre-release code), you should create a virtualenv and install into that:\n\n* ``git clone https://github.com/tahoe-lafs/tahoe-lafs.git``\n* ``cd tahoe-lafs``\n* ``virtualenv --python=python2.7 venv``\n* ``venv/bin/pip install --upgrade setuptools``\n* ``venv/bin/pip install --editable .``\n* ``venv/bin/tahoe --version``\n\nTo run the unit test suite:\n\n* ``tox``\n\nYou can pass arguments to ``trial`` with an environment variable. For\nexample, you can run the test suite on multiple cores to speed it up:\n\n* ``TAHOE_LAFS_TRIAL_ARGS=\"-j4\" tox``\n\nFor more detailed instructions, read ``_ .\n\nOnce ``tahoe --version`` works, see ``_ to learn how to set\nup your first Tahoe-LAFS node.\n\nLICENCE\n=======\n\nCopyright 2006-2016 The Tahoe-LAFS Software Foundation\n\nYou may use this package under the GNU General Public License, version 2 or,\nat your option, any later version. You may use this package under the\nTransitive Grace Period Public Licence, version 1.0, or at your option, any\nlater version. (You may choose to use this package under the terms of either\nlicence, at your option.) See the file `COPYING.GPL`_ for the terms of the\nGNU General Public License, version 2. See the file `COPYING.TGPPL`_ for\nthe terms of the Transitive Grace Period Public Licence, version 1.0.\n\nSee `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three\nslides.\n\n.. _OSPackages: https://tahoe-lafs.org/trac/tahoe-lafs/wiki/OSPackages\n.. _Mac: docs/OS-X.rst\n.. _pip: https://pip.pypa.io/en/stable/installing/\n.. _COPYING.GPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.GPL\n.. _COPYING.TGPPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst\n.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf\n\n----\n\n.. |readthedocs| image:: http://readthedocs.org/projects/tahoe-lafs/badge/?version=latest\n :alt: documentation status\n :target: http://tahoe-lafs.readthedocs.io/en/latest/?badge=latest\n\n.. |travis| image:: https://travis-ci.org/tahoe-lafs/tahoe-lafs.png?branch=master\n :alt: build status\n :target: https://travis-ci.org/tahoe-lafs/tahoe-lafs\n\n.. |circleci| image:: https://circleci.com/gh/tahoe-lafs/tahoe-lafs.svg?style=svg\n :target: https://circleci.com/gh/tahoe-lafs/tahoe-lafs\n\n.. |codecov| image:: https://codecov.io/github/tahoe-lafs/tahoe-lafs/coverage.svg?branch=master\n :alt: test coverage percentage\n :target: https://codecov.io/github/tahoe-lafs/tahoe-lafs?branch=master\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tahoe-lafs.org/", "keywords": "", "license": "GNU GPL", "maintainer": "", "maintainer_email": "", "name": "tahoe-lafs", "package_url": "https://pypi.org/project/tahoe-lafs/", "platform": "", "project_url": "https://pypi.org/project/tahoe-lafs/", "project_urls": { "Homepage": "https://tahoe-lafs.org/" }, "release_url": "https://pypi.org/project/tahoe-lafs/1.13.0/", "requires_dist": [ "setuptools (>=28.8.0)", "zfec (>=1.1.0)", "zope.interface (!=3.6.3,!=3.6.4,>=3.6.0)", "foolscap (>=0.12.6)", "pycryptopp (>=0.6.0)", "service-identity", "characteristic (>=14.0.0)", "pyasn1 (>=0.1.8)", "pyasn1-modules (>=0.0.5)", "Twisted[tls] (>=16.4.0)", "Nevow (>=0.11.1)", "pyOpenSSL (>=0.14)", "PyYAML (>=3.11)", "six (>=1.10.0)", "magic-wormhole (>=0.10.2)", "pypiwin32; sys_platform==\"win32\"", "foolscap[i2p] (>=0.12.6); extra == 'i2p'", "txi2p (>=0.3.2); extra == 'i2p'", "pyflakes; extra == 'test'", "coverage; extra == 'test'", "mock; extra == 'test'", "tox; extra == 'test'", "foolscap[tor] (>=0.12.5); extra == 'test'", "txtorcon (>=0.17.0); extra == 'test'", "foolscap[i2p] (>=0.12.6); extra == 'test'", "txi2p (>=0.3.2); extra == 'test'", "pytest; extra == 'test'", "pytest-twisted; extra == 'test'", "hypothesis (>=3.6.1); extra == 'test'", "treq; extra == 'test'", "foolscap[tor] (>=0.12.5); extra == 'tor'", "txtorcon (>=0.17.0); extra == 'tor'" ], "requires_python": "<3.0", "summary": "secure, decentralized, fault-tolerant file store", "version": "1.13.0" }, "last_serial": 4138217, "releases": { "0": [], "1.11.0": [ { "comment_text": "", "digests": { "md5": "4062e3082bafc6a02163f7486b0f3f46", "sha256": "b1611b0b6dab35f6541b46d03b749b7ee668e0403aa4d9b3bdb5aeacf2413743" }, "downloads": -1, "filename": "tahoe-lafs-1.11.0.tar.bz2", "has_sig": true, "md5_digest": "4062e3082bafc6a02163f7486b0f3f46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1302529, "upload_time": "2016-03-30T23:34:37", "url": "https://files.pythonhosted.org/packages/73/9e/53757536146aa197ff2310c90152487b3dc286d1dedd0c522eb51287d7e7/tahoe-lafs-1.11.0.tar.bz2" }, { "comment_text": "", "digests": { "md5": "3737091fa5a76e4bb9869f038e3816f3", "sha256": "1552c149f31b5ba0eed58df7bcebc6b3521d92290d0f274bf3c304c51f595d26" }, "downloads": -1, "filename": "tahoe-lafs-1.11.0.tar.gz", "has_sig": true, "md5_digest": "3737091fa5a76e4bb9869f038e3816f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1548447, "upload_time": "2016-03-30T23:35:04", "url": "https://files.pythonhosted.org/packages/65/76/1a13ec954414a58bdd2a2192598140de051917cb3226fd48782211a4e0ee/tahoe-lafs-1.11.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "2b68e5e9486dd79203288a309f4b691f", "sha256": "16513e2d3e45dc3751841ffeb00fc71755807c3f5d6710af5d3617081aee664b" }, "downloads": -1, "filename": "tahoe-lafs-1.11.0.zip", "has_sig": true, "md5_digest": "2b68e5e9486dd79203288a309f4b691f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1724957, "upload_time": "2016-03-30T23:35:34", "url": "https://files.pythonhosted.org/packages/41/16/ab5b4d04ecf044c86dbdb3508a169bcd7bee98a07fd5d10e3e06f32d129f/tahoe-lafs-1.11.0.zip" } ], "1.12.0": [ { "comment_text": "", "digests": { "md5": "72b039cf57a42fd770253f3f64cc8b59", "sha256": "86ea07f417bdc356082a37096b2b368232a8c04d1b6813a289e1671e16f366a3" }, "downloads": -1, "filename": "tahoe-lafs-1.12.0.tar.gz", "has_sig": true, "md5_digest": "72b039cf57a42fd770253f3f64cc8b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1596742, "upload_time": "2016-12-17T23:48:28", "url": "https://files.pythonhosted.org/packages/d5/ce/d4723e6802141cf7926dac6750cbed42700da5ba889de03d642303cdf369/tahoe-lafs-1.12.0.tar.gz" } ], "1.12.1": [ { "comment_text": "", "digests": { "md5": "06c1f382fe338455f43c53d64be10d41", "sha256": "070d2a4c4ea220863ff078e8032c01746572e5513c4ac26dc3de4bd03f6d25c1" }, "downloads": -1, "filename": "tahoe_lafs-1.12.1-py2-none-any.whl", "has_sig": true, "md5_digest": "06c1f382fe338455f43c53d64be10d41", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 1153922, "upload_time": "2017-01-19T01:03:16", "url": "https://files.pythonhosted.org/packages/6f/92/8c8a1d2d93d7742afb6991f520e5bda0404f75dd37848361446148846753/tahoe_lafs-1.12.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f1479d2d8190c3838bc0d3ed0da05bf", "sha256": "327b364a702df515fd329d49f052db0fcbf468e20c26d1f8df819f54786ca0ce" }, "downloads": -1, "filename": "tahoe-lafs-1.12.1.tar.gz", "has_sig": true, "md5_digest": "7f1479d2d8190c3838bc0d3ed0da05bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1649951, "upload_time": "2017-01-19T01:03:27", "url": "https://files.pythonhosted.org/packages/df/d9/b21aab2d03eff5a98fa4929e77cda9418438d85c9c9c0b1b5cd005784073/tahoe-lafs-1.12.1.tar.gz" } ], "1.13.0": [ { "comment_text": "", "digests": { "md5": "8f380cc1470d743f80573eef68170090", "sha256": "1d2eb197ab8066d8e711ca08b414a7813db686da4c58bc94fa68c38980109462" }, "downloads": -1, "filename": "tahoe_lafs-1.13.0-py2-none-any.whl", "has_sig": true, "md5_digest": "8f380cc1470d743f80573eef68170090", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "<3.0", "size": 1194555, "upload_time": "2018-08-05T19:18:36", "url": "https://files.pythonhosted.org/packages/bb/34/aa302cbd7c06b44681451db5ef345f4fece242694cc9097b7cb367d4983b/tahoe_lafs-1.13.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89d22e2b922040a80970c42ab6e3a5d3", "sha256": "82d4d20f2672e67927d91e73e54dbfd7e526eca27dea09a29f131bef7dfaee86" }, "downloads": -1, "filename": "tahoe-lafs-1.13.0.tar.bz2", "has_sig": true, "md5_digest": "89d22e2b922040a80970c42ab6e3a5d3", "packagetype": "sdist", "python_version": "source", "requires_python": "<3.0", "size": 1433732, "upload_time": "2018-08-05T19:18:44", "url": "https://files.pythonhosted.org/packages/2c/68/a0117f60eaceafb4c896baa6d0b1cf1635cb65d36d3008c784a09d574fd4/tahoe-lafs-1.13.0.tar.bz2" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f380cc1470d743f80573eef68170090", "sha256": "1d2eb197ab8066d8e711ca08b414a7813db686da4c58bc94fa68c38980109462" }, "downloads": -1, "filename": "tahoe_lafs-1.13.0-py2-none-any.whl", "has_sig": true, "md5_digest": "8f380cc1470d743f80573eef68170090", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "<3.0", "size": 1194555, "upload_time": "2018-08-05T19:18:36", "url": "https://files.pythonhosted.org/packages/bb/34/aa302cbd7c06b44681451db5ef345f4fece242694cc9097b7cb367d4983b/tahoe_lafs-1.13.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89d22e2b922040a80970c42ab6e3a5d3", "sha256": "82d4d20f2672e67927d91e73e54dbfd7e526eca27dea09a29f131bef7dfaee86" }, "downloads": -1, "filename": "tahoe-lafs-1.13.0.tar.bz2", "has_sig": true, "md5_digest": "89d22e2b922040a80970c42ab6e3a5d3", "packagetype": "sdist", "python_version": "source", "requires_python": "<3.0", "size": 1433732, "upload_time": "2018-08-05T19:18:44", "url": "https://files.pythonhosted.org/packages/2c/68/a0117f60eaceafb4c896baa6d0b1cf1635cb65d36d3008c784a09d574fd4/tahoe-lafs-1.13.0.tar.bz2" } ] }