This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove __author__ lines, add contributors.md
Resolves #626
- Loading branch information
Jon Wayne Parrott
committed
Aug 15, 2016
1 parent
c6b30bf
commit a1136db
Showing
20 changed files
with
95 additions
and
47 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 |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Contribors to oauth2client | ||
|
||
## Maintainers | ||
|
||
* [Nathaniel Manista](https://github.com/nathanielmanistaatgoogle) | ||
* [Jon Wayne Parrott](https://github.com/jonparrott) | ||
* [Danny Hermes](https://github.com/dhermes) | ||
|
||
Previous maintainers: | ||
|
||
* [Craig Citro](https://github.com/craigcitro) | ||
* [Joe Gregorio](https://github.com/jcgregorio) | ||
|
||
## Contributors | ||
|
||
This list is generated from git commit authors. | ||
|
||
* aalexand <[email protected]> | ||
* Aaron <[email protected]> | ||
* Adam Chainz <[email protected]> | ||
* [email protected] | ||
* Alexandre Vivien <[email protected]> | ||
* Ali Afshar <[email protected]> | ||
* Andrzej Pragacz <[email protected]> | ||
* [email protected] | ||
* Ben Demaree <[email protected]> | ||
* Bill Prin <[email protected], [email protected]> | ||
* Brendan McCollam <[email protected], [email protected]> | ||
* Craig Citro <[email protected], [email protected]> | ||
* Dan Ring <[email protected]> | ||
* Daniel Hermes <[email protected], [email protected]> | ||
* Danilo Akamine <[email protected]> | ||
* daryl herzmann <[email protected]> | ||
* dlorenc <[email protected]> | ||
* Dominik Miedziński <[email protected]> | ||
* dr. Kertész Csaba-Zoltán <[email protected]> | ||
* Dustin Farris <[email protected]> | ||
* Eddie Warner <[email protected]> | ||
* Edwin Amsler <[email protected]> | ||
* elibixby <[email protected]> | ||
* Emanuele Pucciarelli <[email protected]> | ||
* Eric Koleda <[email protected]> | ||
* Frederik Creemers <[email protected]> | ||
* Guido van Rossum <[email protected]> | ||
* Harsh Vardhan <[email protected]> | ||
* Herr Kaste <[email protected]> | ||
* INADA Naoki <[email protected]> | ||
* JacobMoshenko <[email protected]> | ||
* Jay Lee <[email protected]> | ||
* Jed Hartman <[email protected]> | ||
* Jeff Terrace <[email protected], [email protected]> | ||
* Jeffrey Sorensen <[email protected]> | ||
* Jeremi Joslin <[email protected]> | ||
* Jin Liu <[email protected]> | ||
* Joe Beda <[email protected]> | ||
* Joe Gregorio <[email protected], [email protected]> | ||
* Johan Euphrosine <[email protected]> | ||
* John Asmuth <[email protected], [email protected]> | ||
* John Vandenberg <[email protected]> | ||
* Jon Wayne Parrott <[email protected], [email protected]> | ||
* Jose Alcerreca <[email protected]> | ||
* KCs <[email protected]> | ||
* Keith Maxwell <[email protected]> | ||
* Ken Payson <[email protected]> | ||
* Kevin Regan <[email protected]> | ||
* lraccomando <[email protected]> | ||
* Luar Roji <[email protected]> | ||
* Luke Blanshard <[email protected]> | ||
* Marc Cohen <[email protected]> | ||
* Mark Pellegrini <[email protected]> | ||
* Martin Trigaux <[email protected]> | ||
* Matt McDonald <[email protected]> | ||
* Nathan Naze <[email protected]> | ||
* Nathaniel Manista <[email protected]> | ||
* Orest Bolohan <[email protected]> | ||
* Pat Ferate <[email protected]> | ||
* Patrick Costello <[email protected]> | ||
* Rafe Kaplan <[email protected]> | ||
* [email protected] <[email protected]> | ||
* RM Saksida <[email protected]> | ||
* Robert Kaplow <[email protected]> | ||
* Robert Spies <[email protected]> | ||
* Sergei Trofimovich <[email protected]> | ||
* [email protected] <[email protected]> | ||
* Simon Cadman <[email protected]> | ||
* soltanmm <[email protected]> | ||
* Sébastien de Melo <[email protected]> | ||
* takuya sato <[email protected]> | ||
* thobrla <[email protected]> | ||
* Tom Miller <[email protected]> | ||
* Tony Aiuto <[email protected]> | ||
* Travis Hobrla <[email protected]> | ||
* Veres Lajos <[email protected]> | ||
* Vivek Seth <[email protected]> | ||
* Éamonn McManus <[email protected]> |
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 |
---|---|---|
|
@@ -26,11 +26,6 @@ | |
from six.moves import urllib | ||
|
||
|
||
__author__ = ( | ||
'[email protected] (Rafe Kaplan)', | ||
'[email protected] (Guido van Rossum)', | ||
) | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
POSITIONAL_WARNING = 'WARNING' | ||
|
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 |
---|---|---|
|
@@ -39,8 +39,6 @@ | |
from oauth2client import transport | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
HAS_OPENSSL = False | ||
HAS_CRYPTO = False | ||
try: | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
|
||
import six | ||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
# Properties that make a client_secrets.json file valid. | ||
TYPE_WEB = 'web' | ||
|
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 |
---|---|---|
|
@@ -45,8 +45,6 @@ | |
_appengine_ndb = None | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
OAUTH2CLIENT_NAMESPACE = 'oauth2client#ns' | ||
|
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 |
---|---|---|
|
@@ -187,8 +187,6 @@ def requires_calendar(): | |
from oauth2client.contrib import dictionary_storage | ||
|
||
|
||
__author__ = '[email protected] (Jon Wayne Parrott)' | ||
|
||
_DEFAULT_SCOPES = ('email',) | ||
_CREDENTIALS_KEY = 'google_oauth2_credentials' | ||
_FLOW_KEY = 'google_oauth2_flow_{0}' | ||
|
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 |
---|---|---|
|
@@ -26,8 +26,6 @@ | |
from oauth2client.contrib import _metadata | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
_SCOPES_WARNING = """\ | ||
|
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 |
---|---|---|
|
@@ -24,9 +24,6 @@ | |
from oauth2client import client | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
class Storage(client.Storage): | ||
"""Store and retrieve a single credential to and from the keyring. | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,6 @@ | |
|
||
from oauth2client import _helpers | ||
|
||
__authors__ = [ | ||
'"Doug Coker" <[email protected]>', | ||
'"Joe Gregorio" <[email protected]>', | ||
] | ||
|
||
# Delimiter character | ||
DELIMITER = b':' | ||
|
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 |
---|---|---|
|
@@ -25,9 +25,6 @@ | |
from oauth2client import client | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
class Storage(client.Storage): | ||
"""Store and retrieve a single credential to and from a file.""" | ||
|
||
|
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 |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
from oauth2client import client | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
__all__ = ['argparser', 'run_flow', 'message_if_missing'] | ||
|
||
_CLIENT_SECRETS_MESSAGE = """WARNING: Please configure OAuth 2.0 | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,6 @@ | |
from oauth2client.contrib import appengine | ||
from tests import http_mock | ||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
DATA_DIR = os.path.join(os.path.dirname(__file__), '..', '..', 'data') | ||
DEFAULT_RESP = """\ | ||
|
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 |
---|---|---|
|
@@ -31,9 +31,6 @@ | |
from tests import http_mock | ||
|
||
|
||
__author__ = '[email protected] (Jon Wayne Parrott)' | ||
|
||
|
||
DEFAULT_RESP = """\ | ||
{ | ||
"access_token": "foo_access_token", | ||
|
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 |
---|---|---|
|
@@ -26,9 +26,6 @@ | |
from oauth2client.contrib import keyring_storage | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
class KeyringStorageTests(unittest.TestCase): | ||
|
||
def test_constructor(self): | ||
|
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 |
---|---|---|
|
@@ -34,9 +34,6 @@ | |
TEST_EXTRA_INFO_2 = b'more_extra_info' | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
class Test_generate_token(unittest.TestCase): | ||
|
||
def test_bad_positional(self): | ||
|
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 |
---|---|---|
|
@@ -21,9 +21,6 @@ | |
from oauth2client import _helpers | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
class PositionalTests(unittest.TestCase): | ||
|
||
def test_usage(self): | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,6 @@ | |
from oauth2client import transport | ||
from tests import http_mock | ||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data') | ||
|
||
|
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 |
---|---|---|
|
@@ -25,9 +25,6 @@ | |
from oauth2client import clientsecrets | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
DATA_DIR = os.path.join(os.path.dirname(__file__), 'data') | ||
VALID_FILE = os.path.join(DATA_DIR, 'client_secrets.json') | ||
INVALID_FILE = os.path.join(DATA_DIR, 'unfilled_client_secrets.json') | ||
|
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 |
---|---|---|
|
@@ -41,8 +41,6 @@ | |
except: # pragma: NO COVER | ||
pass | ||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
_filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data') | ||
os.close(_filehandle) | ||
|
||
|
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 |
---|---|---|
|
@@ -31,9 +31,6 @@ | |
from tests import http_mock | ||
|
||
|
||
__author__ = '[email protected] (Joe Gregorio)' | ||
|
||
|
||
_FORMATS_TO_CONSTRUCTOR_ARGS = { | ||
'p12': 'private_key_pkcs12', | ||
'pem': 'private_key_pkcs8_pem', | ||
|