Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronater10/sfcparse
Project is now deprecated. See readme for alternative continued support
https://github.com/aaronater10/sfcparse
deprecated deprecated-library deprecated-module deprecated-repo deprecated-repository
Last synced: 17 days ago
JSON representation
Project is now deprecated. See readme for alternative continued support
- Host: GitHub
- URL: https://github.com/aaronater10/sfcparse
- Owner: aaronater10
- License: mit
- Created: 2020-10-13T07:10:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T22:26:41.000Z (about 1 year ago)
- Last Synced: 2024-12-05T09:19:16.356Z (about 1 month ago)
- Topics: deprecated, deprecated-library, deprecated-module, deprecated-repo, deprecated-repository
- Language: Python
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Docs](https://raw.githubusercontent.com/aaronater10/sfcparse/main/ext/sfcparse_cover.png)](https://docs.sfcparse.org/)
# [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](https://github.com/aaronater10/maci)**
# sfcparse
The easy to use library for your data, configuration, and save files[![Functionality-QA-Tests](https://github.com/aaronater10/sfcparse/actions/workflows/sfcparse_functionality_testing.yml/badge.svg)](https://github.com/aaronater10/sfcparse/actions/workflows/sfcparse_functionality_testing.yml)
##### 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](https://docs.sfcparse.org/watch/quick-start)****Full Tutorial Videos: [sfcparse Docs](https://docs.sfcparse.org/watch/full-training-series)**
**Official Docs: [sfcparse Docs](https://docs.sfcparse.org/)**
**Latest Updates: [sfcparse Docs](https://docs.sfcparse.org/updates/current-version-updates)**
**Changelog: [sfcparse Docs](https://docs.sfcparse.org/updates/changelog)**
#
### Install
```bash
pip install sfcparse
```### Cloning the repository
Clone via HTTPS
```bash
git clone https://github.com/aaronater10/sfcparse.git
```Clone via SSH
```bash
git clone [email protected]:aaronater10/sfcparse.git
```