acml


Nameacml JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/brodycritchlow/ACML
Summary
upload_time2023-04-06 05:29:01
maintainer
docs_urlNone
authorBrody Critchlow
requires_python>=3.11,<4.0
licenseMIT
keywords configuration config advanced acml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            



<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://i.imgur.com/5z9hADM.png">
    <img src="https://i.imgur.com/5z9hADM.png" alt="Logo" width="250" height="80">
  </a>

  <h3 align="center">ACML</h3>

  <p align="center">
    Advanced Config Markup Language
    <br />
    <a href="https://github.com/brodycritchlow/ACML/wiki"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="https://github.com/othneildrew/Best-README-Template">PyPi</a>
    ·
    <a href="https://github.com/brodycritchlow/ACML/issues">Report Bug</a>
    ·
    <a href="https://github.com/brodycritchlow/ACML/issues">Request Feature</a>
  </p>
</div>



<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li>
      <a href="#getting-started">Getting Started</a>
      <ul>
        <li><a href="#installation">Installation</a></li>
      </ul>
    </li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
    <li><a href="#acknowledgments">Acknowledgments</a></li>
  </ol>
</details>



<!-- ABOUT THE PROJECT -->
## 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](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

<p align="right">(<a href="#readme-top">back to top</a>)</p>


<!-- GETTING STARTED -->
## Getting Started

