Skip to content

omeraloni/PyBinaryStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyBinaryStream

A C#-like binary stream python interface.

Can be used to serialize/de-serialize primitive types over any byte stream (e.g. file, network stream, etc.)

Unlike the original C# code, this one natively supports big/little endian.

Usage

TODO

WARNING

Written to practice my python skills, use at your own risk.

  • test
  • rest

About

A C#-like binary stream interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages