DIARIO SDK
Project description
================================= DIARIO Python SDK
|Pypi Version|
DIARIO bridges a natural gap that antiviruses do not usually match. DIARIO is not intended to replace antiviruses, but to cover the gap with fresh samples: DIARIO is especially good detecting them. DIARIO helps detect fresh malware without compromising your privacy or sharing content.
.. |Pypi Version| image:: https://img.shields.io/pypi/v/diario.svg :target: https://pypi.python.org/pypi/diario
Prerequisites
-
Python 3 or 2.7+
-
A valid account in DIARIO (https://diario.elevenpaths.com) in order to get a APP_ID and SECRET_KEY keys (Registration is FREE).
Installation
Install diario package using pip::
pip install diario
Minimal usage
- Create a DIARIO object with the "Application ID" and "Secret" previously obtained
.. code-block:: python
from diario import Diario
api = Diario("APP_ID_HERE", "SECRET_KEY_HERE")
'host' and 'port' default parameters are set to diario-elevenlabs.e-paths.com and 443.
- Call to DIARIO Server to do searches, upload and analyze documents, ...
.. code-block:: python
response = api.search('23203f9264161714cdb8d2f474b9b641e6a735f8cea4098c40a3cab87439d749')
- After every API call, get DIARIO response data and errors and handle them
.. code-block:: python
response_data = response.data
response_error = response.error
REST API specification
- Rest API documentation (https://diario.elevenpaths.com/dashboard/apispecification/index).
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
Built Distribution
File details
Details for the file diario-0.2.1.tar.gz
.
File metadata
- Download URL: diario-0.2.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2825f56c038327de65314489f522d49a48da237bdd11c72d79430e088ce60a17 |
|
MD5 | a725df0257ce9d2aca4b554a4f4071ff |
|
BLAKE2b-256 | b147de76e1967d8526fd0817e20d2c0e533d9049a35a62f3239f4dcc2b5cc696 |
File details
Details for the file diario-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: diario-0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23e44cdaea43ea37055c4c38ffaad555ada769468a15fff16c12712ceefa79b5 |
|
MD5 | 113d5372c276291f4c20f9a364fbf63a |
|
BLAKE2b-256 | e171ea24087f110706a0858bca9dffa00fb9b8e3101a2ce4c6e1da00696c8ec6 |