Python client library for interfacing with RSA Archer.
Project description
RSA Archer Client Library
Python client library for interfacing with RSA Archer.
- Free software: MIT license
- Documentation: https://pyarcher.readthedocs.io.
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for pyarcher-0.6.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a8abb5a1fdbb8c7fc36ea16637700a57fd394c9fbb56d421b6e5b43d8ea7703 |
|
MD5 | aa917c897f3b18624d07ea4a5f4ce451 |
|
BLAKE2-256 | daef20edf66d3d7ebbef329b759e2a0329e3a1b049c40f52ba6a5f3fed0215d5 |