Skip to main content

A comprehensive Python library for Archer IRM API integration

Project description

Archer API Client Library

!!! PROTOTYPE !!! 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.3.tar.gz (19.0 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.3-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py_ullr-1.0.3.tar.gz
  • Upload date:
  • Size: 19.0 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.3.tar.gz
Algorithm Hash digest
SHA256 d9e94252433f994afbfa06d4cc6d8656a1de003db12cce36e8565fee7fa96de0
MD5 6704c879b8c67e045077cdd5120a3d0f
BLAKE2b-256 cde2823da0bbe6ae5bdd5d93b55a3e52d6cf6b4a98bec6cdbd21c97f9dd68ffb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: py_ullr-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 24.9 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8bd36d3de804d947b5795aabedc710e363b1b6549b21a10e6ab00b2efd6fa266
MD5 841af66673daab469ea2717ac96ca789
BLAKE2b-256 a20cd1c8f4cbe4bd4e7cd379ebe8a01444b1e712503f0be569882fcce72865cc

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