Skip to main content

allure-testops-service

Project description

allure-python-client

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

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 525u01
  • Package version: 0.1.3
  • Generator version: 7.19.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

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

pip install git+https://github.com/fenixnow/allure-client.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/fenixnow/allure-client.git)

Then import the package:

import allure_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import allure_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import allure_client
from allure_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = allure_client.Configuration(
    host = "http://localhost"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): bearerAuth
configuration = allure_client.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with allure_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = allure_client.AccessGroupBulkControllerApi(api_client)
    access_group_bulk_dto = allure_client.AccessGroupBulkDto() # AccessGroupBulkDto | 

    try:
        # Bulk delete teams
        api_instance.accessgroup_bulk_delete_post(access_group_bulk_dto)
    except ApiException as e:
        print("Exception when calling AccessGroupBulkControllerApi->accessgroup_bulk_delete_post: %s\n" % e)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allure_python_client-0.1.3.tar.gz (485.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

allure_python_client-0.1.3-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file allure_python_client-0.1.3.tar.gz.

File metadata

  • Download URL: allure_python_client-0.1.3.tar.gz
  • Upload date:
  • Size: 485.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.1 CPython/3.13.5 Darwin/25.2.0

File hashes

Hashes for allure_python_client-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8dadb1705df5b7bf0b84c0be58790c71cc5e972443588cca16777839b294f8fa
MD5 3d309d435e0e0d257e421b6ad17f8374
BLAKE2b-256 a32797b4b774b396b2b8f7c9632ad5dddd06bc2446c94a6112499e06973524f4

See more details on using hashes here.

File details

Details for the file allure_python_client-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for allure_python_client-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cefb337de7f7ba5964a1c9a32d4adad2f3e9cce0fb06371bde3dde9e44f09b94
MD5 197c80a7c4c2263ff5513cdd2db54ce4
BLAKE2b-256 0701aabafa778f5b78669e00f2e19bcde04ad4f50050743d2949a45aaaf48bd3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page