Metadata-Version: 2.4
Name: lrok
Version: 0.1.9
Summary: Expose local services with readable tunnel names
Home-page: https://github.com/lum-tools/lrok
Author: lum.tools
Author-email: ops@lum.tools
License: MIT
Project-URL: Bug Tracker, https://github.com/lum-tools/lrok/issues
Project-URL: Platform, https://platform.lum.tools
Project-URL: Dashboard, https://platform.lum.tools/tunnels
Project-URL: Blog, https://blog.lum.tools
Project-URL: Homepage, https://platform.lum.tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# lrok - Tunnel Service by lum.tools

Expose your local services to the internet with HTTPS and readable URLs.

```bash
lrok 8000
# → https://happy-dolphin.t.lum.tools
```

## Installation

```bash
pip install lrok
```

## Quick Start

1. Get your API key from [platform.lum.tools/keys](https://platform.lum.tools/keys)
2. Set environment variable:
   ```bash
   export LUM_API_KEY='lum_your_api_key'
   ```
3. Start a tunnel:
   ```bash
   lrok 8000
   ```

## Documentation

Full documentation: [github.com/lum-tools/lrok](https://github.com/lum-tools/lrok)

## Links

- Platform: [platform.lum.tools](https://platform.lum.tools)
- Dashboard: [platform.lum.tools/tunnels](https://platform.lum.tools/tunnels)
- Blog: [blog.lum.tools](https://blog.lum.tools)
- GitHub: [github.com/lum-tools/lrok](https://github.com/lum-tools/lrok)

## License

MIT