We are hosted on [PyPi](https://pypi.org/project/acml/), 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

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- USAGE EXAMPLES -->
## Usage

```py
from ACML import *

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

_For more examples, please refer to the [Documentation](https://github.com/brodycritchlow/ACML/wiki)_

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ROADMAP -->
## Roadmap

- [x] Add Parser
- [x] Add Read Me
- [x] Add License
- [ ] Add multiple config formats
- [ ] Add more tests

See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTRIBUTING -->
## 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

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- LICENSE -->
## License

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

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTACT -->
## Contact

Brody Critchlow - [thornily#6566](https://discord.com/users/612107033608585252)

Project Link: [https://github.com/brodycritchlow/ACML](https://github.com/brodycritchlow/ACML)

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- ACKNOWLEDGMENTS -->
## 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!

* [Readme Template](https://github.com/othneildrew/Best-README-Template)

<p align="right">(<a href="#readme-top">back to top</a>)</p>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brodycritchlow/ACML",
    "name": "acml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "configuration,config,advanced,ACML",
    "author": "Brody Critchlow",
    "author_email": "brodycritchlow@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/4e/acafdd5a71ce9934b55d9f19ce50ad86e284deb03e74b7ec1b8d44401d81/acml-0.2.4.tar.gz",
    "platform": null,
    "description": "\n\n\n\n<!-- PROJECT LOGO -->\n<br />\n<div align=\"center\">\n  <a href=\"https://i.imgur.com/5z9hADM.png\">\n    <img src=\"https://i.imgur.com/5z9hADM.png\" alt=\"Logo\" width=\"250\" height=\"80\">\n  </a>\n\n  <h3 align=\"center\">ACML</h3>\n\n  <p align=\"center\">\n    Advanced Config Markup Language\n    <br />\n    <a href=\"https://github.com/brodycritchlow/ACML/wiki\"><strong>Explore the docs \u00bb</strong></a>\n    <br />\n    <br />\n    <a href=\"https://github.com/othneildrew/Best-README-Template\">PyPi</a>\n    \u00b7\n    <a href=\"https://github.com/brodycritchlow/ACML/issues\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/brodycritchlow/ACML/issues\">Request Feature</a>\n  </p>\n</div>\n\n\n\n<!-- TABLE OF CONTENTS -->\n<details>\n  <summary>Table of Contents</summary>\n  <ol>\n    <li>\n      <a href=\"#about-the-project\">About The Project</a>\n      <ul>\n        <li><a href=\"#built-with\">Built With</a></li>\n      </ul>\n    </li>\n    <li>\n      <a href=\"#getting-started\">Getting Started</a>\n      <ul>\n        <li><a href=\"#installation\">Installation</a></li>\n      </ul>\n    </li>\n    <li><a href=\"#usage\">Usage</a></li>\n    <li><a href=\"#roadmap\">Roadmap</a></li>\n    <li><a href=\"#contributing\">Contributing</a></li>\n    <li><a href=\"#license\">License</a></li>\n    <li><a href=\"#contact\">Contact</a></li>\n    <li><a href=\"#acknowledgments\">Acknowledgments</a></li>\n  </ol>\n</details>\n\n\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\nACML 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.\n\nHere's why:\n- 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.\n\nOf 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.\n\n\n### Built With\n\nACML is purely built off of Python, we chose Python for its flexibility and easy grammar so more people can contribute.\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n<!-- GETTING STARTED -->\n## Getting Started\n\nWe are hosted on [PyPi](https://pypi.org/project/acml/), so you can sit back and relax by using `pip`.\n\n### Installation\n\n_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._\n\n1. Download Python and PIP\n2. Open a command prompt\n3. Run the following command: \n\t- `pip install ACML`  - This may work on most systems\n\t- `py -m pip install ACML` - Works 100% of the time on Windows 10+\n\t- `pip3 install ACML` - Linux Distros\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- USAGE EXAMPLES -->\n## Usage\n\n```py\nfrom ACML import *\n\nconfig = parse(\"path/to/config.conf/\")\nconfig[\"key\"][\"key2\"]\n```\n\n_For more examples, please refer to the [Documentation](https://github.com/brodycritchlow/ACML/wiki)_\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- ROADMAP -->\n## Roadmap\n\n- [x] Add Parser\n- [x] Add Read Me\n- [x] Add License\n- [ ] Add multiple config formats\n- [ ] Add more tests\n\nSee the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- CONTRIBUTING -->\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf 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\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- LICENSE -->\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- CONTACT -->\n## Contact\n\nBrody Critchlow - [thornily#6566](https://discord.com/users/612107033608585252)\n\nProject Link: [https://github.com/brodycritchlow/ACML](https://github.com/brodycritchlow/ACML)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n\n\n<!-- ACKNOWLEDGMENTS -->\n## Acknowledgments\n\nUse 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!\n\n* [Readme Template](https://github.com/othneildrew/Best-README-Template)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.2.4",
    "split_keywords": [
        "configuration",
        "config",
        "advanced",
        "acml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7d85f116146322500ae4c4c7149c5c5652544d344bafb99a9ccc944a35c52f0",
                "md5": "74b37e515bf05a3c2058020551167737",
                "sha256": "9231905cd69d714d58413b0ed3e606352c7d38a36def3ad95bb42da7a609fdb2"
            },
            "downloads": -1,
            "filename": "acml-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74b37e515bf05a3c2058020551167737",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 5207,
            "upload_time": "2023-04-06T05:28:59",
            "upload_time_iso_8601": "2023-04-06T05:28:59.490593Z",
            "url": "https://files.pythonhosted.org/packages/f7/d8/5f116146322500ae4c4c7149c5c5652544d344bafb99a9ccc944a35c52f0/acml-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e4eacafdd5a71ce9934b55d9f19ce50ad86e284deb03e74b7ec1b8d44401d81",
                "md5": "1be1aafb790ae5eb4fc10989b4a75ddd",
                "sha256": "5f5f92fdddb20e065638561a36e821a6e49832e580535c222523b30a0c206233"
            },
            "downloads": -1,
            "filename": "acml-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1be1aafb790ae5eb4fc10989b4a75ddd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 5105,
            "upload_time": "2023-04-06T05:29:01",
            "upload_time_iso_8601": "2023-04-06T05:29:01.478066Z",
            "url": "https://files.pythonhosted.org/packages/1e/4e/acafdd5a71ce9934b55d9f19ce50ad86e284deb03e74b7ec1b8d44401d81/acml-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 05:29:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "brodycritchlow",
    "github_project": "ACML",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "acml"
}
        
Elapsed time: 0.05274s