femtocrux 0.9.0__py3-none-any.whl → 1.0.0__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.
femtocrux/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.0
1
+ 1.0.0
@@ -405,11 +405,11 @@ class CompilerClient(CompilerClientImpl):
405
405
  except Exception as e:
406
406
  logger.info(f"Image already closed... skipping close\n{e}")
407
407
 
408
- def __del__(self):
408
+ def on_exit(self):
409
409
  """Reclaim system resources."""
410
410
  if self.container is not None:
411
- cli = docker.DockerClient()
412
411
  try:
412
+ cli = docker.DockerClient()
413
413
  container = cli.containers.get(self.name)
414
414
  container.stop()
415
415
  except docker.errors.NotFound:
@@ -2,7 +2,7 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # NO CHECKED-IN PROTOBUF GENCODE
4
4
  # source: compiler_service.proto
5
- # Protobuf Python Version: 5.28.1
5
+ # Protobuf Python Version: 5.29.0
6
6
  """Generated protocol buffer code."""
7
7
  from google.protobuf import descriptor as _descriptor
8
8
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  5,
15
- 28,
16
- 1,
15
+ 29,
16
+ 0,
17
17
  '',
18
18
  'compiler_service.proto'
19
19
  )
@@ -6,7 +6,7 @@ import warnings
6
6
  import compiler_service_pb2 as compiler__service__pb2
7
7
  from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
8
8
 
9
- GRPC_GENERATED_VERSION = '1.68.1'
9
+ GRPC_GENERATED_VERSION = '1.70.0'
10
10
  GRPC_VERSION = grpc.__version__
11
11
  _version_not_supported = False
12
12
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: femtocrux
3
- Version: 0.9.0
3
+ Version: 1.0.0
4
4
  Summary: Femtosense Compiler
5
5
  Home-page: https://github.com/femtosense/femtocrux
6
6
  Author: Femtosense
@@ -24,6 +24,16 @@ Requires-Dist: protobuf
24
24
  Requires-Dist: passlib
25
25
  Requires-Dist: requests<2.29.0
26
26
  Requires-Dist: urllib3<2.0.0,>=1.26.0
27
+ Dynamic: author
28
+ Dynamic: author-email
29
+ Dynamic: classifier
30
+ Dynamic: description
31
+ Dynamic: description-content-type
32
+ Dynamic: home-page
33
+ Dynamic: project-url
34
+ Dynamic: requires-dist
35
+ Dynamic: requires-python
36
+ Dynamic: summary
27
37
 
28
38
  ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiRGpDOFpEOXF1M0prSy9OOVNkZ3F2NkRKM0NNMG8xbmpZU0hZdUp1ejhHOEswdDRhOEZOakMrdWZyaHp1WGVtQ1lVTStzRUpXaFlYeFZPSEJFd21NdjF3PSIsIml2UGFyYW1ldGVyU3BlYyI6InJZYzhuZ3d3a1FUUzBzM0kiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
29
39
 
@@ -1,10 +1,10 @@
1
1
  femtocrux/ENV_REQUIREMENTS.sh,sha256=t_O1B4hJAMgxvH9gwp1qls6eVFmhSYBJe64KmuK_H-4,1389
2
2
  femtocrux/PY_REQUIREMENTS,sha256=wvbsR34rwqytCWDCFxBubN9d5tkUkr1ocfJVjS6nwH0,283
3
- femtocrux/VERSION,sha256=nYyU8a0-qWseKsSRT9pMuTx2tKPg2Mxt2JdtbAsifRU,6
3
+ femtocrux/VERSION,sha256=WYVJhIUxBN9cNT4vaBoV_HkkdC-aLkaMKa8kjc5FzgM,6
4
4
  femtocrux/__init__.py,sha256=yIWd9I2PEXCn_PKIILAN3mkWeTf0tgtVualeTIHNxfQ,342
5
5
  femtocrux/version.py,sha256=uNg2kHxQo6oUN1ah7s9_85rCZVRoTHGPD1GAQPZW4lw,164
