Metadata-Version: 2.4
Name: devicecodex
Version: 0.0.1
Summary: LOINC/SNOMED CT codes, display names, unit mappings, valid ranges, and aggregation defaults for FHIR-aligned wearable and device observation data.
Home-page: https://github.com/icanbwell/device-codex
Author: Sean Hegarty
Author-email: sean.hegarty@bwell.com
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# devicecodex

LOINC/SNOMED CT codes, display names, unit mappings, valid ranges, and aggregation defaults for FHIR-aligned wearable and device observation data.

## Quickstart
- `make init` to set up the local dev environment.
- `make up` to start the Docker dev stack.
- `make tests` to run tests in the dev container.

## Common Tasks
- `make shell` to open a shell in the dev container.
- `make run-pre-commit` to run linting and formatting hooks.
- `make build` to build the package artifacts.

## Publishing
- Set a token: `export TWINE_PASSWORD=pypi-xxx`
- `make package` to publish to PyPI or `make testpackage` for TestPyPI.

## Project Metadata
- Repo: https://github.com/icanbwell/device-codex
- Author: Sean Hegarty <sean.hegarty@bwell.com>
