better-configuration


Namebetter-configuration JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/CheatBetter/BetterConfig
SummaryA configuration system
upload_time2023-09-04 16:13:23
maintainer
docs_urlNone
authorCheatBetter
requires_python
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BetterConfig

BetterConfig is config library used to create  config structures for projects

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install betterconfig.

```bash
pip install better-configuration
```

## Usage

```python

from betterconfiguration import config

test_config = config.BaseConfig("test", "this is a test value")

print(test_config.test)
```
### Result
![](images/result.png)



## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CheatBetter/BetterConfig",
    "name": "better-configuration",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "CheatBetter",
    "author_email": "vitalggistrashlool@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/7b/695876a33fb574b8c2e3e023db48a536f2403edd9816c353d97a3dbff760/better-configuration-0.1.0.tar.gz",
    "platform": null,
    "description": "# BetterConfig\r\n\r\nBetterConfig is config library used to create  config structures for projects\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install betterconfig.\r\n\r\n```bash\r\npip install better-configuration\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\n\r\nfrom betterconfiguration import config\r\n\r\ntest_config = config.BaseConfig(\"test\", \"this is a test value\")\r\n\r\nprint(test_config.test)\r\n```\r\n### Result\r\n![](images/result.png)\r\n\r\n\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first\r\nto discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "A configuration system",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/CheatBetter/BetterConfig"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c7b695876a33fb574b8c2e3e023db48a536f2403edd9816c353d97a3dbff760",
                "md5": "22efb0a222cdccebea01b7326e58180f",
                "sha256": "4aa6346bbcd234fc871739a3913dc3ebb7f5c26186736a5e95a8996de187cf66"
            },
            "downloads": -1,
            "filename": "better-configuration-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "22efb0a222cdccebea01b7326e58180f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2422,
            "upload_time": "2023-09-04T16:13:23",
            "upload_time_iso_8601": "2023-09-04T16:13:23.470511Z",
            "url": "https://files.pythonhosted.org/packages/0c/7b/695876a33fb574b8c2e3e023db48a536f2403edd9816c353d97a3dbff760/better-configuration-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-04 16:13:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CheatBetter",
    "github_project": "BetterConfig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "better-configuration"
}
        
Elapsed time: 0.27076s