Skip to main content

No project description provided

Project description


Logo

ACML

Advanced Config Markup Language
Explore the docs »

PyPi · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

ACML is a custom markup language designed for creating complex configuration files with nested sections and key-value pairs. It allows users to organize their configuration data into different subsections, making it easy to manage and modify large configuration files.

Here's why:

  • With ACML, you can easily define subsections using the [section.subsection] syntax, and populate them with any number of key-value pairs. These key-value pairs can be simple strings, integers, floats, lists, and even JSON-style dictionaries.

Of course, no one configuration format will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

Built With

ACML is purely built off of Python, we chose Python for its flexibility and easy grammar so more people can contribute.

Python

(back to top)

Getting Started

We are hosted on PyPi, so you can sit back and relax by using pip.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Download Python and PIP
  2. Open a command prompt
  3. Run the following command:
    • pip install ACML - This may work on most systems
    • py -m pip install ACML - Works 100% of the time on Windows 10+
    • pip3 install ACML - Linux Distros

(back to top)

Usage

from ACML import *

config = parse("path/to/config.conf/")
config["key"]["key2"]

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add Parser
  • Add Read Me
  • Add License
  • Add multiple config formats
  • Add more tests

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Brody Critchlow - thornily#6566

Project Link: https://github.com/brodycritchlow/ACML

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acml-0.2.4.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

acml-0.2.4-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page