Skip to content

Commit 1391c13

Browse files
committed
Add init file in dapi
1 parent 8e9a8a5 commit 1391c13

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dapi/__init__.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"""
2+
`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).
3+
4+
5+
## Features
6+
7+
* Simplified TAPIS v2 Calls: No need to fiddle with complex API requests. `dapi` abstracts away the complexities.
8+
9+
* Seamless Integration with DesignSafe Jupyter Notebooks: Launch DesignSafe applications directly from the Jupyter environment.
10+
11+
## Installation
12+
13+
```shell
14+
pip3 install dapi
15+
```
16+
17+
"""
18+
from . import jobs

0 commit comments

Comments
 (0)