Metadata-Version: 2.4
Name: python_htmlinfo
Version: 0.1.5
Summary: HTML version of Python info, like phpinfo() but for Python
Home-page: https://pypi.org/project/python-htmlinfo/
Author: ATRCORE-UA
Author-email: mail@atrcore.pp.ua
License: MIT
Project-URL: Source, https://github.com/ATRCORE-UA/python-htmlinfo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# 🐍 python-htmlinfo

**`python-htmlinfo`** is an HTML version of the classic `phpinfo()` function — but for **Python**.  
It generates a beautiful web page containing detailed system and runtime environment information about your Python setup.

---

## 🚀 Features

✅ Displays:
- **Python version**, **implementation**, **compiler**, **architecture**, and **platform**.  
- **System information**: OS, processor, machine type.  
- **Current server time**.  
- **All installed packages** (`pip list`).  
- The **`CORETEXTWEB`** environment variable (if set).  
- A fully **styled dark-themed HTML page**, perfect for embedding into Flask or any other web server.

---

## 📦 Installation

```bash
pip install python-htmlinfo
