gnarea / pyrecord

Pythonic Record Types.

Home Page:https://pythonhosted.org/pyrecord/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyRecord: Pythonic Record Types

A record (aka "struct" in C) is a pre-defined collection of values where each is accessed by a unique name. Depending on the nature of the data, records may be a superior alternative to dictionaries and instances of custom classes.

PyRecord allows you to use records in CPython v2.7, CPython v3.3+, PyPy and PyPy v3, and can be thought of as an improved namedtuple.

The documentation is available at https://pythonhosted.org/pyrecord/

Build Status Coverage Status

About

Pythonic Record Types.

https://pythonhosted.org/pyrecord/

License:Apache License 2.0


Languages

Language:Python 98.9%Language:Shell 1.1%