# pybae
A backend library for your application
## Description
`pybae` is a Python library designed to simplify configuration and backend management in your applications. It provides tools to faster new deployments of backend services.
## Installation
Clone the repository and install the dependencies:
```bash
pip install pybae
```
## Usage
Example usage:
```python
from pybae import config
class Foo(config.ConfigSection):
bar: str
class Config(config.BaseConfig)
foo: Foo
cfg = Config.load('path/to/config.yaml')
print(cfg.foo.bar)
```
## Project Structure
- `pybae/`: library source code
- `config.py`: configuration management
- `example/`: usage examples
- `config.yaml`: sample configuration file
- `example_test.py`: example test
## Testing
To run the tests:
```bash
python example/example_test.py
```
## Contributing
Contributions are welcome! Open an issue or submit a pull request for suggestions, bug reports, or new features.
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "pybae",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "backend, configuration, utilities, pydantic, dotenv",
"author": null,
"author_email": "zangico <zangico@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0c/ed/c67f2adef72644845ba613d28ce3838d0063310e612c4339fff290a27b89/pybae-0.1.7.tar.gz",
"platform": null,
"description": "# pybae\nA backend library for your application\n\n## Description\n`pybae` is a Python library designed to simplify configuration and backend management in your applications. It provides tools to faster new deployments of backend services.\n\n\n## Installation\n\nClone the repository and install the dependencies:\n```bash\npip install pybae\n```\n\n## Usage\n\nExample usage:\n```python\nfrom pybae import config\n\nclass Foo(config.ConfigSection):\n bar: str\n \nclass Config(config.BaseConfig)\n foo: Foo\n\ncfg = Config.load('path/to/config.yaml')\nprint(cfg.foo.bar)\n```\n\n## Project Structure\n\n- `pybae/`: library source code\n - `config.py`: configuration management\n- `example/`: usage examples\n - `config.yaml`: sample configuration file\n - `example_test.py`: example test\n\n## Testing\n\nTo run the tests:\n```bash\npython example/example_test.py\n```\n\n## Contributing\n\nContributions are welcome! Open an issue or submit a pull request for suggestions, bug reports, or new features.\n\n## License\n\nThis project is licensed under the MIT License.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Core utilities for backend applications",
"version": "0.1.7",
"project_urls": {
"Bug Tracker": "https://github.com/zangico/pybae/issues",
"Documentation": "https://github.com/zangico/pybae#readme",
"Homepage": "https://github.com/zangico/pybae",
"Repository": "https://github.com/zangico/pybae"
},
"split_keywords": [
"backend",
" configuration",
" utilities",
" pydantic",
" dotenv"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5f9b8634fae4b50e462865d90cdefa8fceb8247fc5d7237aabf82b0fcabe0c91",
"md5": "0ffd49b97f9e4c1f7b716ed545c93b02",
"sha256": "475a4a6d15b554e92723f2e9f94174aedeabdb7060b16ae176656dcc6e51010c"
},
"downloads": -1,
"filename": "pybae-0.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0ffd49b97f9e4c1f7b716ed545c93b02",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 4653,
"upload_time": "2025-07-25T15:21:05",
"upload_time_iso_8601": "2025-07-25T15:21:05.070141Z",
"url": "https://files.pythonhosted.org/packages/5f/9b/8634fae4b50e462865d90cdefa8fceb8247fc5d7237aabf82b0fcabe0c91/pybae-0.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0cedc67f2adef72644845ba613d28ce3838d0063310e612c4339fff290a27b89",
"md5": "8e6a265715913d34589ee0176f2e403d",
"sha256": "052b28c6212cac638ae9a78b7cee0159a5d4a3cefde5be5d0a02f7bba51b8588"
},
"downloads": -1,
"filename": "pybae-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "8e6a265715913d34589ee0176f2e403d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 4560,
"upload_time": "2025-07-25T15:21:06",
"upload_time_iso_8601": "2025-07-25T15:21:06.097879Z",
"url": "https://files.pythonhosted.org/packages/0c/ed/c67f2adef72644845ba613d28ce3838d0063310e612c4339fff290a27b89/pybae-0.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 15:21:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zangico",
"github_project": "pybae",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "black",
"specs": [
[
"==",
"25.1.0"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"1.2.2.post1"
]
]
},
{
"name": "isort",
"specs": [
[
"==",
"6.0.1"
]
]
},
{
"name": "pydantic",
"specs": [
[
"==",
"2.11.7"
]
]
},
{
"name": "pyyaml",
"specs": [
[
"==",
"6.0.2"
]
]
},
{
"name": "ruff",
"specs": [
[
"==",
"0.12.5"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"6.1.0"
]
]
}
],
"lcname": "pybae"
}