evidencer
Work In Progress
import evidencer
import os
e = evidencer.Evidencer()
# Add directory with custom extractors plugins
e.append_extractors_plugin_directory("test_extractors")
# Add directory with custom extractors pre configurations
e.append_extractors_pre_configurations_directory("test_extractor_pre_configurations")
extractions = e.extract_by_file(os.path.join("test_user_configurations", "with_pre_configuration.json"))
for extraction_key, extraction in extractions.items():
print("%s: %s" % (extraction.result.label, extraction.result.value))
Release files for evidencer 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| evidencer-0.2.tar.gz | 2.9 kB | Details |
Release files / evidencer-0.2.tar.gz
| Download URL | evidencer-0.2.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f40fd49bab4f47954dc70f155fc81eb620c8d9caec25414b03cdca101c2efd9
|
|
BLAKE2b-256 checksum How to use checksums |
07790803c59d229d6491b1201fbcfa98bdf68104363feee2930ab9210f942bec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|