Metadata-Version: 2.4
Name: textual-mitms
Version: 0.2.0
Summary: A tool for capturing full network traffic (HTTP/HTTPS, WebSocket, TCP) based on mitmproxy and the Textual terminal user interface.
Author-email: NhatMinh2805 <minhlapp2@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/huynhmainhatminh/Textual-Mitms
Project-URL: Repository, https://github.com/huynhmainhatminh/Textual-Mitms
Keywords: mitmproxy,textual,proxy,http,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Security
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual[syntax]==8.2.8
Requires-Dist: mitmproxy==11.0.2
Dynamic: license-file

# Textual-Mitms


## Installing

The package can be installed with `pip` or related tools, for example:

```sh
pip install textual-mitms==0.2.0
```
 Now you can run textual-mitms via the command line:

```bash
textual-mitms
```
