文件名称:PastebinPython:完整的适用于Python的pastebin.com API包装器
文件大小:206KB
文件格式:ZIP
更新时间:2024-06-20 04:06:36
Python
PastebinPython 用于 Python 的完整 API 包装器 示例用法 """ Creating paste from file... """ from pastebin_python import PastebinPython from pastebin_python.pastebin_exceptions import PastebinBadRequestException, PastebinNoPastesException, PastebinFileException from pastebin_python.pastebin_constants import PASTE_PUBLIC, EXPIRE_10_MIN from pastebin_python.pastebin_formats import FORMAT_NONE, FORMAT_PYTHON, FORM
【文件预览】:
PastebinPython-master
----README.rst(975B)
----setup.cfg(117B)
----doc()
--------conf.py(8KB)
--------intro.rst(863B)
--------code.rst(670B)
--------_build()
--------Makefile(5KB)
--------index.rst(448B)
----pastebin_python()
--------pastebin_options.py(329B)
--------pastebin.py(16KB)
--------pastebin_exceptions.py(368B)
--------pastebin_constants.py(935B)
--------pastebin_formats.py(7KB)
--------__init__.py(472B)
----setup.py(691B)
----.gitignore(79B)