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.
Files changed (43) hide show
  1. {pidibble-1.2.2 → pidibble-1.2.3}/PKG-INFO +2 -2
  2. {pidibble-1.2.2 → pidibble-1.2.3}/README.md +1 -1
  3. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/pdbparse.py +1 -1
  4. {pidibble-1.2.2 → pidibble-1.2.3}/pyproject.toml +1 -1
  5. {pidibble-1.2.2 → pidibble-1.2.3}/.github/workflows/release.yaml +0 -0
  6. {pidibble-1.2.2 → pidibble-1.2.3}/.gitignore +0 -0
  7. {pidibble-1.2.2 → pidibble-1.2.3}/.readthedocs.yaml +0 -0
  8. {pidibble-1.2.2 → pidibble-1.2.3}/LICENSE +0 -0
  9. {pidibble-1.2.2 → pidibble-1.2.3}/MANIFEST.in +0 -0
  10. {pidibble-1.2.2 → pidibble-1.2.3}/docs/Makefile +0 -0
  11. {pidibble-1.2.2 → pidibble-1.2.3}/docs/make.bat +0 -0
  12. {pidibble-1.2.2 → pidibble-1.2.3}/docs/requirements.txt +0 -0
  13. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/api.rst +0 -0
  14. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/conf.py +0 -0
  15. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/generated/pidibble.rst +0 -0
  16. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/index.rst +0 -0
  17. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/notes.md +0 -0
  18. {pidibble-1.2.2 → pidibble-1.2.3}/docs/source/usage.rst +0 -0
  19. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/__init__.py +0 -0
  20. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/baseparsers.py +0 -0
  21. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/baserecord.py +0 -0
  22. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/hex.py +0 -0
  23. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/mmcif_parse.py +0 -0
  24. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/pdbrecord.py +0 -0
  25. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/__init__.py +0 -0
  26. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/mmcif_format.yaml +0 -0
  27. {pidibble-1.2.2 → pidibble-1.2.3}/pidibble/resources/pdb_format.yaml +0 -0
  28. {pidibble-1.2.2 → pidibble-1.2.3}/tests/__init__.py +0 -0
  29. {pidibble-1.2.2 → pidibble-1.2.3}/tests/conftest.py +0 -0
  30. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_hex/my_system.pdb +0 -0
  31. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_hex.py +0 -0
  32. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4tvp.cif +0 -0
  33. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4tvp.pdb +0 -0
  34. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj-newresnames.pdb +0 -0
  35. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj.cif +0 -0
  36. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/4zmj.pdb +0 -0
  37. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/6m0j.pdb +0 -0
  38. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/8fae.cif +0 -0
  39. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/G.pdb +0 -0
  40. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/GG.pdb +0 -0
  41. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/test.pdb +0 -0
  42. {pidibble-1.2.2 → pidibble-1.2.3}/tests/unit/test_rcsb/test_pdb_format.yaml +0 -0
  43. {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.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.2:
91
+ * 1.2.3:
92
92
  * bugfix: negative resids allowed
93
93
  * 1.2.1:
94
94
  * bugfix: hex issues AGAIN
@@ -70,7 +70,7 @@ ATOM
70
70
  ```
71
71
 
72
72
  ## Release History
73
- * 1.2.2:
73
+ * 1.2.3:
74
74
  * bugfix: negative resids allowed
75
75
  * 1.2.1:
76
76
  * bugfix: hex issues AGAIN
@@ -32,7 +32,7 @@ __version__ = importlib.metadata.version("pidibble")
32
32
 
33
33
  def str2int_sig(arg:str):
34
34
  if not arg.strip().isnumeric():
35
- if arg.strip()[0]=='1':
35
+ if arg.strip()[0]=='-':
36
36
  return int(arg)
37
37
  else:
38
38
  return -1
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
  build-backend = "hatchling.build"
4
4
  [project]
5
5
  name = "pidibble"
6
- version = "1.2.2"
6
+ version = "1.2.3"
7
7
  authors = [
8
8
  { name="Cameron F Abrams", email="cfa22@drexel.edu" },
9
9
  ]
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