cfdb-vars
variable definitions for cfdb
Source Code: https://github.com/mullenkamp/cfdb-vars
Overview
The purpose of this package is to separate the variable metadata from the main cfdb package so that additional variables can be added without updating the version of the cfdb package. This package will have the data model for variables defined in msgspec and the variable data defined in python files (one initially).
Development
Setup environment
We use UV to manage the development environment and production build.
uv sync
Run unit tests
You can run all the tests with:
uv run pytest
Format the code
Execute the following commands to apply linting and check typing:
uv run ruff check .
uv run black --check --diff .
uv run mypy --install-types --non-interactive cfdb_vars
To auto-format:
uv run black .
uv run ruff check --fix .
License
This project is licensed under the terms of the Apache Software License 2.0.
Release files for cfdb-vars 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cfdb_vars-0.2.3.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cfdb_vars-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.8 kB
Release files / cfdb_vars-0.2.3.tar.gz
| Download URL | cfdb_vars-0.2.3.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
606d22c068c76e6a5d704ed1c281124874b5d023658ba9d2d054264e9b09bee1
|
|
BLAKE2b-256 checksum How to use checksums |
eb8b5e280983ed082f9305cc14b1cad3b8330cd7b20ca093b2978f77555c5a03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.7
|
Release files / cfdb_vars-0.2.3-py3-none-any.whl
| Download URL | cfdb_vars-0.2.3-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f89657563bddef02ffbbf8b153136ae1a7f2cf5c3ec43c83206041ac94ea1bf
|
|
BLAKE2b-256 checksum How to use checksums |
fab4008cad8cb4cc389becb65fef40b05cb5cc5a6e814f2d0d1c7cc18c412717
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.8.7
|