compressedfhir 1.0.1__tar.gz → 1.0.2__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.

Potentially problematic release.


This version of compressedfhir might be problematic. Click here for more details.

Files changed (57) hide show
  1. compressedfhir-1.0.2/PKG-INFO +139 -0
  2. compressedfhir-1.0.2/README.md +112 -0
  3. compressedfhir-1.0.2/VERSION +1 -0
  4. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle_entry_request.py +7 -5
  5. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle_entry_response.py +9 -5
  6. compressedfhir-1.0.2/compressedfhir.egg-info/PKG-INFO +139 -0
  7. compressedfhir-1.0.1/PKG-INFO +0 -28
  8. compressedfhir-1.0.1/README.md +0 -1
  9. compressedfhir-1.0.1/VERSION +0 -1
  10. compressedfhir-1.0.1/compressedfhir.egg-info/PKG-INFO +0 -28
  11. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/LICENSE +0 -0
  12. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/MANIFEST.in +0 -0
  13. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/Makefile +0 -0
  14. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/__init__.py +0 -0
  15. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/__init__.py +0 -0
  16. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/base_resource_list.py +0 -0
  17. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle.py +0 -0
  18. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle_entry.py +0 -0
  19. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle_entry_list.py +0 -0
  20. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_bundle_entry_search.py +0 -0
  21. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_identifier.py +0 -0
  22. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_link.py +0 -0
  23. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_meta.py +0 -0
  24. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_resource.py +0 -0
  25. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_resource_list.py +0 -0
  26. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/fhir_resource_map.py +0 -0
  27. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/__init__.py +0 -0
  28. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_bundle_entry.py +0 -0
  29. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_bundle_entry_list.py +0 -0
  30. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_bundle_entry_request.py +0 -0
  31. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_bundle_entry_response.py +0 -0
  32. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_fhir_bundle.py +0 -0
  33. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_fhir_resource.py +0 -0
  34. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_fhir_resource_list.py +0 -0
  35. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/fhir/test/test_fhir_resource_map.py +0 -0
  36. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/py.typed +0 -0
  37. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/__init__.py +0 -0
  38. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/__init__.py +0 -0
  39. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/__init__.py +0 -0
  40. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/compressed_dict.py +0 -0
  41. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/compressed_dict_access_error.py +0 -0
  42. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/compressed_dict_storage_mode.py +0 -0
  43. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/test/__init__.py +0 -0
  44. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/compressed_dict/v1/test/test_compressed_dict.py +0 -0
  45. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/fhir_json_encoder.py +0 -0
  46. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/json_helpers.py +0 -0
  47. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/test/__init__.py +0 -0
  48. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/test/test_fhir_json_encoder.py +0 -0
  49. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir/utilities/test/test_json_helpers.py +0 -0
  50. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir.egg-info/SOURCES.txt +0 -0
  51. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir.egg-info/dependency_links.txt +0 -0
  52. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir.egg-info/not-zip-safe +0 -0
  53. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir.egg-info/requires.txt +0 -0
  54. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/compressedfhir.egg-info/top_level.txt +0 -0
  55. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/setup.cfg +0 -0
  56. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/setup.py +0 -0
  57. {compressedfhir-1.0.1 → compressedfhir-1.0.2}/tests/__init__.py +0 -0
