forked from BrickSchema/Brick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pyontoenv package for environment management (BrickSchema#634)
* Use pyontoenv package for environment management This is faster and more rigorously tested than the old environment management package. * fix package install * working on using new ontoenv * bump ontoenv * fixing up rdfs label test * add env.py * remove extra label for atrium * bump pyontoenv in reqs.txt * working on labels * more lang tags * final version bump
- Loading branch information
Showing
13 changed files
with
198 additions
and
177 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
from ontoenv import OntoEnv, Config | ||
cfg = Config(["support/"], strict=False, offline=True) | ||
env = OntoEnv(cfg) |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.