pysigsci is a Python wrapper and CLI tool for the Signal Sciences REST API.
Installation
$ pip install pysigsci
CLI usage
$ pysigsci --get requests
To see all options run: $ pysigsci –help
CLI configuration audit tool
$ pysigscia --get-config
$ pysigscia --compare site1 --to site2
To see all options run: $ pysigscia –help
Module usage
from pysigsci import sigsciapi
sigsci = sigsciapi.SigSciApi(email="myemail", password="mypassword")
sigsci.corp = "mycorp"
sigsci.site = "mysite"
params = {"q": "from:-1d tag:XSS"}
print(sigsci.get_requests(parameters=params))
More details and the latest updates can be found on the GitHub Project Page.
Release files for pysigsci 3.18.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysigsci-3.18.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / pysigsci-3.18.1-py2.py3-none-any.whl
| Download URL | pysigsci-3.18.1-py2.py3-none-any.whl |
|---|---|
| Size | 28.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ba8913ab3cf988c5c67f78315f861052fe914ac8211f68508bd8353512150f61
|
|
BLAKE2b-256 checksum How to use checksums |
ba2ebeb93aecda6b6130bdf7accb59b0f0d6ece6dafc6eeac6c136848fbea961
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|