Metadata-Version: 2.1
Name: onionshare-cli
Version: 2.3.1
Summary: OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service.
License: GPLv3+
Author: Micah Lee
Author-email: micah@micahflee.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Security :: Cryptography
Requires-Dist: click
Requires-Dist: eventlet
Requires-Dist: flask
Requires-Dist: flask-httpauth
Requires-Dist: flask-socketio
Requires-Dist: psutil
Requires-Dist: pycryptodome
Requires-Dist: pysocks
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: stem
Requires-Dist: unidecode
Requires-Dist: urllib3
