Metadata-Version: 2.1
Name: amarium
Version: 0.1.0
Summary: Filesystem handling utilities
Author-email: "Julian M. Kleber" <julian.m.kleber@gmail.com>
Project-URL: Homepage, https://www.codeberg.org/cap_jmk/amarium.git
Project-URL: Bug Tracker, https://www.codeberg.org/cap_jmk/amarium.git/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Amarium

[![License: GPL v3](https://img.shields.io/badge/License-GPL_v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C-blue) 
 
[![status-badge](https://ci.codeberg.org/api/badges/cap_jmk/amarium/status.svg)](https://ci.codeberg.org/cap_jmk/amarium)
[![Downloads](https://static.pepy.tech/personalized-badge/amarium?period=total&units=international_system&left_color=orange&right_color=blue&left_text=Downloads)](https://pepy.tech/project/amarium)

# Why 
I found myself constantly writing files of some sort always having to face the same problems and writing the same code for it. So I decided at some point to seperate the package out. U

# What 

Short program with a collection of functions frequently used in handling the filesystem

# Usage 

Please refer to the `tests/` directory for examples of the functions and their usage 
