Skip to content

Commit

Permalink
Add init file in dapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jan 20, 2024
1 parent 8e9a8a5 commit 1391c13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dapi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
"""
`dapi` is a library that simplifies the process of submitting, running, and monitoring [TAPIS v2 / AgavePy](https://agavepy.readthedocs.io/en/latest/index.html) jobs on [DesignSafe](https://designsafe-ci.org) via [Jupyter Notebooks](https://jupyter.designsafe-ci.org).
## Features
* Simplified TAPIS v2 Calls: No need to fiddle with complex API requests. `dapi` abstracts away the complexities.
* Seamless Integration with DesignSafe Jupyter Notebooks: Launch DesignSafe applications directly from the Jupyter environment.
## Installation
```shell
pip3 install dapi
```
"""
from . import jobs

0 comments on commit 1391c13

Please sign in to comment.