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…
Release files for pyarcher 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyarcher-0.6.1.tar.gz | 22.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyarcher-0.6.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 44.1 kB
Release files / pyarcher-0.6.1.tar.gz
| Download URL | pyarcher-0.6.1.tar.gz |
|---|---|
| Size | 22.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c0bd405fce6185ffb267c76f0890d0c2f5a3804e5399a46d38c0daad169ed2c
|
|
BLAKE2b-256 checksum How to use checksums |
00184f1d7ced6e8c10168f79b6b783ddb01b5666be02e33bcae96773a3166973
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pyarcher-0.6.1-py2.py3-none-any.whl
| Download URL | pyarcher-0.6.1-py2.py3-none-any.whl |
|---|---|
| Size | 21.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5a8abb5a1fdbb8c7fc36ea16637700a57fd394c9fbb56d421b6e5b43d8ea7703
|
|
BLAKE2b-256 checksum How to use checksums |
daef20edf66d3d7ebbef329b759e2a0329e3a1b049c40f52ba6a5f3fed0215d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|