@@ -0,0 +1,139 @@
1
+ Metadata-Version: 2.4
2
+ Name: compressedfhir
3
+ Version: 1.0.2
4
+ Summary: Stores FHIR JSON resources in compressed form in memory
5
+ Home-page: https://github.com/icanbwell/compressed-fhir
6
+ Author: Imran Qureshi
7
+ Author-email: imran.qureshi@icanbwell.com
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: msgpack>=1.0.0
16
+ Requires-Dist: orjson>=3.10.16
17
+ Dynamic: author
18
+ Dynamic: author-email
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: license-file
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # Compressed FHIR
29
+
30
+ A Python library for storing FHIR JSON resources in a compressed form in memory, optimizing memory usage while maintaining fast access to FHIR data.
31
+
32
+ ## Overview
33
+
34
+ Compressed FHIR is a specialized library that provides efficient memory storage for FHIR (Fast Healthcare Interoperability Resources) JSON resources. It uses zlib or msgpack for compression while ensuring quick access to the stored healthcare data.
35
+
36
+ ## Features
37
+
38
+ - Efficient memory storage of FHIR resources
39
+ - Fast access to compressed FHIR data
40
+ - Compatible with standard FHIR JSON formats
41
+ - Minimal memory footprint
42
+ - Python 3.10+ support
43
+
44
+ ## Installation
45
+
46
+ You can install the package using pip:
47
+
48
+ ```bash
49
+ pip install compressedfhir
50
+ ```
51
+
52
+ Or using pipenv:
53
+
54
+ ```bash
55
+ pipenv install compressedfhir
56
+ ```
57
+
58
+ ## Requirements
59
+
60
+ - Python 3.10 or higher
61
+ - msgpack >= 1.0.0
62
+ - orjson >= 3.10.16
63
+
64
+ ## Usage
65
+
66
+ ```python
67
+ from typing import Any
68
+ from collections import OrderedDict
69
+
70
+ from compressedfhir.fhir.fhir_resource import FhirResource
71
+ from compressedfhir.utilities.compressed_dict.v1.compressed_dict_storage_mode import CompressedDictStorageMode
72
+
73
+
74
+ resource1 = FhirResource(
75
+ initial_dict={"resourceType": "Observation", "id": "456"},
76
+ storage_mode=CompressedDictStorageMode.default(),
77
+ )
78
+
79
+ my_dict: OrderedDict[str,Any] = resource1.dict()
80
+ my_plain_dict: dict[str, Any] = resource1.to_plain_dict()
81
+ my_json: str = resource1.json()
82
+
83
+ with resource1.transaction():
84
+ assert "email" not in resource1
85
+ assert resource1.get("name") == "Custom Mode User"
86
+ assert resource1.get("active") is True
87
+ ```
88
+
89
+ ## Development Setup
90
+
91
+ 1. Clone the repository:
92
+ ```bash
93
+ git clone https://github.com/icanbwell/compressed-fhir.git
94
+ cd compressed-fhir
95
+ ```
96
+
97
+ 2. Install dependencies using pipenv:
98
+ ```bash
99
+ pipenv install --dev
100
+ ```
101
+
102
+ 3. Set up pre-commit hooks:
103
+ ```bash
104
+ pre-commit install
105
+ ```
106
+
107
+ ## Docker Support
108
+
109
+ The project includes Docker support for development and deployment:
110
+
111
+ ```bash
112
+ # Build the Docker image
113
+ docker build -t compressed-fhir .
114
+
115
+ # Run using docker-compose
116
+ docker-compose up
117
+ ```
118
+
119
+ ## Contributing
120
+
121
+ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
122
+
123
+ ## License
124
+
125
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
126
+
127
+ ## Authors
128
+
129
+ - Imran Qureshi (imran.qureshi@icanbwell.com)
130
+
131
+ ## Support
132
+
133
+ For support, please open an issue in the GitHub repository or contact the maintainers.
134
+
135
+ ## Project Status
136
+
137
+ Current status: Beta
138
+
139
+ The project is under active development. Please check the GitHub repository for the latest updates and changes.
@@ -0,0 +1,112 @@
1
+ # Compressed FHIR
2
+
3
+ A Python library for storing FHIR JSON resources in a compressed form in memory, optimizing memory usage while maintaining fast access to FHIR data.
4
+
5
+ ## Overview
6
+
7
+ Compressed FHIR is a specialized library that provides efficient memory storage for FHIR (Fast Healthcare Interoperability Resources) JSON resources. It uses zlib or msgpack for compression while ensuring quick access to the stored healthcare data.
8
+
9
+ ## Features
10
+
11
+ - Efficient memory storage of FHIR resources
12
+ - Fast access to compressed FHIR data
13
+ - Compatible with standard FHIR JSON formats
14
+ - Minimal memory footprint
15
+ - Python 3.10+ support
16
+
17
+ ## Installation
18
+
19
+ You can install the package using pip:
20
+
21
+ ```bash
22
+ pip install compressedfhir
23
+ ```
24
+
25
+ Or using pipenv:
26
+
27
+ ```bash
28
+ pipenv install compressedfhir
29
+ ```
30
+
31
+ ## Requirements
32
+
33
+ - Python 3.10 or higher
34
+ - msgpack >= 1.0.0
35
+ - orjson >= 3.10.16
36
+
37
+ ## Usage
38
+
39
+ ```python
40
+ from typing import Any
41
+ from collections import OrderedDict
42
+
43
+ from compressedfhir.fhir.fhir_resource import FhirResource
44
+ from compressedfhir.utilities.compressed_dict.v1.compressed_dict_storage_mode import CompressedDictStorageMode
45
+
46
+
47
+ resource1 = FhirResource(
48
+ initial_dict={"resourceType": "Observation", "id": "456"},
49
+ storage_mode=CompressedDictStorageMode.default(),
50
+ )
51
+
52
+ my_dict: OrderedDict[str,Any] = resource1.dict()
53
+ my_plain_dict: dict[str, Any] = resource1.to_plain_dict()
54
+ my_json: str = resource1.json()
55
+
56
+ with resource1.transaction():
57
+ assert "email" not in resource1
58
+ assert resource1.get("name") == "Custom Mode User"
59
+ assert resource1.get("active") is True
60
+ ```
61
+
62
+ ## Development Setup
63
+
64
+ 1. Clone the repository:
65
+ ```bash
66
+ git clone https://github.com/icanbwell/compressed-fhir.git
67
+ cd compressed-fhir
68
+ ```
69
+
70
+ 2. Install dependencies using pipenv:
71
+ ```bash
72
+ pipenv install --dev
73
+ ```
74
+
75
+ 3. Set up pre-commit hooks:
76
+ ```bash
77
+ pre-commit install
78
+ ```
79
+
80
+ ## Docker Support
81
+
82
+ The project includes Docker support for development and deployment:
83
+
84
+ ```bash
85
+ # Build the Docker image
86
+ docker build -t compressed-fhir .
87
+
88
+ # Run using docker-compose
89
+ docker-compose up
90
+ ```
91
+
92
+ ## Contributing
93
+
94
+ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
95
+
96
+ ## License
97
+
98
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
99
+
100
+ ## Authors
101
+
102
+ - Imran Qureshi (imran.qureshi@icanbwell.com)
103
+
104
+ ## Support
105
+
106
+ For support, please open an issue in the GitHub repository or contact the maintainers.
107
+
108
+ ## Project Status
109
+
110
+ Current status: Beta
111
+
112
+ The project is under active development. Please check the GitHub repository for the latest updates and changes.
@@ -0,0 +1 @@
1
+ 1.0.2
@@ -43,14 +43,16 @@ class FhirBundleEntryRequest:
43
43
  def from_dict(
44
44
  cls, d: Dict[str, Any] | OrderedDict[str, Any]
45
45
  ) -> "FhirBundleEntryRequest":
