secploy 0.2.1__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: secploy
3
- Version: 0.2.1
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for Secploy security monitoring and event tracking
5
5
  Author-email: Abdulsamad Abdulganiyu <agastronics@gmail.com>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "secploy"
7
- version = "0.2.1"
7
+ version = "0.2.4"
8
8
  description = "Python SDK for Secploy security monitoring and event tracking"
9
9
  authors = [
10
10
  { name="Abdulsamad Abdulganiyu", email="agastronics@gmail.com" }
@@ -2,6 +2,6 @@ from .client import SecployClient
2
2
  from .schemas import SecployConfig
3
3
  from .enums import LogLevel
4
4
 
5
- __version__ = "0.1.0"
5
+ __version__ = "0.2.4"
6
6
  __all__ = ["SecployClient", "SecployConfig", "LogLevel"]
7
7
 
@@ -1,7 +1,7 @@
1
1
  import threading
2
2
  import time
3
3
  import queue
4
- from typing import Any, Dict, Optional, Union
4
+ from typing import Any, Dict, Optional
5
5
  import requests
6
6
  from dataclasses import dataclass, field
7
7
 
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: secploy
3
- Version: 0.2.1
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for Secploy security monitoring and event tracking
5
5
  Author-email: Abdulsamad Abdulganiyu <agastronics@gmail.com>
6
6
  License: MIT License
@@ -7,12 +7,14 @@ setup.cfg
7
7
  ./secploy/client.py
8
8
  ./secploy/enums.py
9
9
  ./secploy/exceptions.py
10
+ ./secploy/schema.py
10
11
  ./secploy/schemas.py
11
12
  ./secploy/utils.py
12
13
  secploy/__init__.py
13
14
  secploy/client.py
14
15
  secploy/enums.py
15
16
  secploy/exceptions.py
17
+ secploy/schema.py
16
18
  secploy/schemas.py
17
19
  secploy/utils.py
18
20
  secploy.egg-info/PKG-INFO
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes