Metadata-Version: 2.1
Name: maci-std
Version: 0.6.2
Summary: The easy to use library for your data, configuration, and save files
Author: aaronater10
Author-email: dev_admin@dunnts.com
License: MIT
Project-URL: Docs, https://docs.macilib.org
Project-URL: Code, https://github.com/aaronater10/maci
Project-URL: Bugs, https://github.com/aaronater10/maci/issues
Project-URL: CI, https://github.com/aaronater10/maci/actions
Keywords: maci,aaronater10,python,py,config,file,export,parse,text file,cfg,conf,save file,config file,db,database,simple,configuration,alternative,safe,ini,json,xml,yml,data,import
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# maci
The easy to use library for your data, configuration, and save files

##### Latest Version: 0.6.2

#

Import or Export **custom**, or **industry-common**, data, config, and save files easily for your python program or script!

**Use python data types for your data** (literally use python data types as stored values importing them securely vs just importing a .py file) **in any text file**.

Additionally supports **json**, **yaml**, **ini**, **xml** using the common & native libraries with the idea of simpler abstraction.

Use built-in features for easily formatting your data and other quick and easy tools like getting the hash of a file.


# Tutorials and Docs:
**Quick Start Tutorial Video: [maci Docs](https://docs.macilib.org/watch/quick-start)**

**Full Tutorial Videos: [maci Docs](https://docs.macilib.org/watch/full-training-series)**

**Official Docs: [maci Docs](https://docs.macilib.org/)**

**Latest Updates: [maci Docs](https://docs.macilib.org/updates/current-version-updates)**

**Changelog: [maci Docs](https://docs.macilib.org/updates/changelog)**

#

### Install
```bash
pip install maci
```

### Cloning the repository

Clone via HTTPS
```bash
git clone https://github.com/aaronater10/maci
```

Clone via SSH
```bash
git clone git@github.com:aaronater10/maci
```
