-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from linkml/command-line
command line
- Loading branch information
Showing
25 changed files
with
1,287 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,9 @@ jobs: | |
|
||
- name: Install Poetry | ||
uses: snok/[email protected] | ||
|
||
- name: Install dependencies | ||
run: poetry install --no-interaction | ||
run: poetry install --no-interaction --all-extras | ||
|
||
- name: Check common spelling errors | ||
run: poetry run tox -e codespell | ||
|
@@ -33,4 +34,4 @@ jobs: | |
run: poetry run tox -e lint | ||
|
||
- name: Test with pytest and generate coverage file | ||
run: poetry run tox -e py | ||
run: poetry run pytest |
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# linkml-store | ||
|
||
This is the project description. | ||
An integration layer for multiple database backends | ||
|
||
# Acknowledgements | ||
Currently this software is alpha, and has only been tested with DuckDB backends. See the Tutorial for more information. | ||
|
||
This [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) project was developed from the [monarch-project-template](https://github.com/monarch-initiative/monarch-project-template) template and will be kept up-to-date using [cruft](https://cruft.github.io/cruft/). | ||
There is also experimental support for vector-based indexing using OpenAI test embedding via the `llm` library. | ||
|
||
The goals of this project are to provide high level access to data stored in heterogeneous databases, | ||
with optional schema management using LinkML. |
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.