hastebiny
An unofficial hastebin module.
pip install hastebiny
This is a simpe module that allows you to create and recieve hastebins. There are two functions send and get. Using the send function, you can send data (text) to hastebins server and store it there, the function will return a key to access this data.
The get function will return the data (text) attributed to a key.
# Example code
from hastbiny import hb
key = hb.send("My hastebin content :)")
print(key)
print(hb.get(key))
Release files for hastebiny 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hastebiny-0.0.6.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hastebiny-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / hastebiny-0.0.6.tar.gz
| Download URL | hastebiny-0.0.6.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
33d634e378f7d7b6aec7288dec0083fd721f57a434a8010296523ed84ddaa263
|
|
BLAKE2b-256 checksum How to use checksums |
4157d57e052703ea11d4e3d8b47d5559061aa1e1f6fd738117aebc4329912135
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.2
|
Release files / hastebiny-0.0.6-py3-none-any.whl
| Download URL | hastebiny-0.0.6-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dc57686536859c1a029e36d469b5740aa5abca12734a6cd82e85590828682412
|
|
BLAKE2b-256 checksum How to use checksums |
60e40c36ae01eee9fb57aacb0515b95256f1cdac21c9b0bab7cd266c3a003620
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.2
|