Metadata-Version: 2.1
Name: django-tor
Version: 1.0.0
Summary: A simple way to run Django apps on tor from your machine.
Home-page: https://github.com/jakbin/django-tor
Author: Jak Bin
License: MIT License
Project-URL: Bug Tracker, https://github.com/jakbin/django-tor/issues
Keywords: django,tor,onion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django
Requires-Dist: stem

# django-tor

Run your flask website in tor using django_tor.It doesn’t interfere with other tor processes on your computer, so you can use the Tor Browser or the system tor on their own.

 [![PyPI version](https://badge.fury.io/py/django-tor.svg)](https://badge.fury.io/py/django-tor)
 [![Downloads](https://pepy.tech/badge/django-tor/month)](https://pepy.tech/project/django-tor)
 [![Downloads](https://static.pepy.tech/personalized-badge/django-tor?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/django-tor)
 ![Python 3.6](https://img.shields.io/badge/python-3.6-yellow.svg)


### Disclaimer:-
Use it only for educational purpose.

## Features
- No need root permission
- Multiple instances

## Compatability
Python 3.6+ is required.

## Installation

```bash
pip install django-tor
```

### Credit :- [onionshare](https://github.com/onionshare/onionshare)

