An unofficial hastebin module.
Project description
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))
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hastebiny-0.0.6.tar.gz.
File metadata
- Download URL: hastebiny-0.0.6.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33d634e378f7d7b6aec7288dec0083fd721f57a434a8010296523ed84ddaa263
|
|
| MD5 |
10c4a2f2bacdb729726e39d4a2bbbb51
|
|
| BLAKE2b-256 |
4157d57e052703ea11d4e3d8b47d5559061aa1e1f6fd738117aebc4329912135
|
File details
Details for the file hastebiny-0.0.6-py3-none-any.whl.
File metadata
- Download URL: hastebiny-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc57686536859c1a029e36d469b5740aa5abca12734a6cd82e85590828682412
|
|
| MD5 |
1ddd30eaf55b9025a24c77c25a518f13
|
|
| BLAKE2b-256 |
60e40c36ae01eee9fb57aacb0515b95256f1cdac21c9b0bab7cd266c3a003620
|