Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Remove __author__ lines, add contributors.md #627

Merged
merged 1 commit into from
Aug 15, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions CONTRIBUTORS.md
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]>
5 changes: 0 additions & 5 deletions oauth2client/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions oauth2client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
from oauth2client import transport


__author__ = '[email protected] (Joe Gregorio)'

HAS_OPENSSL = False
HAS_CRYPTO = False
try:
Expand Down
1 change: 0 additions & 1 deletion oauth2client/clientsecrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import six

__author__ = '[email protected] (Joe Gregorio)'

# Properties that make a client_secrets.json file valid.
TYPE_WEB = 'web'
Expand Down
2 changes: 0 additions & 2 deletions oauth2client/contrib/appengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
_appengine_ndb = None


__author__ = '[email protected] (Joe Gregorio)'

logger = logging.getLogger(__name__)

OAUTH2CLIENT_NAMESPACE = 'oauth2client#ns'
Expand Down
2 changes: 0 additions & 2 deletions oauth2client/contrib/flask_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
2 changes: 0 additions & 2 deletions oauth2client/contrib/gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
from oauth2client.contrib import _metadata


__author__ = '[email protected] (Joe Gregorio)'

logger = logging.getLogger(__name__)

_SCOPES_WARNING = """\
Expand Down
3 changes: 0 additions & 3 deletions oauth2client/contrib/keyring_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 0 additions & 4 deletions oauth2client/contrib/xsrfutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@

from oauth2client import _helpers

__authors__ = [
'"Doug Coker" <[email protected]>',
'"Joe Gregorio" <[email protected]>',
]

# Delimiter character
DELIMITER = b':'
Expand Down
3 changes: 0 additions & 3 deletions oauth2client/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down
1 change: 0 additions & 1 deletion oauth2client/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/contrib/appengine/test_appengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """\
Expand Down
3 changes: 0 additions & 3 deletions tests/contrib/test_flask_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
from tests import http_mock


__author__ = '[email protected] (Jon Wayne Parrott)'


DEFAULT_RESP = """\
{
"access_token": "foo_access_token",
Expand Down
3 changes: 0 additions & 3 deletions tests/contrib/test_keyring_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
from oauth2client.contrib import keyring_storage


__author__ = '[email protected] (Joe Gregorio)'


class KeyringStorageTests(unittest.TestCase):

def test_constructor(self):
Expand Down
3 changes: 0 additions & 3 deletions tests/contrib/test_xsrfutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
3 changes: 0 additions & 3 deletions tests/test__helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
from oauth2client import _helpers


__author__ = '[email protected] (Joe Gregorio)'


class PositionalTests(unittest.TestCase):

def test_usage(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
3 changes: 0 additions & 3 deletions tests/test_clientsecrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 0 additions & 2 deletions tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
except: # pragma: NO COVER
pass

__author__ = '[email protected] (Joe Gregorio)'

_filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data')
os.close(_filehandle)

Expand Down
3 changes: 0 additions & 3 deletions tests/test_jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down