Skip to content

Commit 5c07b94

Browse files
authored
Merge pull request deriv-com#35 from mariovw-deriv/rename/binary-com
Rename binary-com to deriv-com
2 parents 8259283 + 2e1ec80 commit 5c07b94

File tree

4 files changed

+10
-320
lines changed

4 files changed

+10
-320
lines changed

Pipfile.lock

Lines changed: 0 additions & 310 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A python implementation of deriv api library.
33

44
[![PyPI](https://img.shields.io/pypi/v/python_deriv_api.svg?style=flat-square)](https://pypi.org/project/python_deriv_api/)
55
[![Python 3.9.6](https://img.shields.io/badge/python-3.9.6-blue.svg)](https://www.python.org/download/releases/3.9.6/)
6-
[![Test status](https://circleci.com/gh/binary-com/python-deriv-api.svg?style=shield&circle-token=8b7c7b39615ea83053044854105bf90975b18126)](https://app.circleci.com/pipelines/github/binary-com/python-deriv-api)
6+
[![Test status](https://circleci.com/gh/binary-com/python-deriv-api.svg?style=shield&circle-token=8b7c7b39615ea83053044854105bf90975b18126)](https://app.circleci.com/pipelines/github/deriv-com/python-deriv-api)
77

88
Go through [api.deriv.com](https://api.deriv.com/) to know simple easy steps on how to register and get access.
99
Use this all-in-one python library to set up and make your app running or you can extend it.
@@ -58,13 +58,13 @@ If you pass the connection it's up to you to reconnect in case the connection dr
5858
# Documentation
5959

6060
#### API reference
61-
The complete API reference is hosted [here](https://binary-com.github.io/python-deriv-api/)
61+
The complete API reference is hosted [here](https://deriv-com.github.io/python-deriv-api/)
6262

63-
Examples [here](https://github.com/binary-com/python-deriv-api/tree/master/examples)
63+
Examples [here](https://github.com/deriv-com/python-deriv-api/tree/master/examples)
6464

6565
# Development
6666
```
67-
git clone https://github.com/binary-com/python-deriv-api
67+
git clone https://github.com/deriv-com/python-deriv-api
6868
cd python-deriv-api
6969
```
7070
Setup environment

scripts/regen-py.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sub needs_method_arg {
114114
return 1;
115115
}
116116

117-
emit_functions($ENV{BINARYCOM_API_SCHEMA_PATH} // '/home/git/binary-com/deriv-developers-portal/config/v3');
117+
emit_functions($ENV{BINARYCOM_API_SCHEMA_PATH} // '/home/git/deriv-com/deriv-api-docs/config/v3');
118118

119119
my $template = Template->new(
120120
INCLUDE_PATH => "$distroot/scripts/templates",

0 commit comments

Comments
 (0)