Metadata-Version: 2.4
Name: python-databases
Version: 0.1.7
Summary: A Python library for managing and interacting with multiple databases seamlessly.
Author: Avi Zaguri
License: MIT
Project-URL: Homepage, https://github.com/aviz92/python-databases
Project-URL: Repository, https://github.com/aviz92/python-databases
Project-URL: Issues, https://github.com/aviz92/python-databases/issues
Keywords: development,databases,ORM,SQL,NoSQL,database management
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Logging
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: custom-python-logger>=2.0.10
Requires-Dist: elasticsearch<9
Requires-Dist: pandas>=2.3.3
Requires-Dist: pre-commit>=4.5.0
Requires-Dist: psycopg2-binary>=2.9.11
Requires-Dist: pytest>=9.0.1
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: retrying>=1.4.2
Requires-Dist: setuptools>=80.9.0
Requires-Dist: wheel>=0.45.1
Dynamic: license-file

# Python Databases
A flexible and extensible Python library that provides a unified interface for interacting with multiple types of databases.

---

## Features
- ✅ Unified interface for multiple database connectors
- ✅ Support for:
  - Elasticsearch
    - On-Premises deployments
    - Cloud deployments using `cloud_id`
  - PostgreSQL
    - Basic support with plans for SQLAlchemy integration

---

## Installation
```bash
pip install python-databases
```

---

## 📌 Roadmap

* [x] Elasticsearch support
  - [x] On-Premises deployments
  - [x] Cloud deployments using `cloud_id`
* [x] PostgreSQL
  - [ ] SQLAlchemy support

---

## 🤝 Contributing
If you have a helpful tool, pattern, or improvement to suggest:
Fork the repo <br>
Create a new branch <br>
Submit a pull request <br>
I welcome additions that promote clean, productive, and maintainable development. <br>

---

## 🙏 Thanks
Thanks for exploring this repository! <br>
Happy coding! <br>
