aaronater10 / sfcparse

Project is now deprecated. See readme for alternative continued support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs

[DEPRECATED]

This project is no longer supported and unmaintained, and has been re-branded to a new version of this project. Any current package releases will remain on pypi.

For newer and further support, please start using: maci

sfcparse

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

Functionality-QA-Tests

Last Version: 2.0.0

sfcparse == Simple File Configuration Parse

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: sfcparse Docs

Full Tutorial Videos: sfcparse Docs

Official Docs: sfcparse Docs

Latest Updates: sfcparse Docs

Changelog: sfcparse Docs

Install

pip install sfcparse

Cloning the repository

Clone via HTTPS

git clone https://github.com/aaronater10/sfcparse.git

Clone via SSH

git clone git@github.com:aaronater10/sfcparse.git

About

Project is now deprecated. See readme for alternative continued support

License:MIT License


Languages

Language:Python 100.0%