Metadata-Version: 2.1
Name: backend-dev-utils
Version: 0.0.2
Summary: Utility functions for python backend developers.
Home-page: https://github.com/melikbugra/backend-dev-utils
License: MIT
Author: melikbugra
Author-email: melik@melikbugraozcelik.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi[standard] (>=0.112.2,<0.113.0)
Requires-Dist: sqlmodel (>=0.0.21,<0.0.22)
Project-URL: Author, https://melikbugraozcelik.com
Project-URL: Issues, https://github.com/melikbugra/backend-dev-utils/issues
Description-Content-Type: text/markdown

[![PyPI Release🐍](https://github.com/melikbugra/backend-dev-utils/actions/workflows/python-publish.yml/badge.svg?branch=main)](https://github.com/melikbugra/backend-dev-utils/actions/workflows/python-publish.yml)

# Backend Development Utilities

Utility functions for Python backend developers.

## Description

This project provides a collection of utility functions to assist backend developers in their daily tasks. It aims to simplify common operations and improve productivity.


## Installation

To install the package, use the following command:

```bash
pip install backend-dev-utils
```

## Usage

Here are some examples of how to use the utility functions:

### Logger Manager

```python
from backend_dev_utils import get_logger

logger = get_logger(
    name="my-logger",
)
```

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Make sure to follow the [contribution guidelines](CONTRIBUTING.md) when contributing to this project.

## License

This project is licensed under the [MIT License](LICENSE).

