forked from six519/PastebinPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
14 lines (11 loc) · 472 Bytes
/
Copy path__init__.py
File metadata and controls
14 lines (11 loc) · 472 Bytes
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"