Metadata-Version: 2.1
Name: amarium
Version: 0.0.1
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.9
Description-Content-Type: text/markdown
License-File: LICENSE

# file-utils

[![status-badge](https://ci.codeberg.org/api/badges/cap_jmk/file-utils/status.svg)](https://ci.codeberg.org/cap_jmk/file-utils)

# 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. Up to now, I did not find a good place on PyPi for it. But I should 

# 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 
