evtx2es

View on PyPIReverse Dependencies (0)

1.6.0 evtx2es-1.6.0-py3-none-any.whl

Wheel Details

Project: evtx2es
Version: 1.6.0
Filename: evtx2es-1.6.0-py3-none-any.whl
Download: [link]
Size: 13486
MD5: 8ebbebcb69c48832454359384aa2a8d0
SHA256: 549d7682a2ecc1fc449f167bd69be78b168e3b0310fb51df4e19e1a40090fa66
Uploaded: 2023-11-26 03:10:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: evtx2es
Version: 1.6.0
Summary: Fast import of Windows EventLogs(.evtx) into Elasticsearch.
Author: sumeshi
Author-Email: sum3sh1[at]protonmail.com
Home-Page: https://github.com/sumeshi/evtx2es
Project-Url: Repository, https://github.com/sumeshi/evtx2es
License: MIT
Keywords: evtx,elasticsearch,json
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11,<4.0
Requires-Dist: elasticsearch (<9.0.0,>=8.11.0)
Requires-Dist: evtx (<0.9.0,>=0.8.3)
Requires-Dist: orjson (<4.0.0,>=3.9.10)
Requires-Dist: tqdm (<5.0.0,>=4.66.1)
Requires-Dist: urllib3 (<3.0.0,>=2.1.0)
Description-Content-Type: text/markdown
[Description omitted; length: 6510 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
evtx2es/__init__.py sha256=qDdOzvwzUxTvBayIoRdbKE3XIb4Y7uYKdXBNrMTa5WM 2673
evtx2es/models/ElasticsearchUtils.py sha256=WqkI1akx9lrEd8576Z9mMdeTwAuyn7B5VHbVUn0D8SU 1520
evtx2es/models/Evtx2es.py sha256=CqEKSPvsaJVEeKssmcgFmaxAPP8I00hvr17q8eRUf_k 7603
evtx2es/models/MetaData.py sha256=uSQGVb_6uPPLwucgXrFy4c7zCMCSCMI0PRGIC994ids 203
evtx2es/presenters/Evtx2esPresenter.py sha256=eM6VF-ni5_9aikUBUyAuJ8h1AD6trhdLBIKMfx-eE9M 1784
evtx2es/presenters/Evtx2jsonPresenter.py sha256=OM_W95IGKZa5wG0Ub70pl_cqc2izkh_R10_fFfuCW3g 1373
evtx2es/views/BaseView.py sha256=0fGivLsFbigKfpqz1326j_t8z0QrvnNRlav-dOHKwjI 938
evtx2es/views/Evtx2esView.py sha256=30Rrqawx0H8KIq4ONS1FxQe5ONsUIwvA_i9Fyp-xrlg 3169
evtx2es/views/Evtx2jsonView.py sha256=E_XWFmaLRu2wFhHuOt3yvd4GP3rmHg1S2YLcK7r4j44 1672
evtx2es-1.6.0.dist-info/LICENSE sha256=VxEKeWvYNk03hNkXNbmuwDPGYdG8n60AqD51SU7RA-8 1065
evtx2es-1.6.0.dist-info/METADATA sha256=eG0lTb6YYkyZiwyfS0DEqHt6o7k9KlZaaG-OZhLVhXs 7357
evtx2es-1.6.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
evtx2es-1.6.0.dist-info/entry_points.txt sha256=itf7mjAj7bKshKANU9CsdB7fRUPKLL2F9Pa2DTaKyyo 115
evtx2es-1.6.0.dist-info/RECORD

entry_points.txt

evtx2es = evtx2es.views.Evtx2esView:entry_point
evtx2json = evtx2es.views.Evtx2jsonView:entry_point