Metadata-Version: 2.4
Name: vertex_web
Version: 1.0.0
Summary: Deploy local web apps publicly with custom domains
Home-page: https://github.com/yourusername/vertex_web
Author: Your Name
Author-email: your.email@example.com
Project-URL: Bug Reports, https://github.com/yourusername/vertex_web/issues
Project-URL: Source, https://github.com/yourusername/vertex_web
Keywords: web,tunnel,deploy,flask,public,domain
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=2.0.0
Requires-Dist: requests>=2.25.0
Requires-Dist: dnspython>=2.1.0
Requires-Dist: validators>=0.18.0
Requires-Dist: pyngrok>=5.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Vertex Web 🌐

Deploy local Flask apps publicly with custom domains in one command!

## Installation
```bash
pip install vertex_web
