-
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.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
|
||
<p align="center"><img src="https://github.com/metis-science/metis-client/blob/master/metis-client.png" width="300" /></p> | ||
|
||
This library allows for programmatic interactions with the [Metis infrastructure](https://metis.science). | ||
This library allows for programmatic interactions with the [Metis infrastructure](https://github.com/basf/metis-bff). | ||
|
||
|
||
## Installation | ||
|
||
|
@@ -49,6 +50,12 @@ print(results) | |
NB in development one can replace a `VERY_SECRET_TOKEN` string with the development user email, e.g. | ||
`[email protected]` (refer to **users_emails** BFF table). | ||
|
||
|
||
## Contributing | ||
|
||
Please give a minute to the [contribution guide](https://github.com/metis-science/metis-client/blob/master/CONTRIBUTING.md). Note, that our [changelog](https://github.com/metis-science/metis-client/blob/master/CHANGELOG.md) is maintained fully automatically via [GitHub actions](https://github.com/metis-science/metis-client/tree/master/.github/workflows). | ||
|
||
|
||
## License | ||
|
||
Author Sergey Korolev, Tilde Materials Informatics | ||
|