Metadata-Version: 2.1
Name: argo-events
Version: 0.1.0
Summary: Community Maintained Python client for Argo Events
Home-page: https://github.com/argoproj-labs/argo-events-client-python
Author: Yudi Xue
Author-email: binarycrayon@gmail.com
License: Apache2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: certifi (>=14.05.14)
Requires-Dist: six (>=1.10)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: setuptools (>=21.0.0)
Requires-Dist: urllib3 (>=1.15.1)
Requires-Dist: future ; python_version <= "2.7"

# argo.events.client
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.0.0
- Package version: v0.1.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 2.7 and 3.4+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import argo.events.client
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import argo.events.client
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
from __future__ import print_function

import time
import argo.events.client
from argo.events.client.rest import ApiException
from pprint import pprint

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------


## Documentation For Models

 - [CommonBackoff](docs/CommonBackoff.md)
 - [CommonCondition](docs/CommonCondition.md)
 - [CommonMetadata](docs/CommonMetadata.md)
 - [CommonS3Artifact](docs/CommonS3Artifact.md)
 - [CommonS3Bucket](docs/CommonS3Bucket.md)
 - [CommonS3Filter](docs/CommonS3Filter.md)
 - [CommonStatus](docs/CommonStatus.md)
 - [CommonTLSConfig](docs/CommonTLSConfig.md)
 - [EventsourceV1alpha1Template](docs/EventsourceV1alpha1Template.md)
 - [SensorV1alpha1Template](docs/SensorV1alpha1Template.md)
 - [V1Affinity](docs/V1Affinity.md)
 - [V1AffinityNodeAffinity](docs/V1AffinityNodeAffinity.md)
 - [V1AffinityNodeAffinityPreference](docs/V1AffinityNodeAffinityPreference.md)
 - [V1AffinityNodeAffinityPreferenceMatchExpressions](docs/V1AffinityNodeAffinityPreferenceMatchExpressions.md)
 - [V1AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecution](docs/V1AffinityNodeAffinityPreferredDuringSchedulingIgnoredDuringExecution.md)
 - [V1AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution](docs/V1AffinityNodeAffinityRequiredDuringSchedulingIgnoredDuringExecution.md)
 - [V1AffinityPodAffinity](docs/V1AffinityPodAffinity.md)
 - [V1AffinityPodAffinityPodAffinityTerm](docs/V1AffinityPodAffinityPodAffinityTerm.md)
 - [V1AffinityPodAffinityPodAffinityTermLabelSelector](docs/V1AffinityPodAffinityPodAffinityTermLabelSelector.md)
 - [V1AffinityPodAffinityPodAffinityTermLabelSelectorMatchExpressions](docs/V1AffinityPodAffinityPodAffinityTermLabelSelectorMatchExpressions.md)
 - [V1AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecution](docs/V1AffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecution.md)
 - [V1AffinityPodAntiAffinity](docs/V1AffinityPodAntiAffinity.md)
 - [V1ConfigMapKeySelector](docs/V1ConfigMapKeySelector.md)
 - [V1Container](docs/V1Container.md)
 - [V1ContainerConfigMapRef](docs/V1ContainerConfigMapRef.md)
 - [V1ContainerEnv](docs/V1ContainerEnv.md)
 - [V1ContainerEnvFrom](docs/V1ContainerEnvFrom.md)
 - [V1ContainerLifecycle](docs/V1ContainerLifecycle.md)
 - [V1ContainerLifecyclePostStart](docs/V1ContainerLifecyclePostStart.md)
 - [V1ContainerLifecyclePostStartExec](docs/V1ContainerLifecyclePostStartExec.md)
 - [V1ContainerLifecyclePostStartHttpGet](docs/V1ContainerLifecyclePostStartHttpGet.md)
 - [V1ContainerLifecyclePostStartHttpGetHttpHeaders](docs/V1ContainerLifecyclePostStartHttpGetHttpHeaders.md)
 - [V1ContainerLifecyclePostStartTcpSocket](docs/V1ContainerLifecyclePostStartTcpSocket.md)
 - [V1ContainerLivenessProbe](docs/V1ContainerLivenessProbe.md)
 - [V1ContainerPorts](docs/V1ContainerPorts.md)
 - [V1ContainerResources](docs/V1ContainerResources.md)
 - [V1ContainerSecretRef](docs/V1ContainerSecretRef.md)
 - [V1ContainerSecurityContext](docs/V1ContainerSecurityContext.md)
 - [V1ContainerSecurityContextCapabilities](docs/V1ContainerSecurityContextCapabilities.md)
 - [V1ContainerSecurityContextSeLinuxOptions](docs/V1ContainerSecurityContextSeLinuxOptions.md)
 - [V1ContainerSecurityContextWindowsOptions](docs/V1ContainerSecurityContextWindowsOptions.md)
 - [V1ContainerValueFrom](docs/V1ContainerValueFrom.md)
 - [V1ContainerValueFromConfigMapKeyRef](docs/V1ContainerValueFromConfigMapKeyRef.md)
 - [V1ContainerValueFromFieldRef](docs/V1ContainerValueFromFieldRef.md)
 - [V1ContainerValueFromResourceFieldRef](docs/V1ContainerValueFromResourceFieldRef.md)
 - [V1ContainerValueFromSecretKeyRef](docs/V1ContainerValueFromSecretKeyRef.md)
 - [V1ContainerVolumeDevices](docs/V1ContainerVolumeDevices.md)
 - [V1ContainerVolumeMounts](docs/V1ContainerVolumeMounts.md)
 - [V1ListMeta](docs/V1ListMeta.md)
 - [V1ObjectMeta](docs/V1ObjectMeta.md)
 - [V1ObjectMetaManagedFields](docs/V1ObjectMetaManagedFields.md)
 - [V1ObjectMetaOwnerReferences](docs/V1ObjectMetaOwnerReferences.md)
 - [V1PodSecurityContext](docs/V1PodSecurityContext.md)
 - [V1PodSecurityContextSysctls](docs/V1PodSecurityContextSysctls.md)
 - [V1ResourceRequirements](docs/V1ResourceRequirements.md)
 - [V1SecretKeySelector](docs/V1SecretKeySelector.md)
 - [V1ServicePort](docs/V1ServicePort.md)
 - [V1Toleration](docs/V1Toleration.md)
 - [V1Volume](docs/V1Volume.md)
 - [V1VolumeAwsElasticBlockStore](docs/V1VolumeAwsElasticBlockStore.md)
 - [V1VolumeAzureDisk](docs/V1VolumeAzureDisk.md)
 - [V1VolumeAzureFile](docs/V1VolumeAzureFile.md)
 - [V1VolumeCephfs](docs/V1VolumeCephfs.md)
 - [V1VolumeCephfsSecretRef](docs/V1VolumeCephfsSecretRef.md)
 - [V1VolumeCinder](docs/V1VolumeCinder.md)
 - [V1VolumeConfigMap](docs/V1VolumeConfigMap.md)
 - [V1VolumeConfigMapItems](docs/V1VolumeConfigMapItems.md)
 - [V1VolumeCsi](docs/V1VolumeCsi.md)
 - [V1VolumeDownwardAPI](docs/V1VolumeDownwardAPI.md)
 - [V1VolumeDownwardAPIItems](docs/V1VolumeDownwardAPIItems.md)
 - [V1VolumeEmptyDir](docs/V1VolumeEmptyDir.md)
 - [V1VolumeFc](docs/V1VolumeFc.md)
 - [V1VolumeFlexVolume](docs/V1VolumeFlexVolume.md)
 - [V1VolumeFlocker](docs/V1VolumeFlocker.md)
 - [V1VolumeGcePersistentDisk](docs/V1VolumeGcePersistentDisk.md)
 - [V1VolumeGitRepo](docs/V1VolumeGitRepo.md)
 - [V1VolumeGlusterfs](docs/V1VolumeGlusterfs.md)
 - [V1VolumeHostPath](docs/V1VolumeHostPath.md)
 - [V1VolumeIscsi](docs/V1VolumeIscsi.md)
 - [V1VolumeNfs](docs/V1VolumeNfs.md)
 - [V1VolumePersistentVolumeClaim](docs/V1VolumePersistentVolumeClaim.md)
 - [V1VolumePhotonPersistentDisk](docs/V1VolumePhotonPersistentDisk.md)
 - [V1VolumePortworxVolume](docs/V1VolumePortworxVolume.md)
 - [V1VolumeProjected](docs/V1VolumeProjected.md)
 - [V1VolumeProjectedConfigMap](docs/V1VolumeProjectedConfigMap.md)
 - [V1VolumeProjectedDownwardAPI](docs/V1VolumeProjectedDownwardAPI.md)
 - [V1VolumeProjectedSecret](docs/V1VolumeProjectedSecret.md)
 - [V1VolumeProjectedServiceAccountToken](docs/V1VolumeProjectedServiceAccountToken.md)
 - [V1VolumeProjectedSources](docs/V1VolumeProjectedSources.md)
 - [V1VolumeQuobyte](docs/V1VolumeQuobyte.md)
 - [V1VolumeRbd](docs/V1VolumeRbd.md)
 - [V1VolumeScaleIO](docs/V1VolumeScaleIO.md)
 - [V1VolumeSecret](docs/V1VolumeSecret.md)
 - [V1VolumeStorageos](docs/V1VolumeStorageos.md)
 - [V1VolumeVsphereVolume](docs/V1VolumeVsphereVolume.md)
 - [V1alpha1AMQPEventSource](docs/V1alpha1AMQPEventSource.md)
 - [V1alpha1AWSLambdaTrigger](docs/V1alpha1AWSLambdaTrigger.md)
 - [V1alpha1ArgoWorkflowTrigger](docs/V1alpha1ArgoWorkflowTrigger.md)
 - [V1alpha1ArtifactLocation](docs/V1alpha1ArtifactLocation.md)
 - [V1alpha1AzureEventsHubEventSource](docs/V1alpha1AzureEventsHubEventSource.md)
 - [V1alpha1BasicAuth](docs/V1alpha1BasicAuth.md)
 - [V1alpha1BusConfig](docs/V1alpha1BusConfig.md)
 - [V1alpha1CalendarEventSource](docs/V1alpha1CalendarEventSource.md)
 - [V1alpha1CatchupConfiguration](docs/V1alpha1CatchupConfiguration.md)
 - [V1alpha1ConfigMapPersistence](docs/V1alpha1ConfigMapPersistence.md)
 - [V1alpha1ContainerTemplate](docs/V1alpha1ContainerTemplate.md)
 - [V1alpha1CustomTrigger](docs/V1alpha1CustomTrigger.md)
 - [V1alpha1DataFilter](docs/V1alpha1DataFilter.md)
 - [V1alpha1DependencyGroup](docs/V1alpha1DependencyGroup.md)
 - [V1alpha1EmitterEventSource](docs/V1alpha1EmitterEventSource.md)
 - [V1alpha1Event](docs/V1alpha1Event.md)
 - [V1alpha1EventBus](docs/V1alpha1EventBus.md)
 - [V1alpha1EventBusList](docs/V1alpha1EventBusList.md)
 - [V1alpha1EventBusSpec](docs/V1alpha1EventBusSpec.md)
 - [V1alpha1EventBusStatus](docs/V1alpha1EventBusStatus.md)
 - [V1alpha1EventContext](docs/V1alpha1EventContext.md)
 - [V1alpha1EventDependency](docs/V1alpha1EventDependency.md)
 - [V1alpha1EventDependencyFilter](docs/V1alpha1EventDependencyFilter.md)
 - [V1alpha1EventPersistence](docs/V1alpha1EventPersistence.md)
 - [V1alpha1EventSource](docs/V1alpha1EventSource.md)
 - [V1alpha1EventSourceList](docs/V1alpha1EventSourceList.md)
 - [V1alpha1EventSourceSpec](docs/V1alpha1EventSourceSpec.md)
 - [V1alpha1EventSourceStatus](docs/V1alpha1EventSourceStatus.md)
 - [V1alpha1FileArtifact](docs/V1alpha1FileArtifact.md)
 - [V1alpha1FileEventSource](docs/V1alpha1FileEventSource.md)
 - [V1alpha1GenericEventSource](docs/V1alpha1GenericEventSource.md)
 - [V1alpha1GitArtifact](docs/V1alpha1GitArtifact.md)
 - [V1alpha1GitCreds](docs/V1alpha1GitCreds.md)
 - [V1alpha1GitRemoteConfig](docs/V1alpha1GitRemoteConfig.md)
 - [V1alpha1GithubEventSource](docs/V1alpha1GithubEventSource.md)
 - [V1alpha1GitlabEventSource](docs/V1alpha1GitlabEventSource.md)
 - [V1alpha1HDFSEventSource](docs/V1alpha1HDFSEventSource.md)
 - [V1alpha1HTTPTrigger](docs/V1alpha1HTTPTrigger.md)
 - [V1alpha1K8SResourcePolicy](docs/V1alpha1K8SResourcePolicy.md)
 - [V1alpha1KafkaConsumerGroup](docs/V1alpha1KafkaConsumerGroup.md)
 - [V1alpha1KafkaEventSource](docs/V1alpha1KafkaEventSource.md)
 - [V1alpha1KafkaTrigger](docs/V1alpha1KafkaTrigger.md)
 - [V1alpha1MQTTEventSource](docs/V1alpha1MQTTEventSource.md)
 - [V1alpha1NATSBus](docs/V1alpha1NATSBus.md)
 - [V1alpha1NATSConfig](docs/V1alpha1NATSConfig.md)
 - [V1alpha1NATSEventsSource](docs/V1alpha1NATSEventsSource.md)
 - [V1alpha1NATSTrigger](docs/V1alpha1NATSTrigger.md)
 - [V1alpha1NSQEventSource](docs/V1alpha1NSQEventSource.md)
 - [V1alpha1NativeStrategy](docs/V1alpha1NativeStrategy.md)
 - [V1alpha1OpenWhiskTrigger](docs/V1alpha1OpenWhiskTrigger.md)
 - [V1alpha1PersistenceStrategy](docs/V1alpha1PersistenceStrategy.md)
 - [V1alpha1PubSubEventSource](docs/V1alpha1PubSubEventSource.md)
 - [V1alpha1PulsarEventSource](docs/V1alpha1PulsarEventSource.md)
 - [V1alpha1RedisEventSource](docs/V1alpha1RedisEventSource.md)
 - [V1alpha1ResourceEventSource](docs/V1alpha1ResourceEventSource.md)
 - [V1alpha1ResourceFilter](docs/V1alpha1ResourceFilter.md)
 - [V1alpha1SNSEventSource](docs/V1alpha1SNSEventSource.md)
 - [V1alpha1SQSEventSource](docs/V1alpha1SQSEventSource.md)
 - [V1alpha1Selector](docs/V1alpha1Selector.md)
 - [V1alpha1Sensor](docs/V1alpha1Sensor.md)
 - [V1alpha1SensorList](docs/V1alpha1SensorList.md)
 - [V1alpha1SensorSpec](docs/V1alpha1SensorSpec.md)
 - [V1alpha1SensorStatus](docs/V1alpha1SensorStatus.md)
 - [V1alpha1Service](docs/V1alpha1Service.md)
 - [V1alpha1SlackEventSource](docs/V1alpha1SlackEventSource.md)
 - [V1alpha1SlackTrigger](docs/V1alpha1SlackTrigger.md)
 - [V1alpha1StandardK8STrigger](docs/V1alpha1StandardK8STrigger.md)
 - [V1alpha1StatusPolicy](docs/V1alpha1StatusPolicy.md)
 - [V1alpha1StorageGridEventSource](docs/V1alpha1StorageGridEventSource.md)
 - [V1alpha1StorageGridFilter](docs/V1alpha1StorageGridFilter.md)
 - [V1alpha1StripeEventSource](docs/V1alpha1StripeEventSource.md)
 - [V1alpha1TimeFilter](docs/V1alpha1TimeFilter.md)
 - [V1alpha1Trigger](docs/V1alpha1Trigger.md)
 - [V1alpha1TriggerParameter](docs/V1alpha1TriggerParameter.md)
 - [V1alpha1TriggerParameterSource](docs/V1alpha1TriggerParameterSource.md)
 - [V1alpha1TriggerPolicy](docs/V1alpha1TriggerPolicy.md)
 - [V1alpha1TriggerSwitch](docs/V1alpha1TriggerSwitch.md)
 - [V1alpha1TriggerTemplate](docs/V1alpha1TriggerTemplate.md)
 - [V1alpha1URLArtifact](docs/V1alpha1URLArtifact.md)
 - [V1alpha1WatchPathConfig](docs/V1alpha1WatchPathConfig.md)
 - [V1alpha1WebhookContext](docs/V1alpha1WebhookContext.md)


## Documentation For Authorization

 All endpoints do not require authorization.

## Author





