vovanbo / trafaretrecord

This is a fork of recordclass library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trafaretrecord

image

Updates

Python 3

This is a fork of recordclass by Zaur Shibzukhov.

Original recordclass description:

recordclass is MIT Licensed python library. It implements the type memoryslots and factory function recordclass in order to create record-like classes.

  • memoryslots is tuple-like type, which supports assignment operations.
  • recordclass is a factory function that create a "mutable" analog of collection.namedtuple.

This library actually is a "proof of concept" for the problem of fast "mutable" alternative of namedtuple.

Features of trafaretrecord

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

0.4.3

  • Add support for typing for python 3.6 (patches from Vladimir Bolshakov).
  • Resolve memory leak issue.

About

This is a fork of recordclass library

License:MIT License


Languages

Language:Python 50.3%Language:C 45.7%Language:Makefile 4.0%