pigeon-tem-comms 0.1.0__py3-none-any.whl → 0.1.1__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.
TEM_comms/__init__.py CHANGED
@@ -7,7 +7,7 @@ from . import tile
7
7
  import importlib.metadata
8
8
 
9
9
 
10
- __version__ = importlib.metadata.version("TEM_comms")
10
+ __version__ = importlib.metadata.version("pigeon-tem-comms")
11
11
 
12
12
  topics = {
13
13
  "buffer.status": buffer.Status,
TEM_comms/buffer.py CHANGED
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
 
4
4
  class Status(BaseMessage):
TEM_comms/camera.py CHANGED
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
  class Command(BaseMessage):
4
4
  tile_id: str
TEM_comms/scope.py CHANGED
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
  from typing import Literal
3
3
  from pydantic import model_validator
4
4
 
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
  class Command(BaseMessage):
4
4
  aperture_id: int | None = None
TEM_comms/stage/motion.py CHANGED
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
  class Command(BaseMessage):
4
4
  x: int | None = None
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
  class Command(BaseMessage):
4
4
  angle_x: float | None = None
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
  from . import statistics
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- from emarfarap import BaseMessage
1
+ from pigeon import BaseMessage
2
2
 
3
3
  class Focus(BaseMessage):
4
4
  tile_id: str
@@ -1,8 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pigeon-tem-comms
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Pigeon messages for the next generation TEM imaging system.
5
5
  Author-email: Cameron Devine <cameron.devine@alleninstitute.org>
6
+ License: BSD 3 Clause
7
+ Project-URL: Homepage, https://github.com/AllenInstitute/TEM_comms
8
+ Project-URL: Documentation, https://alleninstitute.github.io/TEM_architecture/topics.html
9
+ Project-URL: Repository, https://github.com/AllenInstitute/TEM_comms
10
+ Project-URL: Issues, https://github.com/AllenInstitute/TEM_comms/issues
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: BSD License
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
6
16
  Requires-Python: >=3.10
7
17
  Description-Content-Type: text/markdown
8
18
  License-File: LICENSE
@@ -0,0 +1,16 @@
1
+ TEM_comms/__init__.py,sha256=Ermd4vQJ4DYQeknsWSfbh4Bxa7fJGlRDCqL28cIoXRs,1139
2
+ TEM_comms/buffer.py,sha256=Jr6fUIbUPreQSSGKWR7jkA1McyZZv3lVE8uQSER8VL4,123
3
+ TEM_comms/camera.py,sha256=uBp9N00k4x_eYC_W8zUrTjFrmCpb6Tu2GQOG0WIGKwc,440
4
+ TEM_comms/scope.py,sha256=cj8S0BqR7RozFNh2TsiT-DnuRKCIdMKol5PdIxG65JU,501
5
+ TEM_comms/stage/__init__.py,sha256=xeB18s-MGkc83BsfWkUc0W3YwxoHVK-QfLAPfRelcFQ,66
6
+ TEM_comms/stage/aperture.py,sha256=hnd9HB6jYywHRQ1fB7suKEUvXZDT2VkE5cFJ3zKctPg,217
7
+ TEM_comms/stage/motion.py,sha256=NQPufhxRKB3ySEyPksDFi6srBlBGKxaqF5k2YAAfa9s,227
8
+ TEM_comms/stage/rotation.py,sha256=3khQqRCBDXNDQ5uArzhQ4kL0JP58wVMEbW3rG8hrZ_s,259
9
+ TEM_comms/tile/__init__.py,sha256=kK9thh69UavYZ3toRzc_BLwjR3_Yif1tTdRAGLncrzY,458
10
+ TEM_comms/tile/statistics.py,sha256=sQHeXtO3UB9k6lKtDEeO3e142aaAKelp-A8A_Bf5XJ8,242
11
+ pigeon_tem_comms-0.1.1.dist-info/LICENSE,sha256=tZfQIUX7uNGacTb751ZWInVenJl6OwYQihcGbYrKSts,1463
12
+ pigeon_tem_comms-0.1.1.dist-info/METADATA,sha256=oEfpKGp64ngQAs_cITXtf9Pw9xc8ZsVQtXb7ETmQWh0,1553
13
+ pigeon_tem_comms-0.1.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
+ pigeon_tem_comms-0.1.1.dist-info/entry_points.txt,sha256=KFi0hPNwGY3gEmJF_8_smglVpfbU24lcCy0t_TJPgtg,36
15
+ pigeon_tem_comms-0.1.1.dist-info/top_level.txt,sha256=3_1RcQ7xvS2dJEYnPIigo9snoKcSXSNJzPqunY0qydI,10
16
+ pigeon_tem_comms-0.1.1.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- TEM_comms/__init__.py,sha256=J5MBiI6dQibGSzEfDI689JU3pdoqugBNCx24WO4NTNY,1132
2
- TEM_comms/buffer.py,sha256=H3RxH9QkR4N8uKOqDJeH-H3d73fw8gGiga7bmN_gXX0,126
3
- TEM_comms/camera.py,sha256=q1VUhUcgliA7AFiGmC6hRF9KuqOYmd44P5UsOTGMfPE,443
4
- TEM_comms/scope.py,sha256=TLUVd2uxVin7kY5eAeL8ZyJSkJr4A3OULY83xal3oS0,504
5
- TEM_comms/stage/__init__.py,sha256=xeB18s-MGkc83BsfWkUc0W3YwxoHVK-QfLAPfRelcFQ,66
6
- TEM_comms/stage/aperture.py,sha256=s6MxwgsX0aVCUIT3mHHDZXtmSg-XNE3dqx3EWa-3Kds,220
7
- TEM_comms/stage/motion.py,sha256=6ZPHJu_WGu2TYLYbp_FmIjsXGDqqTvUBxNCVKBgw9Ns,230
8
- TEM_comms/stage/rotation.py,sha256=9QpNtyD2iBW51mL0WJ_2nIcso4i51_FMJQEjAhI_vyU,262
9
- TEM_comms/tile/__init__.py,sha256=CIwc7YH5FenTfNglBVUY5T7l3zZMPRh7RoM1vcGUUFg,461
10
- TEM_comms/tile/statistics.py,sha256=gbsA43iWf2Bs7rlFZR8m0m0cQysxSeu0He9S6x7EH6Y,245
11
- pigeon_tem_comms-0.1.0.dist-info/LICENSE,sha256=tZfQIUX7uNGacTb751ZWInVenJl6OwYQihcGbYrKSts,1463
12
- pigeon_tem_comms-0.1.0.dist-info/METADATA,sha256=d3vooVtjyuJfhhseEotveYay9yv5MP7cPKf1d4hb9UQ,985
13
- pigeon_tem_comms-0.1.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
14
- pigeon_tem_comms-0.1.0.dist-info/entry_points.txt,sha256=KFi0hPNwGY3gEmJF_8_smglVpfbU24lcCy0t_TJPgtg,36
15
- pigeon_tem_comms-0.1.0.dist-info/top_level.txt,sha256=3_1RcQ7xvS2dJEYnPIigo9snoKcSXSNJzPqunY0qydI,10
16
- pigeon_tem_comms-0.1.0.dist-info/RECORD,,