Skip to content

Commit

Permalink
Re-implement camdkit using Pydantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoldstone committed Feb 7, 2025
1 parent 27acdb9 commit eaddcc1
Show file tree
Hide file tree
Showing 49 changed files with 7,362 additions and 2,886 deletions.
11 changes: 10 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ pylint = "==2.6.0"
coverage = "*"
jsonschema = "*"
jinja2 = "*"
cbor2 = "*"

[requires]
python_version = "3.11"
pydantic = "*"
jsonref = "*"
cbor2 = "*"
ntplib = "*"

[packages]
pydantic = "*"
jsonref = "*"
cbor2 = "*"
ntplib = "*"
196 changes: 166 additions & 30 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
Loading

0 comments on commit eaddcc1

Please sign in to comment.