Metadata-Version: 2.4
Name: ae_db_ora
Version: 0.3.10
Summary: ae namespace module portion db_ora: database system core layer to access Oracle databases
Home-page: https://gitlab.com/ae-group/ae_db_ora
Author: AndiEcker
Author-email: aecker2@gmail.com
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://gitlab.com/ae-group/ae_db_ora/-/issues
Project-URL: Documentation, https://ae.readthedocs.io/en/latest/_autosummary/ae.db_ora.html
Project-URL: Repository, https://gitlab.com/ae-group/ae_db_ora
Project-URL: Source, https://ae.readthedocs.io/en/latest/_modules/ae/db_ora.html
Keywords: configuration,development,environment,productivity
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: oracledb
Requires-Dist: ae_db_core
Provides-Extra: dev
Requires-Dist: aedev_project_tpls; extra == "dev"
Requires-Dist: ae_ae; extra == "dev"
Requires-Dist: anybadge; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: typing; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: anybadge; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: pylint; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: typing; extra == "tests"
Requires-Dist: types-setuptools; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project ae.ae v0.3.104 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.namespace_root_tpls v0.3.31 -->
# db_ora 0.3.10

[![GitLab develop](https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/develop?logo=python)](
    https://gitlab.com/ae-group/ae_db_ora)
[![LatestPyPIrelease](
    https://img.shields.io/gitlab/pipeline/ae-group/ae_db_ora/release0.3.10?logo=python)](
    https://gitlab.com/ae-group/ae_db_ora/-/tree/release0.3.10)
[![PyPIVersions](https://img.shields.io/pypi/v/ae_db_ora)](
    https://pypi.org/project/ae-db-ora/#history)

>ae namespace module portion db_ora: database system core layer to access Oracle databases.

[![Coverage](https://ae-group.gitlab.io/ae_db_ora/coverage.svg)](
    https://ae-group.gitlab.io/ae_db_ora/coverage/index.html)
[![MyPyPrecision](https://ae-group.gitlab.io/ae_db_ora/mypy.svg)](
    https://ae-group.gitlab.io/ae_db_ora/lineprecision.txt)
[![PyLintScore](https://ae-group.gitlab.io/ae_db_ora/pylint.svg)](
    https://ae-group.gitlab.io/ae_db_ora/pylint.log)

[![PyPIImplementation](https://img.shields.io/pypi/implementation/ae_db_ora)](
    https://gitlab.com/ae-group/ae_db_ora/)
[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/ae_db_ora)](
    https://gitlab.com/ae-group/ae_db_ora/)
[![PyPIWheel](https://img.shields.io/pypi/wheel/ae_db_ora)](
    https://gitlab.com/ae-group/ae_db_ora/)
[![PyPIFormat](https://img.shields.io/pypi/format/ae_db_ora)](
    https://pypi.org/project/ae-db-ora/)
[![PyPILicense](https://img.shields.io/pypi/l/ae_db_ora)](
    https://gitlab.com/ae-group/ae_db_ora/-/blob/develop/LICENSE.md)
[![PyPIStatus](https://img.shields.io/pypi/status/ae_db_ora)](
    https://libraries.io/pypi/ae-db-ora)
[![PyPIDownloads](https://img.shields.io/pypi/dm/ae_db_ora)](
    https://pypi.org/project/ae-db-ora/#files)



## installation

execute the following command to install the
ae.db_ora module
in the currently active virtual environment:
 
```shell script
pip install ae-db-ora
```

if you want to contribute to this portion then first fork
[the ae_db_ora repository at GitLab](
https://gitlab.com/ae-group/ae_db_ora "ae.db_ora code repository").
after that pull it to your machine and finally execute the
following command in the root folder of this repository
(ae_db_ora):

```shell script
pip install --editable .[dev]
```

this command installs this module portion project
along with the necessary tools to modify the source code,
run unit tests, and build documentation. to install only
the dependencies required for a specific task,  replace
`dev` with one of the following:

    * `tests`: for contributing to the unit test suite
    * `docs`: for maintaining and building documentation

more detailed explanations on how to contribute to this project
[are available here](
https://gitlab.com/ae-group/ae_db_ora/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

the documentation of the source code of this portion is available at
[ReadTheDocs](
https://ae.readthedocs.io/en/latest/_autosummary/ae.db_ora.html
"ae_db_ora documentation").


