PythonPDB
Tools for working with Protein Data Bank Files. This package was created to provide a bridge between python based OOP (like BioPython) and dataframe/pandas style interfaces (like BioPandas).
Key Links
- Source code: https://github.com/benjiemc/PythonPDB
- Documentation: https://benjiemc.github.io/PythonPDB/
- PyPi: https://pypi.org/project/python-pdb/
Installation
The package is available on PyPi and can be downloaded as follows.
pip install python-pdb
Installing for Development
To work on this package, download the git repository...
git clone https://github.com/benjiemc/PythonPDB.git
# or using SSH
git clone git@github.com:benjiemc/PythonPDB.git
cd PythonPDB/
... and then install the package with development dependencies (best practice is to use a virtual environment).
python3 -m venv venv
pip install -e '.[develop]'
Documentation
Documentation can be found at https://benjiemc.github.io/PythonPDB/.
Release files for python-pdb 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_pdb-0.1.3.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_pdb-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.7 kB
Release files / python_pdb-0.1.3.tar.gz
| Download URL | python_pdb-0.1.3.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18811cf333cc517c71259570e1d4629efbdedc27b4926e940c23eabeb47c06ba
|
|
BLAKE2b-256 checksum How to use checksums |
0724b01ba5205e4c96e09d7286c7aa31c3a164f88b312dbe55eb18c3e66eec8a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / python_pdb-0.1.3-py3-none-any.whl
| Download URL | python_pdb-0.1.3-py3-none-any.whl |
|---|---|
| Size | 16.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd7c57839e8c09285d93fa31c11e2e436ee0346ec8c5fa884c75567932abd895
|
|
BLAKE2b-256 checksum How to use checksums |
e5ae645de0ff7c08cac7bfe02def3e1bec4c182d8bcc3b9cecf0e631d9d4e167
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|