victor-gil-sepulveda / pyRMSD

pyRMSD is a small Python package that aims to offer an integrative and efficient way of performing RMSD calculations of large sets of structures. It is specially tuned to do fast collective RMSD calculations, as pairwise RMSD matrices.
Other
26 stars 14 forks source link

New PyPI release? #18

Open benmwebb opened 3 years ago

benmwebb commented 3 years ago

There hasn't been a PyPI release since 2015: https://pypi.org/project/pyRMSD/#history

This older version doesn't support Python 3 (see #14) so most users on modern operating systems, with Python 3, can't "pip install" it.

Could you push a new release with Python 3 support (or just delete the pypi package forcing people to use setup.py instead)? Alternatively, if you really don't want to maintain this any more, I could push a new release from our fork which does support Python 3: https://github.com/salilab/pyRMSD

benmwebb commented 4 months ago

I started the process with PyPI to move to our active fork. Any objections?