import binstream
stream = binstream.BinaryWriter()
stream += 1234
stream += 0.0
stream += “Hello, Binstream!”
data = stream.serial()
stream = binstream.BinaryReader(data)
print(stream.read(int))
print(stream.read(float))
print(stream.read(str))
Release files for binstream 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| binstream-1.0.3.tar.gz | 2.2 kB | Details |
Release files / binstream-1.0.3.tar.gz
| Download URL | binstream-1.0.3.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20af297db4270bc775c39f01385a02c45c41c83068b48429cb7fa67c330fa04d
|
|
BLAKE2b-256 checksum How to use checksums |
7e75953fd3f76e79a044b0928e4632c87bb4c9ce314bdb9df2ed5dfb368f531f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |