Metadata-Version: 2.4
Name: termido
Version: 0.1.2
Summary: Beginner-friendly Python library to publish HTML, CSS and JavaScript projects online
Author: Shubham
License: MIT
Project-URL: Homepage, https://yourdomain.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Education
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Education
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25
Dynamic: license-file

# Termido

Termido lets beginners publish HTML, CSS, and JavaScript projects online using Python.

## Install
```bash
pip install termido
