Metadata-Version: 2.4
Name: quickdbclient
Version: 0.1.0
Summary: A simple database connector library for Python
Project-URL: Homepage, https://github.com/cvisinoni/quickdbclient
Project-URL: Issues, https://github.com/cvisinoni/quickdbclient/issues
Author: cvisinoni
License: Copyright (c) 2026 cvisinoni
        
        Permission is hereby granted, free of charge, to any person
        obtaining a copy of this software and associated documentation
        files (the "Software"), to deal in the Software without
        restriction, including without limitation the rights to use,
        copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following
        conditions:
        
        The above copyright notice and this permission notice shall be
        included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: oracledb>=1.0.0
Description-Content-Type: text/markdown

# quickdbclient
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cvisinoni/quickdbclient/blob/main/LICENSE)

Quickdbclient is a simple database connector library for Python.

## Description

Quickdbclient is a lightweight Python library for interacting with relational databases. 
It provides a unified interface for common operations such as connections, queries, and data manipulation, 
simplifying the development of applications that require database access.

## Contributing

If you'd like to contribute to Quickdbclient, feel free to fork this repository, 
make your changes, and submit a pull request. 
We welcome contributions of all kinds, whether it's fixing a bug, 
adding a new feature, or improving documentation.

## License

This project is MIT licensed. See the [LICENSE](LICENSE) file for details.

## Support

If you have any questions, issues, or suggestions regarding Quickdbclient, 
please [open an issue](https://github.com/cvisinoni/quickdbclient/issues) on GitHub.
We'd love to hear from you!
