Metadata-Version: 2.1
Name: zerpy
Version: 1.0.0
Summary: 🔗 Package Guide On https://github.com/MohamedLunar/zerpy
Home-page: https://github.com/MohamedLunar/zerpy
Author: MohamedLunar
Author-email: contact.mohamedlunardev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv

# ZerPy

ZerPy is a simple Python library for managing databases and environment variables. 

## Features:
- Connect and manage databases.
- Load and set environment variables from a `.env` file.
- Simple API for interacting with data and environments.

## Installation

To install ZerPy, run the following command:

```bash
pip install zerpy
```
