raw-docx 0.3.0__tar.gz → 0.4.0__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 (24) hide show
  1. {raw_docx-0.3.0 → raw_docx-0.4.0}/PKG-INFO +1 -1
  2. {raw_docx-0.3.0 → raw_docx-0.4.0}/src/raw_docx.egg-info/PKG-INFO +1 -1
  3. {raw_docx-0.3.0 → raw_docx-0.4.0}/LICENSE +0 -0
  4. {raw_docx-0.3.0 → raw_docx-0.4.0}/README.md +0 -0
  5. {raw_docx-0.3.0 → raw_docx-0.4.0}/setup.cfg +0 -0
  6. {raw_docx-0.3.0 → raw_docx-0.4.0}/setup.py +0 -0
  7. {raw_docx-0.3.0 → raw_docx-0.4.0}/src/raw_docx.egg-info/SOURCES.txt +0 -0
  8. {raw_docx-0.3.0 → raw_docx-0.4.0}/src/raw_docx.egg-info/dependency_links.txt +0 -0
  9. {raw_docx-0.3.0 → raw_docx-0.4.0}/src/raw_docx.egg-info/requires.txt +0 -0
  10. {raw_docx-0.3.0 → raw_docx-0.4.0}/src/raw_docx.egg-info/top_level.txt +0 -0
  11. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_docx_paragraph.py +0 -0
  12. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_integration.py +0 -0
  13. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_document.py +0 -0
  14. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_docx.py +0 -0
  15. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_image.py +0 -0
  16. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_list.py +0 -0
  17. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_list_item.py +0 -0
  18. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_logger.py +0 -0
  19. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_paragraph.py +0 -0
  20. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_run.py +0 -0
  21. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_section.py +0 -0
  22. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_table.py +0 -0
  23. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_table_cell.py +0 -0
  24. {raw_docx-0.3.0 → raw_docx-0.4.0}/tests/test_raw_table_row.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: raw_docx
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: A package for processing and analyzing raw document formats
5
5
  Home-page: https://github.com/daveih/raw_docx
6
6
  Author: Dave Berson-Hurst
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: raw_docx
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: A package for processing and analyzing raw document formats
5
5
  Home-page: https://github.com/daveih/raw_docx
6
6
  Author: Dave Berson-Hurst
File without changes
File without changes
File without changes
File without changes
File without changes