Metadata-Version: 2.1
Name: pyxote
Version: 0.1.0
Summary: auto installer make with python
License: MIT
Author: HenriHTTP
Author-email: zegordoplays123@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cfgv (==3.4.0)
Requires-Dist: distlib (==0.3.9)
Requires-Dist: exceptiongroup (==1.2.2)
Requires-Dist: filelock (==3.16.1)
Requires-Dist: identify (==2.6.2)
Requires-Dist: iniconfig (==2.0.0)
Requires-Dist: mypy-extensions (==1.0.0)
Requires-Dist: nodeenv (==1.9.1)
Requires-Dist: packaging (==24.2)
Requires-Dist: platformdirs (==4.3.6)
Requires-Dist: pluggy (==1.5.0)
Requires-Dist: pre-commit (==4.0.1)
Requires-Dist: pytest (==8.3.3)
Requires-Dist: pytest-mock (==3.14.0)
Requires-Dist: pyyaml (==6.0.2)
Requires-Dist: tomli (==2.0.2)
Requires-Dist: typing-extensions (==4.12.2)
Requires-Dist: virtualenv (==20.27.1)
Description-Content-Type: text/markdown

# Pyxote

This Library is a Python tool for automating the installation of popular packages and tools.

## Installation


1. Create and activate a Python virtual environment:
    ```bash
    python3 -m venv venv
    source venv/bin/activate
    ```

2. Install any project dependencies (if required):
    ```bash
    pip pyxote
    ```

## Requirements
- Python 3.7 or higher
- Sudo permissions for package installations
- Internet connection for downloading packages

