Metadata-Version: 2.1
Name: aurpkg
Version: 0.1.1
Summary: aurumOS Package Manager
Author: lxchn1v1
Author-email: flat.assembly@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aurum-os-base
Requires-Dist: pip
Requires-Dist: requests
Description-Content-Type: text/x-rst

=======================
aurumOS Package Manager
=======================

Introduction
------------
Welcome to the aurumOS Package Manager (AURPKG) documentation. APKG is a powerful package manager designed specifically for aurumOS, the advanced operating system developed by ALCHEON. It simplifies the process of installing, updating, and managing software packages on your AurumOS system.

Features
--------
- Easy installation and setup.
- Seamless package installation and removal.
- Dependency resolution for hassle-free package management.
- Repository support for accessing a wide range of software packages.
- Automatic updates and version tracking.

Installation
------------
aurumOS:
Use ``aurpkg-bootstrap``

Unix:
``pip3 install aurpkg``

Windows:
``pip install aurpkg``

Usage
-----
Install package from PyPI:
``aurpkg get-pypi package_name``

Update packages:
``aurpkg update``

Install local package (.apak):
``aurpkg bootstrap``



Credits
-------
@lxchn1v1

