Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SoftwareAG/adapya-adabas
Adabas database API for Python
https://github.com/SoftwareAG/adapya-adabas
adabas python
Last synced: 3 months ago
JSON representation
Adabas database API for Python
- Host: GitHub
- URL: https://github.com/SoftwareAG/adapya-adabas
- Owner: SoftwareAG
- License: other
- Created: 2019-11-29T15:09:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T22:08:17.000Z (11 months ago)
- Last Synced: 2024-07-09T22:37:18.599Z (4 months ago)
- Topics: adabas, python
- Language: Python
- Size: 6.88 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-softwareag - adapya-adabas - Adapya-adabas implements the Adabas database API for Python. It can access local and remote Adabas databases. adapya-adabas comes with scripts and sample programs to show its features. It is being used on Linux, mainframe z/OS, Solaris, and Windows. (Adabas and Natural / ![icon-Adabas-64x64](https://user-images.githubusercontent.com/23717841/230384852-da5ff0f6-5283-447d-9072-43b2c740d535.png) Adabas)
README
adapya-adabas
-------------adapya-adabas implements the Adabas database API for Python.
It can access local and remote Adabas databases.
adapya-adabas comes with scripts and sample programs to show its features.
It is being used on Linux, mainframe z/OS, Solaris and Windows.Prerequisites for adapya-adabas are Python version 2.7, 3.5 or higher
and the adapya-base package.Installation
~~~~~~~~~~~~::
pip install adapya-adabas
Links
~~~~~- Details of adapya-adabas: https://softwareag.github.io/adapya-adabas/index.html
- Adabas at Software AG: https://www.softwareag.com
- Adabas forum: http://tech.forums.softwareag.com/techjforum/forums/show/171.page
- Adabas documentation: http://techcommunity.softwareag.comLicense
~~~~~~~Copyright 2004-2023 Software AG
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and
limitations under the License.
-------These tools are provided as-is and without warranty or support.
They do not constitute part of the Software AG product suite.
Users are free to use, fork and modify them, subject to the license agreement.
While Software AG welcomes contributions, we cannot guarantee to include every
contribution in the master project.