assemblyline-service-client 4.5.1.dev427__py3-none-any.whl → 4.5.1.dev434__py3-none-any.whl

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.

Potentially problematic release.


This version of assemblyline-service-client might be problematic. Click here for more details.

@@ -1 +1 @@
1
- 4.5.1.dev427
1
+ 4.5.1.dev434
@@ -31,7 +31,6 @@ STATUSES = StringTable('STATUSES', [
31
31
  ])
32
32
 
33
33
  DEFAULT_API_KEY = 'ThisIsARandomAuthKey...ChangeMe!'
34
- LOG_LEVEL = logging.getLevelName(os.environ.get("LOG_LEVEL", "INFO"))
35
34
  SHUTDOWN_SECONDS_LIMIT = 10
36
35
  SUPPORTED_API = 'v1'
37
36
  DEFAULT_REQUEST_TIMEOUT = int(os.environ.get("SERVICE_CLIENT_DEFAULT_REQUEST_TIMEOUT", 180))
@@ -79,8 +78,6 @@ class TaskHandler(ServerBase):
79
78
  self.task = None
80
79
  self.tasking_dir = os.environ.get('TASKING_DIR', tempfile.gettempdir())
81
80
 
82
- self.log.setLevel(LOG_LEVEL)
83
-
84
81
  def _path(self, prefix: str, *args: str) -> str:
85
82
  """
86
83
  Calculate the API path using the prefix as shown:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: assemblyline-service-client
3
- Version: 4.5.1.dev427
3
+ Version: 4.5.1.dev434
4
4
  Summary: Assemblyline 4 - Service client
5
5
  Home-page: https://github.com/CybercentreCanada/assemblyline-service-client/
6
6
  Author: CCCS Assemblyline development team
@@ -14,9 +14,6 @@ Classifier: License :: OSI Approved :: MIT License
14
14
  Classifier: Programming Language :: Python :: 3.7
15
15
  Classifier: Programming Language :: Python :: 3.8
16
16
  Classifier: Programming Language :: Python :: 3.9
17
- Classifier: Programming Language :: Python :: 3.10
18
- Classifier: Programming Language :: Python :: 3.11
19
- Classifier: Programming Language :: Python :: 3.12
20
17
  Description-Content-Type: text/markdown
21
18
  License-File: LICENCE.md
22
19
  Requires-Dist: assemblyline
@@ -0,0 +1,8 @@
1
+ assemblyline_service_client/VERSION,sha256=6S--CZUkgz9LjHARP52le3F-9nrbvyx_UWKyEtiUO8k,13
2
+ assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ assemblyline_service_client/task_handler.py,sha256=XB2vSF-Zmff0veX6JOFqVPex7pNkxsZCNuhtY3LvRcM,23547
4
+ assemblyline_service_client-4.5.1.dev434.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
5
+ assemblyline_service_client-4.5.1.dev434.dist-info/METADATA,sha256=DZM9flQfV6FUrYy1DzDiJsyG60CKTGz1hRT5TQRA8nY,1655
6
+ assemblyline_service_client-4.5.1.dev434.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ assemblyline_service_client-4.5.1.dev434.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
8
+ assemblyline_service_client-4.5.1.dev434.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- assemblyline_service_client/VERSION,sha256=BKrIbfIdTfDe8JYGKFYKJjs3iA5Hrzo737huwcNlfQk,13
2
- assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- assemblyline_service_client/task_handler.py,sha256=s6UWmcLS0_jjrzOckOqyDxgzjAT8Z03TbaAtSw6VGm4,23655
4
- assemblyline_service_client-4.5.1.dev427.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
5
- assemblyline_service_client-4.5.1.dev427.dist-info/METADATA,sha256=9rCbIsx2Fl20-q0MQOa5kxrkImjxavJdg9IN6tYtO2M,1808
6
- assemblyline_service_client-4.5.1.dev427.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- assemblyline_service_client-4.5.1.dev427.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
8
- assemblyline_service_client-4.5.1.dev427.dist-info/RECORD,,