6
6
  femtocrux/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- femtocrux/client/client.py,sha256=cMsuIDH6w-iyLZE3rPIphilaWvRPNdYzt9_H_3vms0s,22734
7
+ femtocrux/client/client.py,sha256=33oma7Abw64BXh2MBL79GMCTCRoNhunKEh9chhrz3qI,22738
8
8
  femtocrux/femtostack/__init__.py,sha256=75hXE1ODNiLmiFrkEtfVfhA3O0ZVH-Ub0KoXdJu3n5g,171
9
9
  femtocrux/femtostack/common/__init__.py,sha256=Ig25arHQZ05IiLWSlkgR9EmvguEsa5bZF8V8YapobzY,343
10
10
  femtocrux/femtostack/common/frontend.py,sha256=OutJsOvALoY5xdf7Je2ixYE1iuf7BrtacwXoaBaFV9c,4069
@@ -15,16 +15,16 @@ femtocrux/femtostack/tflite_api/tflite_frontend.py,sha256=CsvurJ2RJPnUgjfwQ8ru6j
15
15
  femtocrux/femtostack/torch_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  femtocrux/femtostack/torch_api/frontend.py,sha256=-12zz0NpvQgpPNqBMg7EJQdomtRJPNffrVKC6rBqfBE,4064
17
17
  femtocrux/grpc/__init__.py,sha256=uiMHQt5I2eAKJqI3Zh0h1Gm7cmPR4PbaGS71nCJQCGw,169
18
- femtocrux/grpc/compiler_service_pb2.py,sha256=CQM23zxPQPocdekXSb1nSetgdkwt4ji067X9BU9ICao,4703
19
- femtocrux/grpc/compiler_service_pb2_grpc.py,sha256=0zgXAmEF-TdmcPnKQ7y3ag690u2dwVk0XLEMqMo2aa4,8501
18
+ femtocrux/grpc/compiler_service_pb2.py,sha256=s5gb9988iKDcdzI4t3b2_fGkotTW41Fy6-xWxdj_YWY,4703
19
+ femtocrux/grpc/compiler_service_pb2_grpc.py,sha256=mXY5rk-PtKPixmpNw1shNwwauUYqvcuJ2ciAUXcNZ8o,8501
20
20
  femtocrux/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  femtocrux/server/exceptions.py,sha256=lI6n471n5QKf5G3aL_1kuBVEItD-jBgithVVpPDwNYc,609
22
22
  femtocrux/server/healthcheck.py,sha256=ehqAwnv0D0zpy-AUZAPwv8rp874DZCwUmP8nzdXzZvI,1565
23
23
  femtocrux/server/server.py,sha256=fpwL1GtFvdw7E0inkMDbDKd-Hu3QAuEgvlqFP7vtZhY,7928
24
24
  femtocrux/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  femtocrux/util/utils.py,sha256=FZ8cssDom4B3FDbVU_ew4Cf3wOWjo2w1jwcbnLzoYnM,1003
26
- femtocrux-0.9.0.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
27
- femtocrux-0.9.0.dist-info/METADATA,sha256=jXouBpFDbYcSiW-ZJgcUFgae3Qqis0-v2oUG9jEDk0c,2530
28
- femtocrux-0.9.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
29
- femtocrux-0.9.0.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
30
- femtocrux-0.9.0.dist-info/RECORD,,
26
+ femtocrux-1.0.0.dist-info/LICENSE,sha256=eN9ZI1xHjUmFvN3TEeop5kBGXRUBfbsl55KBNBYYFqI,36
27
+ femtocrux-1.0.0.dist-info/METADATA,sha256=aNWl_CbYzd5GaV27YfwN_D6gSr2bdH8trs86RTYTE1w,2748
28
+ femtocrux-1.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
29
+ femtocrux-1.0.0.dist-info/top_level.txt,sha256=BkTttlioC3je__8577wxRieZqY3Abu7FOOdMnmYbcNI,10
30
+ femtocrux-1.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5