Metadata-Version: 2.1
Name: PyPIxz
Version: 1.1.1
Summary: PyPIxz is a simple, modern, and easy-to-use solution for managing your Python dependencies.
Author: KDUser12
Project-URL: Homepage, https://github.com/YourLabXYZ/PyPIxz/wiki
Project-URL: Issues, https://github.com/yourlabxyz/pypixz/issues
Project-URL: Source, https://github.com/yourlabxyz/pypixz/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE


# PyPIxz

**PyPIxz** is a simple, modern, and easy-to-use solution for managing your Python dependencies.

[![Contributors](https://img.shields.io/github/contributors/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/graphs/contributors)
[![Issues](https://img.shields.io/github/issues/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/pulls)
[![Forks](https://img.shields.io/github/forks/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/network/members)

PyPIxz allows you to quickly and efficiently install the dependencies required for your Python programs to run smoothly. It is designed to integrate seamlessly with other modules, such as **logging** for log management, while ensuring compatibility with modern Python environments.

---

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Compatibility](#compatibility)
- [Contributing](#contributing)
- [License](#license)

---

## Installation

Install PyPIxz directly from PyPI:

```bash
$ python -m pip install pypixz
```

---

## Usage

Here’s a simple example of how to use PyPIxz in your project:

```python
import pypixz

# Install dependencies listed in a requirements.txt file
pypixz.install_requirements("requirements.txt", enable_logging=False)
```

- **Parameters**:
  - `requirements.txt`: Path to the file containing your dependencies.
  - `log` *(bool)*: Enables or disables logging.

---

## Features

- **Fast Installation**: Manage your dependencies from a `requirements.txt` file.
- **Modularity**: Compatible with other tools and libraries, such as `logging`.
- **Broad Compatibility**: Supports modern Python versions (3.8+).

---

## Compatibility

PyPIxz officially supports **Python 3.8+** : 
- **3.13.x**
- **3.12.x**
- **3.11.x**
- **3.10.x**
- **3.9.x**
- **3.8.x**

---

## Contributing

We welcome contributions from the community! If you'd like to report an issue, propose a new feature, or contribute to 
the development, please check out our [contributing page](https://github.com/yourlabxyz/PyPIxz/graphs/contributors).

[![Contributors](https://img.shields.io/github/contributors/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/graphs/contributors)
[![Issues](https://img.shields.io/github/issues/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/pulls)
[![Forks](https://img.shields.io/github/forks/yourlabxyz/PyPIxz.svg)](https://github.com/yourlabxyz/PyPIxz/network/members)

---

## License

This project is licensed under the [MIT License](https://github.com/yourlabxyz/PyPIxz/blob/master/LICENSE). See 
the license file for more details.

---
