Metadata-Version: 2.1
Name: PyKozo
Version: 0.0.21
Summary: PyKozo is a Python library that allows for complete web development using Python scripts.
Home-page: https://github.com/miangeldev/pykozo
Author: Miguel Nevado
Author-email: miangeldev@proton.me
License: MIT
Keywords: pykozo,html,tags,web,development
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# PyKozo

PyKozo is a Python library that allows for complete web development using Python scripts. Currently, it only includes the complete HTML module, but other modules will be added in the future.

Version 0.0.21

Documentation coming soon...

# Getting started

**Installation:**

Run the following command in your command prompt / shell:

```
pip install -U PyKozo
```
