wwpdb.apps.msgmodule 0.178__tar.gz → 0.179__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 (31) hide show
  1. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/PKG-INFO +2 -2
  2. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/__init__.py +1 -1
  3. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/PKG-INFO +2 -2
  4. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/README.md +0 -0
  5. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/setup.cfg +0 -0
  6. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/setup.py +0 -0
  7. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/__init__.py +0 -0
  8. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/__init__.py +0 -0
  9. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/depict/MessagingDepict.py +0 -0
  10. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/depict/MessagingTemplates.py +0 -0
  11. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/depict/__init__.py +0 -0
  12. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/DateUtil.py +0 -0
  13. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/EmHeaderUtils.py +0 -0
  14. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/MessagingDataExport.py +0 -0
  15. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/MessagingDataImport.py +0 -0
  16. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/MessagingIo.py +0 -0
  17. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/io/__init__.py +0 -0
  18. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/models/Message.py +0 -0
  19. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/models/__init__.py +0 -0
  20. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/util/AutoMessage.py +0 -0
  21. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/util/DaInternalDb.py +0 -0
  22. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/util/ExtractMessage.py +0 -0
  23. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/util/__init__.py +0 -0
  24. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/webapp/MessagingWebApp.py +0 -0
  25. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/webapp/__init__.py +0 -0
  26. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb/apps/msgmodule/webapp/wsgi.py +0 -0
  27. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/SOURCES.txt +0 -0
  28. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/dependency_links.txt +0 -0
  29. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/not-zip-safe +0 -0
  30. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/requires.txt +0 -0
  31. {wwpdb_apps_msgmodule-0.178 → wwpdb_apps_msgmodule-0.179}/wwpdb.apps.msgmodule.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: wwpdb.apps.msgmodule
3
- Version: 0.178
3
+ Version: 0.179
4
4
  Summary: wwPDB messaging module
5
5
  Home-page: https://github.com/rcsb/py-wwpdb_apps_ann_tasks_v2
6
6
  Author: Ezra Peisach
@@ -2,4 +2,4 @@ __docformat__ = "restructuredtext en"
2
2
  __author__ = "Ezra Peisach"
3
3
  __email__ = "ezra.peisach@rcsb.org"
4
4
  __license__ = "Apache 2.0"
5
- __version__ = "0.178"
5
+ __version__ = "0.179"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: wwpdb.apps.msgmodule
3
- Version: 0.178
3
+ Version: 0.179
4
4
  Summary: wwPDB messaging module
5
5
  Home-page: https://github.com/rcsb/py-wwpdb_apps_ann_tasks_v2
6
6
  Author: Ezra Peisach