pidibble 1.2.2__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pidibble-1.2.2 → pidibble-1.2.3}/PKG-INFO +2 -2
- {pidibble-1.2.2 → pidibble-1.2.3}/README.md +1 -1
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/pdbparse.py +1 -1
- {pidibble-1.2.2 → pidibble-1.2.3}/pyproject.toml +1 -1
- {pidibble-1.2.2 → pidibble-1.2.3}/.github/workflows/release.yaml +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/.gitignore +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/.readthedocs.yaml +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/LICENSE +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/MANIFEST.in +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/Makefile +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/make.bat +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/requirements.txt +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/api.rst +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/conf.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/generated/pidibble.rst +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/index.rst +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/notes.md +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/usage.rst +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/__init__.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/baseparsers.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/baserecord.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/hex.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/mmcif_parse.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/pdbrecord.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/__init__.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/mmcif_format.yaml +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/pdb_format.yaml +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/__init__.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/conftest.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_hex/my_system.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_hex.py +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4tvp.cif +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4tvp.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj-newresnames.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj.cif +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/6m0j.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/8fae.cif +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/G.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/GG.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/test.pdb +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/test_pdb_format.yaml +0 -0
- {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pidibble
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: A complete Protein Data Bank (PDB) file parser
|
|
5
5
|
Project-URL: Source, https://github.com/cameronabrams/pidibble
|
|
6
6
|
Project-URL: Documentation, https://pidibble.readthedocs.io/en/latest/
|
|
@@ -88,7 +88,7 @@ ATOM
|
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
## Release History
|
|
91
|
-
* 1.2.
|
|
91
|
+
* 1.2.3:
|
|
92
92
|
* bugfix: negative resids allowed
|
|
93
93
|
* 1.2.1:
|
|
94
94
|
* bugfix: hex issues AGAIN
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|