Metadata-Version: 2.1
Name: pubtools-pyxis
Version: 1.0.0
Summary: Pubtools-pyxis
Home-page: https://github.com/release-engineering/pubtools-pyxis
Author: Lubomir Gallovic
Author-email: lgallovi@redhat.com
License: UNKNOWN
Description: ===============
         pubtools-pyxis
        ===============
        
        Set of scripts used for operating with Pyxis service.
        
        
        Requirements
        ============
        
        * Python 2.7+
        * Python 3.7+
        
        Features
        ========
        
        pubtools-pyxis-get-operator-indices - get a list of index images satisfying the specified conditions
        
        Setup
        =====
        
        ::
        
          $ pip install -r requirements.txt
          $ pip install . 
          or
          $ python setup.py install
        
        Usage
        =====
        
        ::
        
          pubtools-pyxis-get-operator-indices \
          --pyxis-server https://pyxis.engineering.redhat.com/ \
          --pyxis-krb-principal lgallovi@REDHAT.COM \
          --ocp-versions-range 4.6 \
          --pyxis-insecure
        
          pubtools-pyxis-get-operator-indices \
          --pyxis-server https://pyxis.engineering.redhat.com/ \
          --pyxis-krb-principal iib-stage@REDHAT.COM \
          --pyxis-krb-ktfile /path/to/file.keytab \
          --ocp-versions-range 4.5-4.7
        
          pubtools-pyxis-get-operator-indices \
          --pyxis-server https://pyxis.engineering.redhat.com/ \
          --pyxis-ssl-crtfile /path/to/file.crt \
          --pyxis-ssl-keyfile /path/to/file.key \
          --ocp-versions-range 4.6
        
        
        ChangeLog
        =========
        
        1.0.0 (2020-11-27)
        ------------------
        
        * Set version to 1.0.0 to indicate stable release
        
        0.2.0 (2020-11-23)
        ------------------
        
        * Fix module path
        
        
        0.1.0 (2020-11-20)
        ------------------
        
        * Initial release.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
Provides-Extra: reST
