Skip to content

Commit

Permalink
Add API data objects for ASTM standards (#1)
Browse files Browse the repository at this point in the history
* Add API data objects for ASTM standards

* Update to implicitdict==1.1.0
  • Loading branch information
BenjaminPelletier authored Oct 19, 2022
1 parent f0b177f commit 51d8e16
Show file tree
Hide file tree
Showing 22 changed files with 2,996 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "interfaces/astm/f3411/v19"]
path = interfaces/astm/f3411/v19
url = https://github.com/uastech/standards
[submodule "interfaces/astm/f3411/v22a"]
path = interfaces/astm/f3411/v22a
url = https://github.com/uastech/standards
[submodule "interfaces/astm/f3548/v21"]
path = interfaces/astm/f3548/v21
url = https://github.com/astm-utm/Protocol
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.PHONY: apis
apis:
./tools/openapi_conversion/generate_apis.sh
1 change: 1 addition & 0 deletions interfaces/astm/f3411/v19
Submodule v19 added at 36e7ea
1 change: 1 addition & 0 deletions interfaces/astm/f3411/v22a
Submodule v22a added at 100713
1 change: 1 addition & 0 deletions interfaces/astm/f3548/v21
Submodule v21 added at cb7cf9
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
dependencies = []
dependencies = ["implicitdict"]
[project.optional-dependencies]
dev = ["pytest==5.0.0", "pytest-cov[all]", "black==21.10b0"]
[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
implicitdict==1.1.0
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 51d8e16

Please sign in to comment.