Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

vovanbo/trafaretrecord

Repository files navigation

trafaretrecord

https://travis-ci.org/vovanbo/trafaretrecord.svg?branch=master 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published