Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use c99 struct initialization | Jose M. Guisado Gomez | 2022-04-28 | 1 | -37/+12 |
| | | | | Declutters PyTypeObject struct initialization when declaring new types. | ||||
* | Add COPYING and license headers | Jose M. Guisado Gomez | 2022-04-07 | 1 | -0/+12 |
| | | | | LGPL2.1 or later. | ||||
* | Initial commit | Jose M. Guisado Gomez | 2022-04-06 | 1 | -0/+150 |
Add sources, setup.py and .gitignore Build/Install: python setup.py build python setup.py install |