Simple python library for basedbin pastebin-like service.
Project description
basedbinpy
Simple python library for basedbin pastebin-like service.
Installing
$ python3 -m pip install basedbinpy
Usage demo
from basedbinpy import Client
client = Client(BASEDBIN_URL) # example: "http://localhost:8080"
paste = client.get_paste(PASTE_ID)
print(paste["file_content"])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
basedbinpy-0.3.1.tar.gz
(3.1 kB
view hashes)