Metadata-Version: 2.1
Name: outsystems-pipeline
Version: 0.6.0
Summary: Python package to accelerate the integration of OutSystems with third-party CI/CD tools
Home-page: https://github.com/OutSystems/outsystems-pipeline
Author: OutSystems
Author-email: cicd.integrations@outsystems.com
License: Apache License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Software Development :: Testing :: BDD
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.0
License-File: LICENSE
License-File: NOTICE.md

The outsystems-pipeline Python package provides functions to support the creation of OutSystems CI/CD pipelines using your DevOps automation tool of choice.

Visit the `project repository <https://github.com/OutSystems/outsystems-pipeline>`_ on GitHub for instructions on how to build example OutSystems CI/CD pipelines with common DevOps automation tools, as well as documentation that will help you adapt the examples to your particular scenarios.


What's new
==========

**Fixed Python Dependencies**
 * Fixed xunitparser dependency that was causing issues when trying to install the package on python environments higher than v3.8
 * Removed pytest dependency that was not needed

**Air Gap Operations**
 * Added support for Trigger Manifest artifact on tag_apps_based_on_manifest_data and deploy_apps_to_target_env_with_airgap scripts.
 * New function to download application packages from a target environment based on the application versions found on the given trigger manifest artifact.


Installing and upgrading
========================

Install or upgrade outsystems-pipeline to the latest available version as follows:
::

    pip install -U outsystems-pipeline

