propy3
propy3 copied to clipboard
A Python 3 version of the protein descriptor package propy
Results
12
propy3 issues
Sort by
recently updated
recently updated
newest added
Hello, I migrated the deprecated pkg_resources to importlib-standard. This required to update the **Python interpreter to 3.9**! This might clash with [Issue 12](https://github.com/MartinThoma/propy3/issues/12) > DeprecationWarning: pkg_resources is deprecated as an...
Hello, in the following scripts the Doctests fail caused by keyerrors. Either the wrong type is assumes (array access for a dictionary) or the assumed key is not in the...