Metadata-Version: 2.4
Name: ntb-67-client
Version: 0.1.11
Summary: Asyncio Tunneling Proxy Client — alternative for ngrok/localtunnel
Author-email: "Timur Zolotov (netbiom)" <helloworldbooo@gmail.com>
License: NTB-67 Source-Available Commercial License
Project-URL: Homepage, https://github.com/TZbooo/ntb-67
Project-URL: Telegram Support, https://t.me/netbiom
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi==0.138.0
Requires-Dist: textual==8.2.8
Requires-Dist: typer==0.26.7
Requires-Dist: uvicorn==0.35.0
Requires-Dist: httpx==0.28.1
Dynamic: license-file

# ntb-67 — experimental tunneling client

This project is currently in an early and unstable state. The application still contains known bugs, and the project is not being maintained as a polished or production-ready tool.

## Important notice

- This client is intended for experiments, local testing, and personal use.
- Bugs, regressions, and unexpected behavior may appear without notice.
- Tunnel stability, authentication flow, and proxy behavior are not guaranteed.
- The project may change significantly between versions.

## Current status

- Work in progress
- No guarantee of backward compatibility
- No production support or SLA
- Documentation and issue handling may be incomplete

## Usage

If you still want to try it, use it at your own risk.

Install:

```bash
pip install ntb-67-client
```

Example:

```bash
ntb-67-client auth <your_api_key>
ntb-67-client start 8000
```

Please do not rely on this tool for critical infrastructure or business workflows.