46
+ date_if_modified_since: Optional[datetime] = None
47
+ if "ifModifiedSince" in d:
48
+ if isinstance(d["ifModifiedSince"], datetime):
49
+ date_if_modified_since = d["ifModifiedSince"]
50
+ elif isinstance(d["ifModifiedSince"], str):
51
+ date_if_modified_since = datetime.fromisoformat(d["ifModifiedSince"])
46
52
  return cls(
47
53
  url=d.get("url", "https://example.com"),
48
54
  method=d.get("method", "GET"),
49
- ifModifiedSince=(
50
- datetime.fromisoformat(d["ifModifiedSince"])
51
- if "ifModifiedSince" in d
52
- else None
53
- ),
55
+ ifModifiedSince=date_if_modified_since,
54
56
  ifNoneMatch=d["ifNoneMatch"] if "ifNoneMatch" in d else None,
55
57
  ifNoneExist=d["ifNoneExist"] if "ifNoneExist" in d else None,
56
58
  )
@@ -41,13 +41,17 @@ class FhirBundleEntryResponse:
41
41
  def from_dict(
42
42
  cls, d: Dict[str, Any] | OrderedDict[str, Any]
43
43
  ) -> "FhirBundleEntryResponse":
44
+
45
+ date_last_modified: Optional[datetime] = None
46
+ if "lastModified" in d:
47
+ if isinstance(d["lastModified"], datetime):
48
+ date_last_modified = d["lastModified"]
49
+ elif isinstance(d["lastModified"], str):
50
+ date_last_modified = datetime.fromisoformat(d["lastModified"])
51
+
44
52
  return cls(
45
53
  status=d["status"] if "status" in d else "200",
46
- lastModified=(
47
- datetime.fromisoformat(d["lastModified"])
48
- if "lastModified" in d
49
- else None
50
- ),
54
+ lastModified=date_last_modified,
51
55
  etag=d["etag"] if "etag" in d else None,
52
56
  location=d["location"] if "location" in d else None,
53
57
  )
