I noticed that PTXprint is distributed on Ubuntu 25.04 under the package name python3-ptxprint (Edit: this is incorrect, Ubuntu's repositories do not include PTXprint. I must have installed python3-ptxprint from another source). This makes me think that ptxprint is a Python module, that could be found on PyPI, but I can't find it.
If I run pip install ptxprint , I get this error:
ERROR: Could not find a version that satisfies the requirement ptxprint (from versions: none)
ERROR: No matching distribution found for ptxprint
Likewise, the link https://pypi.org/project/ptxprint/ leads to a 404 error.
Is ptxprint available as a Python package? It would be handy to be able to run ptxprint headlessly, and to include it as a dependency in my Python application.