Metadata-Version: 2.4
Name: python-htmlinfo
Version: 0.1.6
Summary: Beautiful HTML version of 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
Keywords: python,info,phpinfo,html,system,environment
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
Requires-Dist: setuptools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
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
