Framework for modular extraction information.
Project description
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))
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
evidencer-0.2.tar.gz
(2.9 kB
view details)
File details
Details for the file evidencer-0.2.tar.gz
.
File metadata
- Download URL: evidencer-0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f40fd49bab4f47954dc70f155fc81eb620c8d9caec25414b03cdca101c2efd9 |
|
MD5 | f1bd64e7be7290e2f8c6968673f1481c |
|
BLAKE2b-256 | 07790803c59d229d6491b1201fbcfa98bdf68104363feee2930ab9210f942bec |