Turns files into bytes, useful for specific uses
Project description
Byteify
- This turns files into bytes or filestreams.
- Example code:
import byteify
print(byteify.return_bytes("filename")) # this returns bytes, made for file specific tasks
print(byteify.return_filestream("filename")) # this returns a file object, with the file name, metadata and content on it. like opening a file
To install,
pip install byteify
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
byteify-2.tar.gz
(1.2 kB
view details)
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
byteify-2-py3-none-any.whl
(1.4 kB
view details)
File details
Details for the file byteify-2.tar.gz.
File metadata
- Download URL: byteify-2.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01eafe1c5098ab8100d9e5ac733f0f7335011e7b7021e989008c8ce0bbb9e110
|
|
| MD5 |
ace88f7d78d23812c0184cde7131ca93
|
|
| BLAKE2b-256 |
ff98cbd63ad1113c06e528f66f4985a4d2fc1bc52352947110a6c153aa28018a
|
File details
Details for the file byteify-2-py3-none-any.whl.
File metadata
- Download URL: byteify-2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9d5698e95fa6b2e92f5a413b179bf8dc2e936a01d974e29c7ee60f5569fa95a
|
|
| MD5 |
35854ec425686ba82cb71d6d0dd63003
|
|
| BLAKE2b-256 |
f6eaee739c9946660585481c4e68ea0a3babcbb429d15844e61feeed2c4e040f
|