D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
lib
/
python3.6
/
site-packages
/
oauthlib
/
Filename :
__init__.py
back
Copy
""" oauthlib ~~~~~~~~ A generic, spec-compliant, thorough implementation of the OAuth request-signing logic. :copyright: (c) 2011 by Idan Gazit. :license: BSD, see LICENSE for details. """ __author__ = 'The OAuthlib Community' __version__ = '2.1.0' import logging try: # Python 2.7+ from logging import NullHandler except ImportError: class NullHandler(logging.Handler): def emit(self, record): pass logging.getLogger('oauthlib').addHandler(NullHandler())
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
July 28 2023 2:56:41
root
0755
oauth1
Dir
July 28 2023 2:56:41
root
0755
oauth2
Dir
July 28 2023 2:56:41
root
0755
__init__.py
0.504
KB
May 22 2018 10:17:16
root
0644
common.py
14.36
KB
May 22 2018 10:17:16
root
0644
signals.py
1.485
KB
May 22 2018 10:17:16
root
0644
uri_validate.py
7.433
KB
May 22 2018 10:17:16
root
0644
2017 © D7net | D704T team