Bytebin API Wrapper
Project description
Bytebin.py
A simple python wrapper for Bytebin
Installation
pip install bytebin.py
Example
import Bytebin
bb = Bytebin.Bytebin()
paste = bb.create("Hello World!")
print(paste.url)
print(paste.key)
lookup = bb.lookup(paste.key)
print(lookup.url)
print(lookup.key)
print(lookup.content)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Bytebin-0.0.1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file Bytebin-0.0.1.tar.gz
.
File metadata
- Download URL: Bytebin-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | def9e04ecef97e97c752551be0f3630467325133d3e1443305b1bb98e9eef07c |
|
MD5 | 8692db6efe5b32def433d0f66fe11891 |
|
BLAKE2b-256 | 65f78657c970e8a48bbfcaad59199b9b29566e8f51c524d1e13bc4d882f0ea47 |
File details
Details for the file Bytebin-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: Bytebin-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ca3a4f29f8278621ec7701f4b1d61837c0c899833dc4902bb350deda88e3134 |
|
MD5 | a8a2435fab77dbeebe9bb399d23d6239 |
|
BLAKE2b-256 | f164f3442b645d9193aa015030e37f1f686d9afba2724962860915801e85d6b4 |