Metadata-Version: 2.3
Name: pacs
Version: 0.1.0
Summary: Declarative Arch Linux Config in Python
Author: PhosCity
Author-email: PhosCity <phoscity2@gmail.com>
Requires-Dist: gitpython>=3.1.46
Requires-Dist: rich>=14.3.3
Requires-Dist: tomlkit>=0.14.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# Python Arch Configuration System

Declaratively configure your arch system in python.

I was being attracted towards the declarative nature of NixOS and when I searched
if there was anything similar for Arch, I found a couple of projects.
[dcli](https://gitlab.com/theblackdon/dcli) specifically caught my eye.
Even though I liked how config was declared in dcli, it does a lot more than what
I want and it does some things differently than what I would like which is why I
thought of making this.

I made this for personal use only. I don't know how you came to this project, but if
you are looking for something similar, dcli is what you're looking for.

<img width="340" height="380" alt="pacs" src="https://github.com/user-attachments/assets/e30babeb-9a04-4127-b370-1710687e2f7a" />

> [!CAUTION]
> This kind of project can lead to bricked system or loss of files. Make sure to have
> backup or try in VM.

## WIP
This project is Work in Progress.

