Metadata-Version: 1.1
Name: adapya-entirex
Version: 1.0.1
Summary: adapya-entirex - Persistent messaging with webMethods EntireX Broker
Home-page: https://github.com/SoftwareAG/adapya-entirex
Author: mmueller
Author-email: mm@softwareag.com
License: Apache License 2.0
Description: adapya-entirex - Persistent Messaging with webMethods EntireX Broker
        ====================================================================
        
        *adapya-entirex* is a services library for persistent messaging using the Advanced Communication Interface (ACI) with the
        EntireX Broker from Software AG.
        
        EntireX is a component in the webMethods high-performance communication infrastructure.
        
        adapya-entirex is part of a set of Python packages including adapya-adabas
        a client library for Adabas database access.
        
        *adapya-entirex* is a **pure** Python package: it does not require compilation
        of extensions.
        
        It has been used on Linux, Solaris and Windows.
        
        Prerequisite for adapya is Python version 2.7 or 3.5 and above.
        
        
        
        Installation
        ------------
        
        Install and update with the Python package manager:
        
        .. code-block:: text
        
            pip install -U adapya-entirex
        
        
        Links
        -----
        
        - Details of adapya-entirex: https://softwareag.github.io/adapya-entirex/index.html
        - adapya in the Adabas forum: http://tech.forums.softwareag.com/techjforum/forums/show/171.page
        - About webMethods EntireX: https://resources.softwareag.com/application-modernization/webmethods-entirex
        - webMethods EntireX documentation:
          http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/entirex/entirex_vers.htm
        
        
        License
        -------
        
        Copyright 2004-ThisYear 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.
        
        
Keywords: softwareag webMethods EntireX Broker messaging
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: AIX
Classifier: Operating System :: POSIX :: HP-UX
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
