-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (no commit message provided) * Add deprecated brick locations from the 'x' file to `bricksrc/recpatches.ttl` following existing styles and properties. * remove bad module * adding rec * add submodules to checkout * small fixes * add pyproject * bump pyontoenv
- Loading branch information
Showing
11 changed files
with
188 additions
and
3,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "rec"] | ||
path = rec | ||
url = https://github.com/RealEstateCore/rec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from ontoenv import OntoEnv, Config | ||
cfg = Config(["support/", "extensions/", "examples/"], strict=False, offline=True) | ||
cfg = Config(["support/", "extensions/", "examples/", "rec/Source/SHACL/RealEstateCore"], strict=False, offline=True) | ||
env = OntoEnv(cfg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[project] | ||
name = "brick" | ||
version = "0.1.0" | ||
description = "Add your description here" | ||
authors = [ | ||
{ name = "Gabe Fierro", email = "[email protected]" } | ||
] | ||
dependencies = [ | ||
"owlrl>=6.0", | ||
"rdflib>=7.0", | ||
"pytest>=7.3", | ||
"tqdm>=4.0", | ||
"pyshacl>=0.25", | ||
"docker>=6.0", | ||
"black==24.3.0", | ||
"pre-commit>=3.2", | ||
"flake8>=6.0", | ||
"pytest-xdist[psutil]>=3.5.0", | ||
"brickschema[all]>=0.7.5", | ||
"semver>=2.10.1", | ||
"html5lib>=1.1", | ||
"pyontoenv>=0.1.9a6", | ||
] | ||
readme = "README.md" | ||
requires-python = ">= 3.9" | ||
|
||
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[tool.rye] | ||
managed = true | ||
dev-dependencies = [] | ||
|
||
[tool.hatch.metadata] | ||
allow-direct-references = true |
Oops, something went wrong.