Metadata-Version: 2.2
Name: exposekit
Version: 1.0
Summary: A package to expose localhost to the public.
Home-page: https://github.com/pulse-empire/exposekit
Author: Pulse Empire
Author-email: Pulse Empire <nerdguy1020@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: home-page

# exposekit

`exposekit` is a Python package to expose your localhost to the public using your public IP address.

## Installation


```bash
pip3 install exposekit
```

```bash
apt install git && git clone https://github.com/pulse-empire/exposekit && cd exposekit && pip3 install -e .
```