@@ -0,0 +1,139 @@
1
+ Metadata-Version: 2.4
2
+ Name: compressedfhir
3
+ Version: 1.0.2
4
+ Summary: Stores FHIR JSON resources in compressed form in memory
5
+ Home-page: https://github.com/icanbwell/compressed-fhir
6
+ Author: Imran Qureshi
7
+ Author-email: imran.qureshi@icanbwell.com
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: msgpack>=1.0.0
16
+ Requires-Dist: orjson>=3.10.16
17
+ Dynamic: author
18
+ Dynamic: author-email
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: license-file
24
+ Dynamic: requires-dist
25
+ Dynamic: requires-python
26
+ Dynamic: summary
27
+
28
+ # Compressed FHIR
29
+
30
+ A Python library for storing FHIR JSON resources in a compressed form in memory, optimizing memory usage while maintaining fast access to FHIR data.
31
+
32
+ ## Overview
33
+
34
+ Compressed FHIR is a specialized library that provides efficient memory storage for FHIR (Fast Healthcare Interoperability Resources) JSON resources. It uses zlib or msgpack for compression while ensuring quick access to the stored healthcare data.
35
+
36
+ ## Features
37
+
38
+ - Efficient memory storage of FHIR resources
39
+ - Fast access to compressed FHIR data
40
+ - Compatible with standard FHIR JSON formats
41
+ - Minimal memory footprint
42
+ - Python 3.10+ support
43
+
44
+ ## Installation
45
+
46
+ You can install the package using pip:
47
+
48
+ ```bash
49
+ pip install compressedfhir
50
+ ```
51
+
52
+ Or using pipenv:
53
+
54
+ ```bash
55
+ pipenv install compressedfhir
56
+ ```
57
+
58
+ ## Requirements
59
+
60
+ - Python 3.10 or higher
61
+ - msgpack >= 1.0.0
62
+ - orjson >= 3.10.16
63
+
64
+ ## Usage
65
+
66
+ ```python
67
+ from typing import Any
68
+ from collections import OrderedDict
69
+
70
+ from compressedfhir.fhir.fhir_resource import FhirResource
71
+ from compressedfhir.utilities.compressed_dict.v1.compressed_dict_storage_mode import CompressedDictStorageMode
72
+
73
+
74
+ resource1 = FhirResource(
75
+ initial_dict={"resourceType": "Observation", "id": "456"},
76
+ storage_mode=CompressedDictStorageMode.default(),
77
+ )
78
+
79
+ my_dict: OrderedDict[str,Any] = resource1.dict()
80
+ my_plain_dict: dict[str, Any] = resource1.to_plain_dict()
81
+ my_json: str = resource1.json()
82
+
83
+ with resource1.transaction():
84
+ assert "email" not in resource1
85
+ assert resource1.get("name") == "Custom Mode User"
86
+ assert resource1.get("active") is True
87
+ ```
88
+
89
+ ## Development Setup
90
+
91
+ 1. Clone the repository:
92
+ ```bash
93
+ git clone https://github.com/icanbwell/compressed-fhir.git
94
+ cd compressed-fhir
95
+ ```
96
+
97
+ 2. Install dependencies using pipenv:
98
+ ```bash
99
+ pipenv install --dev
100
+ ```
101
+
102
+ 3. Set up pre-commit hooks:
103
+ ```bash
104
+ pre-commit install
105
+ ```
106
+
107
+ ## Docker Support
108
+
109
+ The project includes Docker support for development and deployment:
110
+
111
+ ```bash
112
+ # Build the Docker image
113
+ docker build -t compressed-fhir .
114
+
115
+ # Run using docker-compose
116
+ docker-compose up
117
+ ```
118
+
119
+ ## Contributing
120
+
121
+ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
122
+
123
+ ## License
124
+
125
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
126
+
127
+ ## Authors
128
+
129
+ - Imran Qureshi (imran.qureshi@icanbwell.com)
130
+
131
+ ## Support
132
+
133
+ For support, please open an issue in the GitHub repository or contact the maintainers.
134
+
135
+ ## Project Status
136
+
137
+ Current status: Beta
138
+
139
+ The project is under active development. Please check the GitHub repository for the latest updates and changes.
@@ -1,28 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: compressedfhir
3
- Version: 1.0.1
4
- Summary: Stores FHIR JSON resources in compressed form in memory
5
- Home-page: https://github.com/icanbwell/compressed-fhir
6
- Author: Imran Qureshi
7
- Author-email: imran.qureshi@icanbwell.com
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: msgpack>=1.0.0
16
- Requires-Dist: orjson>=3.10.16
17
- Dynamic: author
18
- Dynamic: author-email
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: home-page
23
- Dynamic: license-file
24
- Dynamic: requires-dist
25
- Dynamic: requires-python
26
- Dynamic: summary
27
-
28
- # compressedfhir
@@ -1 +0,0 @@
1
- # compressedfhir
@@ -1 +0,0 @@
1
- 1.0.1
@@ -1,28 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: compressedfhir
3
- Version: 1.0.1
4
- Summary: Stores FHIR JSON resources in compressed form in memory
5
- Home-page: https://github.com/icanbwell/compressed-fhir
6
- Author: Imran Qureshi
7
- Author-email: imran.qureshi@icanbwell.com
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: msgpack>=1.0.0
16
- Requires-Dist: orjson>=3.10.16
17
- Dynamic: author
18
- Dynamic: author-email
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: home-page
23
- Dynamic: license-file
24
- Dynamic: requires-dist
25
- Dynamic: requires-python
26
- Dynamic: summary
27
-
28
- # compressedfhir
File without changes
File without changes
File without changes
File without changes