Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.48 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.48 KB

pygeogram

Python bindings for geogram

Note

This is work in progress, be patient, I first need to understand how wheels work (that is, precompiled Python packages), how to generate them, how to publish them so that one can "pip install" them...

If you need to use geogram in Python now (I don't know how much time it will take me to learn all these things), there is a possibility: you can use gompy, that is, Graphite's object model projected into Python.

You may also be interesting in pygraphite, a version of Graphite that runs in PolyScope using PolyScope Python bindings

For now this repository mainly collects notes and links to documents and projects (thank you Twitter friends).

Links, resources

Examples of projects with actions that build wheels and that publish on PyPI