Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme #28

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@

### Updated on this version

#### evdspyChat application was added.

Api Key is not required for only evdspy documentation related questions.



- ***get_series_exp*** function was added

see [Documentation](https://evdspy-repo.readthedocs.io/en/latest/) for its usage and result data types


- evdspyChat application was added.

[evdspyChat](https://evdspychat-b11f96868cb6.herokuapp.com/)

Expand All @@ -23,7 +30,7 @@ Api Key is not required for only evdspy documentation related questions.
[![a2](https://github.com/user-attachments/assets/3e5d3ab4-df41-4d34-8e2a-e1ca3d19a190)](https://evdspychat-b11f96868cb6.herokuapp.com/)


-
## api_key usage with evdspy python package

api key will be read from .env file on load if available.
Expand All @@ -34,7 +41,7 @@ You may create a .env file in your work environment and write your api key as fo
Script will load your api key from this file on load if available.

```bash
#.env file
# example `.env` file content
EVDS_API_KEY=AxByCzDsFoGmHeIgJaKrLbMaNgOe
```

Expand Down
Loading