Metadata-Version: 2.1
Name: aurum-os-base
Version: 0.1.1
Summary: A base package for the aurumOS
Home-page: https://alcheon-llc.github.io/apkg-repo/aurum-os-base/
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: cryptography (>=3.4.8,<4.0.0)
Requires-Dist: msgpack (>=1.0.2,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/alcheon-llc/aurum-os-base
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/pypi/v/aurum-os-base?style=for-the-badge&logo=python&logoColor=white&label=Package&labelColor=black&color=white
   :target: https://pypi.org/project/aurum-os-base

.. image:: https://img.shields.io/github/license/alcheon-llc/aurum-os-base?style=for-the-badge&logo=github&logoColor=white&labelColor=black&color=white
   :target: https://github.com/alcheon-llc/aurum-os-base/blob/main/LICENSE

.. image:: https://img.shields.io/discord/1095422816905613462?style=for-the-badge&logo=discord&logoColor=white&labelColor=black&color=white
   :target: https://discord.gg/CxQVXJPT5E


aurumOS Base
=============

aurumOS Base is a foundational package for the Aurum operating system, providing essential utilities and modules to support system operations. It includes a collection of tools and functions designed to simplify various aspects of operating system development, making it easier for developers to create applications and system components for the Aurum OS.

Features
--------

- **System Information**: Retrieve detailed information about the operating system, including version, architecture, and available memory.

- **File System Operations**: Perform common file system tasks such as reading/writing files, creating directories, and checking file/folder existence.

- **Process Management**: Manage processes with functions for launching new processes and terminating existing ones.

- **Networking Utilities**: Simplify networking tasks with HTTP requests, hostname resolution, and file downloads.

- **Security Functions**: Implement user permission checks and basic encryption/decryption for secure data handling.

- **Localization Support**: Load and interact with binary-compiled YAML translation files for efficient localization of your applications.

Installation
------------

This package is already preinstalled in ``aurumOS >= 23.10``

You can install `aurum-os-base` using `pip`: ``pip install aurum-os-base``

