Metadata-Version: 2.4
Name: ttun
Version: 2.2.0
Summary: Expose a local port via your selfhosted TTUN Server
Author: Tom van der Lee
License: BSD-3-Clause
License-File: LICENSE
Requires-Dist: websockets~=10.0
Requires-Dist: aiohttp[speedups]~=3.8
Requires-Dist: appdirs~=1.4
Dynamic: license-file

===========
TTUN Client
===========

|Deploy|

.. |Deploy| image:: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml/badge.svg
   :target: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml

Expose a localport via your selfhosted `TTUN Server <https://github.com/tomvanderlee/ttun-server>`_

Installing
----------

::

    pip install ttun

Developing
----------

1. Create and activate a python 3.10 virtual environment

2. Install requirements::

    pip install -r requirements.txt

3. Run::

    python -m ttun
