https://github.com/simonrw/py_structtype
Python Struct class a la Ruby's
https://github.com/simonrw/py_structtype
Last synced: over 1 year ago
JSON representation
Python Struct class a la Ruby's
- Host: GitHub
- URL: https://github.com/simonrw/py_structtype
- Owner: simonrw
- Created: 2015-07-01T12:16:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T10:00:33.000Z (almost 11 years ago)
- Last Synced: 2025-02-06T08:45:16.849Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Python ``Struct`` class
=======================
.. image:: https://travis-ci.org/mindriot101/py_structtype.svg?branch=master
:target: https://travis-ci.org/mindriot101/py_structtype
Inspired by Ruby's ``Struct`` class.