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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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