FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PastebinPython/pastebin_python/__init__.py at master · six519/PastebinPython · GitHub
six519
/
PastebinPython
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
88
Code
Issues
4
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
PastebinPython
/
pastebin_python
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 472 Bytes
Breadcrumbs
PastebinPython
/
pastebin_python
/
__init__.py
Copy path
File metadata and controls
14 lines (11 loc) · 472 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""A complete pastebin.com API wrapper for Python
.. moduleauthor:: Ferdinand Silva <ferdinandsilva@ferdinandsilva.com>
"""
from
pastebin
import
PastebinPython
__version__
=
"1.2"
__app_name__
=
"pastebin_python"
__description__
=
"A complete pastebin.com API wrapper for Python"
__author__
=
"Ferdinand Silva"
__author_email__
=
"ferdinandsilva@ferdinandsilva.com"
__app_url__
=
"http://ferdinandsilva.com"
__download_url__
=
"https://github.com/six519/PastebinPython"
Back
|
FazBrowse Home
|
New Git URL