Your IP : 18.117.101.250
B
���_H � @ sl d dl Z d dlZd dlZddlmZ yd dlZW n ek
rH dZY nX dd� Zdd� Z e
dkrhe � dS ) � N� )�__version__c C s� yt �� t �� d�} W n tk
r4 ddd�} Y nX t �� }|dkrPt �� }nF|dkr�d�tjj tjj
tjj�}tjjdkr�d�
|tjjg�}nd}| ||d�d ttd
d�id tid�S )zg
Generate information for a bug report.
Based on the requests package help utility module.
)�system�releaseZUnknownZCPythonZPyPyz{}.{}.{}�final� )�name�versionr r )�platform�implementation�cryptographyZpyjwt)r
r r �OSErrorZpython_implementationZpython_version�format�sysZpypy_version_info�major�minor�micro�releaselevel�join�getattrr �
pyjwt_version)Z
platform_infor Zimplementation_version� r �9/opt/alt/python37/lib/python3.7/site-packages/jwt/help.py�info
s,
r c C s t tjt� ddd�� dS )z)Pretty-print the bug information as JSON.T� )Z sort_keys�indentN)�print�json�dumpsr r r r r �main6 s r �__main__)r r
r r r r r �ModuleNotFoundErrorr r �__name__r r r r �<module> s
)