Metadata-Version: 2.1
Name: apache-airflow-providers-plexus
Version: 1.0.0b1
Summary: Provider package apache-airflow-providers-plexus for Apache Airflow
Home-page: http://airflow.apache.org/
Author: Apache Software Foundation
Author-email: dev@airflow.apache.org
License: Apache License 2.0
Download-URL: https://archive.apache.org/dist/airflow/providers
Project-URL: Documentation, https://airflow.apache.org/docs/
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
Project-URL: Source Code, https://github.com/apache/airflow
Description: <!--
         Licensed to the Apache Software Foundation (ASF) under one
         or more contributor license agreements.  See the NOTICE file
         distributed with this work for additional information
         regarding copyright ownership.  The ASF licenses this file
         to you 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.
         -->
        
        
        # Package apache-airflow-providers-plexus
        
        Release: 1.0.0b1
        
        **Table of contents**
        
        - [Provider package](#provider-package)
        - [Installation](#installation)
        - [PIP requirements](#pip-requirements)
        - [Provider class summary](#provider-classes-summary)
            - [Operators](#operators)
                - [New operators](#new-operators)
            - [Hooks](#hooks)
                - [New hooks](#new-hooks)
        - [Releases](#releases)
            - [Release 1.0.0b1](#release-100b1)
            - [Release 0.0.2a1](#release-002a1)
            - [Release 0.0.1](#release-001)
        
        ## Provider package
        
        This is a provider package for `plexus` provider. All classes for this provider package
        are in `airflow.providers.plexus` python package.
        
        
        
        ## Installation
        
        You can install this package on top of an existing airflow 2.* installation via
        `pip install apache-airflow-providers-plexus`
        
        ## PIP requirements
        
        | PIP package   | Version required   |
        |:--------------|:-------------------|
        | arrow         | &gt;=0.16.0           |
        
        # Provider classes summary
        
        In Airflow 2.0, all operators, transfers, hooks, sensors, secrets for the `plexus` provider
        are in the `airflow.providers.plexus` package. You can read more about the naming conventions used
        in [Naming conventions for provider packages](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#naming-conventions-for-provider-packages)
        
        
        ## Operators
        
        
        ### New operators
        
        | New Airflow 2.0 operators: `airflow.providers.plexus` package                                                              |
        |:---------------------------------------------------------------------------------------------------------------------------|
        | [operators.job.PlexusJobOperator](https://github.com/apache/airflow/blob/master/airflow/providers/plexus/operators/job.py) |
        
        
        
        ## Hooks
        
        
        ### New hooks
        
        | New Airflow 2.0 hooks: `airflow.providers.plexus` package                                                         |
        |:------------------------------------------------------------------------------------------------------------------|
        | [hooks.plexus.PlexusHook](https://github.com/apache/airflow/blob/master/airflow/providers/plexus/hooks/plexus.py) |
        
        
        
        
        ## Releases
        
        ### Release 1.0.0b1
        
        | Commit                                                                                         | Committed   | Subject                                                            |
        |:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------|
        | [59eb5de78](https://github.com/apache/airflow/commit/59eb5de78c70ee9c7ae6e4cba5c7a2babb8103ca) | 2020-11-09  | Update provider READMEs for up-coming 1.0.0beta1 releases (#12206) |
        | [b2a28d159](https://github.com/apache/airflow/commit/b2a28d1590410630d66966aa1f2b2a049a8c3b32) | 2020-11-09  | Moves provider packages scripts to dev (#12082)                    |
        | [4e8f9cc8d](https://github.com/apache/airflow/commit/4e8f9cc8d02b29c325b8a5a76b4837671bdf5f68) | 2020-11-03  | Enable Black - Python Auto Formmatter (#9550)                      |
        | [8c42cf1b0](https://github.com/apache/airflow/commit/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5) | 2020-11-03  | Use PyUpgrade to use Python 3.6 features (#11447)                  |
        | [5a439e84e](https://github.com/apache/airflow/commit/5a439e84eb6c0544dc6c3d6a9f4ceeb2172cd5d0) | 2020-10-26  | Prepare providers release 0.0.2a1 (#11855)                         |
        
        
        ### Release 0.0.2a1
        
        | Commit                                                                                         | Committed   | Subject                                                            |
        |:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------------|
        | [872b1566a](https://github.com/apache/airflow/commit/872b1566a11cb73297e657ff325161721b296574) | 2020-10-25  | Generated backport providers readmes/setup for 2020.10.29 (#11826) |
        | [56d72e3ff](https://github.com/apache/airflow/commit/56d72e3ff8798a2662847355d1b73b2c1f57b31f) | 2020-10-24  | Replace non-empty sets with set literals (#11810)                  |
        | [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13  | Added support for provider packages for Airflow 2.0 (#11487)       |
        
        
        ### Release 0.0.1
        
        | Commit                                                                                         | Committed   | Subject                                                    |
        |:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------|
        | [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03  | Fix Broken Markdown links in Providers README TOC (#11249) |
        | [ca4238eb4](https://github.com/apache/airflow/commit/ca4238eb4d9a2aef70eb641343f59ee706d27d13) | 2020-10-02  | Fixed month in backport packages to October (#11242)       |
        | [5220e4c38](https://github.com/apache/airflow/commit/5220e4c3848a2d2c81c266ef939709df9ce581c5) | 2020-10-02  | Prepare Backport release 2020.09.07 (#11238)               |
        | [0161b5ea2](https://github.com/apache/airflow/commit/0161b5ea2b805d62a0317e5cab6f797b92c8abf1) | 2020-09-26  | Increasing type coverage for multiple provider (#11159)    |
        | [b9dc3c51b](https://github.com/apache/airflow/commit/b9dc3c51ba2cba1c61d327488cecf2623d6445b3) | 2020-09-10  | Added Plexus as an Airflow provider (#10591)               |
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Monitoring
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
