Skip to content

Commit

Permalink
Merge pull request #13 from WFP-VAM/DataBridgesAPI/patch-1
Browse files Browse the repository at this point in the history
Data bridges api/patch 1
  • Loading branch information
AlexGherardelli authored Jan 31, 2024
2 parents 7d82d71 + 37c849d commit ee6f111
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ Scripts and applications for testing DataBridges API from the API Gateway

# Getting started
## How to install
You can pip install the package
You can use pip to install the package:
```
pip install databridgesapi@git+https://github.com/WFP-VAM/DataBridgesAPI
```

If developing the package, use this command from the repo root for a local and editable installation:

```
pip install -e .
```

## Handling credentials
Create an .env file to be placed in the root directory of your project looking like:

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ dev = ["black", "bumpver", "isort", "pip-tools", "pytest"]

[project.urls]
Homepage = "https://catalog.api.wfp.org/devportal/apis/be67cddd-0fb8-4461-a91b-6b75f3146568/overview"

[tool.setuptools.packages.find]
include = ["databridgesapi*"]
namespaces = false

0 comments on commit ee6f111

Please sign in to comment.