Skip to main content

A comprehensive Python library for Archer IRM API integration

Project description

Archer API Client Library

A comprehensive Python library for seamless integration with Archer IRM APIs.

Features

  • 🔐 Secure Authentication: Built-in session management and token handling
  • 🎯 OOP Architecture: Clean, intuitive class-based design
  • 📦 Multiple API Support: RESTful, Web Services, and Content APIs
  • 🔄 Automatic Retries: Configurable retry logic for failed requests
  • 📝 Type Hints: Full type annotation support
  • 📚 Extensive Documentation: Detailed guides and examples

Installation

pip install -e .

Quick Start

from py_ullr import ArcherClient

# Initialize the client
client = ArcherClient(
    base_url="https://your-archer-instance.com",
    instance_name="YourInstance",
    username="your_username",
    password="your_password"
)

# Get applications
applications = client.rest.applications.get_all()

# Create a record
new_record = client.rest.records.create(
    application_id=123,
    field_values={
        "Field Name": "Field Value",
        "Another Field": "Another Value"
    }
)

Documentation

See the docs/ directory for detailed documentation.

License

MIT License

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

py_ullr-1.0.1.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

py_ullr-1.0.1-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file py_ullr-1.0.1.tar.gz.

File metadata

  • Download URL: py_ullr-1.0.1.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for py_ullr-1.0.1.tar.gz
Algorithm Hash digest
SHA256 02c0d6aed5062f540321794b7d4222538309550891c81843a81582491086af64
MD5 892272530062c4624b30489f9bc9df30
BLAKE2b-256 06b46d7ee342e75cc07bfb5629c64ae2d247dc226995ec888ce064b3c4f8d0b9

See more details on using hashes here.

File details

Details for the file py_ullr-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: py_ullr-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 13.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for py_ullr-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c13444c61ef8adc51048e448e4715932778f5653575f90a157f2e17b1bb988a8
MD5 e58b6c2c7e1f73f4c0835e4a536e669e
BLAKE2b-256 4b21927989d3ab3f5ca3053a3e22a9b0cbfb53930fab8f635722903268dd292c

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