Skip to content

Commit

Permalink
feat: modif with repo name modification
Browse files Browse the repository at this point in the history
  • Loading branch information
gg authored and cowan-macady committed Jan 4, 2023
1 parent 010b81a commit 8db8c97
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ markupsafe = "*"
mock = "*"
grpcio = "*"
protobuf = "*"
jarvis-sdk = {editable = true, path = "."}
indykite-sdk = {editable = true, path = "."}
indykite_sdk = {editable = true, path = "."}
requests = "*"
pytest = "*"
pytest-cov = "*"
Expand Down
6 changes: 1 addition & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project serves as a Software Development Kit for developers of Indykite applications.

[![codecov](https://codecov.io/gh/indykite/jarvis-sdk-python/branch/master/graph/badge.svg?token=8u4yvyi5PN)](https://codecov.io/gh/indykite/jarvis-sdk-python)
[![codecov](https://codecov.io/gh/indykite/indykite-sdk-python/branch/master/graph/badge.svg?token=8u4yvyi5PN)](https://codecov.io/gh/indykite/indykite-sdk-python)

## Requirements

Expand Down
10 changes: 5 additions & 5 deletions indykite_sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You should use absolute paths for the files.

### Running the sdk with the api.py script

With the [api.py](jarvis-proto-sdk/api.py) script you can simply run the sdk against the system you set up in the config
With the [api.py](indykite_sdk/api.py) script you can simply run the sdk against the system you set up in the config
file

1. To introspect a user token, execute
Expand Down Expand Up @@ -729,8 +729,8 @@ To develop this project locally:
* Clone this repository and enter it
git clone https://github.com/indykite/jarvis-sdk-python.git
cd jarvis-sdk-python
git clone https://github.com/indykite/indykite-sdk-python.git
cd indykite-sdk-python
* Create a virtual environment and install project dependencies
Expand All @@ -745,7 +745,7 @@ python3 -m grpc_tools.protoc \
-I ../../ptypes/github.com/googleapis/googleapis/ \
-I ../../ptypes/github.com/envoyproxy/protoc-gen-validate/ \
-I ../../ptypes/github.com/grpc-ecosystem/grpc-gateway \
--python_out=../jarvis_sdk \
--python_out=../indykite_sdk \
validate/validate.proto \
identity/v1/identity_management_api.proto \
identity/v1/model.proto \
Expand All @@ -762,7 +762,7 @@ python3 -m grpc_tools.protoc \
-I ../../ptypes/github.com/googleapis/googleapis/ \
-I ../../ptypes/github.com/envoyproxy/protoc-gen-validate/ \
-I ../../ptypes/github.com/grpc-ecosystem/grpc-gateway \
--grpc_python_out=../jarvis_sdk \
--grpc_python_out=../indykite_sdk \
identity/v1/identity_management_api.proto
```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

setuptools.setup(
name='jarvis-sdk-python',
url='https://github.com/indykite/jarvis-sdk-python',
url='https://github.com/indykite/indykite-sdk-python',
version=__version__,
author="Indykite",
author_email="test@indykite.com",
description='A python SDK package for Indykite\'s jarvis system (with protobuf)',
description='A python SDK package for Indykite\'s system (with protobuf)',
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 8db8c97

Please sign in to comment.