-
-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
52 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
@@ -23,7 +23,6 @@ | |
from .bithumb import Bithumb | ||
from .bitmex import Bitmex | ||
from .bitstamp import Bitstamp | ||
from .bittrex import Bittrex | ||
from .blockchain import Blockchain | ||
from .bybit import Bybit | ||
from .coinbase import Coinbase | ||
|
@@ -67,7 +66,6 @@ | |
BITHUMB: Bithumb, | ||
BITMEX: Bitmex, | ||
BITSTAMP: Bitstamp, | ||
BITTREX: Bittrex, | ||
BLOCKCHAIN: Blockchain, | ||
BYBIT: Bybit, | ||
COINBASE: Coinbase, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2018-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2018-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
''' | ||
Copyright (C) 2017-2023 Bryant Moscon - [email protected] | ||
Copyright (C) 2017-2024 Bryant Moscon - [email protected] | ||
Please see the LICENSE file for the terms and conditions | ||
associated with this software. | ||
|
Oops, something went wrong.