Skip to main content

Python client library for interfacing with RSA Archer.

Project description

RSA Archer Client Library

https://img.shields.io/pypi/v/pyarcher.svg https://img.shields.io/travis/kylecribbs/pyarcher.svg Documentation Status Updates

Python client library for interfacing with RSA Archer.

Features

  • TODO

Install

ArcherDB requires pyodbc for connecting to mssql so you may need to install additional packages.

Ubuntu: Required packages are unixodbc-dev g++ freetds-dev freetds-bin tdsodbc Centos: Required packages are gcc-c++ python-devel unixODBC-devel freetds Note: In the future we will have pyarcher.ArcherDB separated from pyarcher.Archer.

You may also need to configure your ODBC ini. For example in /etc/odbcinst.ini you may need the following configure

[FreeTDS]
Description=FreeTDS Driver
Driver=/usr/lib/x86_64-linux-gnu/odbc/libtdsodbc.so
Setup=/usr/lib/x86_64-linux-gnu/odbc/libtdsS.so
tds_version=8.0

FreeTDS python example

from pyarcher import ArcherDB
archer = ArcherDB("user", "password", "host", "database", query={"driver": "FreeTDS", "TDS_VERSION": "8.0"})
table = archer.get_table("tblAsyncJobQueue")
select = table.select()
data = archer.engine.execute(select)

History

Coming Soon…

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

pyarcher-0.6.1.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

pyarcher-0.6.1-py2.py3-none-any.whl (21.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyarcher-0.6.1.tar.gz.

File metadata

  • Download URL: pyarcher-0.6.1.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.1

File hashes

Hashes for pyarcher-0.6.1.tar.gz
Algorithm Hash digest
SHA256 4c0bd405fce6185ffb267c76f0890d0c2f5a3804e5399a46d38c0daad169ed2c
MD5 4ee13c47b5bcdd2026c9ba0d673e2091
BLAKE2b-256 00184f1d7ced6e8c10168f79b6b783ddb01b5666be02e33bcae96773a3166973

See more details on using hashes here.

File details

Details for the file pyarcher-0.6.1-py2.py3-none-any.whl.

File metadata

  • Download URL: pyarcher-0.6.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.1

File hashes

Hashes for pyarcher-0.6.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5a8abb5a1fdbb8c7fc36ea16637700a57fd394c9fbb56d421b6e5b43d8ea7703
MD5 aa917c897f3b18624d07ea4a5f4ce451
BLAKE2b-256 daef20edf66d3d7ebbef329b759e2a0329e3a1b049c40f52ba6a5f3fed0215d5

See more details on using hashes here.

Supported by

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