Skip to content

Commit 5cf7bbc

Browse files
author
Mario van Westen
committed
Rename binary-com to deriv-com
1 parent 8259283 commit 5cf7bbc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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/deriv-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-developers-portal/config/v3');
118118

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

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
license='MIT',
1111
install_requires=['websockets==10.3', 'reactivex==4.0.*'],
1212
test_suite='tests',
13-
url='https://github.com/binary-com/python-deriv-api',
13+
url='https://github.com/deriv-com/python-deriv-api',
1414
project_urls={
15-
'Bug Tracker': "https://github.com/binary-com/python-deriv-api/issues",
16-
'Documentation': "https://binary-com.github.io/python-deriv-api",
17-
'Source Code': "https://github.com/binary-com/python-deriv-api",
18-
'Changelog': "https://github.com/binary-com/python-deriv-api/blob/master/CHANGELOG.md"
15+
'Bug Tracker': "https://github.com/deriv-com/python-deriv-api/issues",
16+
'Documentation': "https://deriv-com.github.io/python-deriv-api",
17+
'Source Code': "https://github.com/deriv-com/python-deriv-api",
18+
'Changelog': "https://github.com/deriv-com/python-deriv-api/blob/master/CHANGELOG.md"
1919
},
2020
python_requires=">=3.9.6, !=3.9.7",
2121
classifiers=[

0 commit comments

Comments
 (0)