Added
- Initial release of PyStreamHandler.
- Implemented `WriteStreamHandler` for writing binary data.
- Implemented `ReadStreamHandler` for reading binary data.
- Added support for reading and writing signed and unsigned byte, short, int, and long values.
- Included test suite for functionality and error handling.
- Documentation and usage examples in `README.md`.