Metadata-Version: 2.4
Name: v2root
Version: 1.2.0
Summary: A Python package to manage v2ray with native extensions
Home-page: https://github.com/V2RayRoot/V2Root
Author: Project V2Root, Sepehr0Day
Author-email: sphrz2324@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# V2Root

Python toolkit for managing V2Ray configurations via native extensions.

## Installation

```bash
pip install v2root
```

## Quick Start

```python
from v2root import V2ROOT

proxy = V2ROOT(http_port=2300, socks_port=2301)
proxy.set_config_string("vless://example")
proxy.start()
# ...
proxy.stop()
```

## Documentation

Full feature list, platform requirements, advanced usage, and troubleshooting are documented at [v2root.readthedocs.io](https://v2root.readthedocs.io/en/latest/).

## Contributing

Fork the repository and open a pull request. Details: [Contributing Guide](https://v2root.readthedocs.io/en/latest/contributing.html).

## License

MIT License — see `LICENSE`.

## Support

Issues: <https://github.com/V2RayRoot/V2Root/issues>  
Telegram: <https://t.me/DevSepehr>
