Metadata-Version: 2.1
Name: ddopy
Version: 0.1.15
Summary: A collection of utility functions by Ali Burak Kulakli @ DDOSOFT
Home-page: https://github.com/abkulakli/ddopy
Author: Ali Burak Kulakli
Author-email: kulakli@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# ddopy - PyPI Utility Module

## Overview

`ddopy` is a Python module that provides a collection of utility functions and classes to simplify common tasks. Whether you're working with databases or making HTTP requests, this module has you covered.

## Classes

### DatabaseManager
Manage your simple database operations with this class.

### HttpRequester
Make HTTP requests with this class.

### ConfigManager
Manage your configuration files with this class.

### TimeController
Manage your time-based operations with this class.

## Installation

You can install `ddopy` from PyPI using pip:

```shell
pip install ddopy
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contributing

If you would like to contribute to this project, please follow our [contributing guidelines](CONTRIBUTING.md).

## Issues and Feedback

If you encounter any issues or have feedback for us, please [open an issue](https://github.com/your-repo-name/issues) on GitHub.

We hope you find `ddopy` useful in your Python projects!
