ihmtools 0.0.1a2__py3-none-any.whl

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.
ihmtools/__init__.py ADDED
@@ -0,0 +1,9 @@
1
+ """Command-line tools for the PDB-IHM validation and deposition systems.
2
+
3
+ The two modules are deliberately self-contained: each talks to DERIVA's ERMrest
4
+ and Hatrac APIs directly, depends only on `requests`, and can be copied out and
5
+ run on its own. They duplicate their auth and HTTP layers rather than sharing
6
+ one, so a fix to either must be applied to both.
7
+ """
8
+
9
+ __version__ = "0.0.1a2"