Basically https://docs.python.org/2/extending/newtypes.html, but from safe Rust code. I'm currently working on this. `py_class!` macro support for: - [ ] inheritance - [X] data members - [ ] DST data members - [X] instance methods - [x] class methods - [x] static methods - [x] static class variables - [X] `def __new__` - [ ] other special methods - [ ] properties - [ ] docstrings - [x] GC integration - [ ] pickle support