core-module-raw-xml-app 2.20.0__tar.gz → 2.22.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. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/PKG-INFO +1 -1
  2. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app/urls.py +1 -2
  3. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app/views/views.py +1 -2
  4. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app.egg-info/PKG-INFO +1 -1
  5. core_module_raw_xml_app-2.22.0/core_module_raw_xml_app.egg-info/requires.txt +2 -0
  6. core_module_raw_xml_app-2.22.0/requirements.core.txt +1 -0
  7. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/setup.py +2 -3
  8. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/tests/test_settings.py +1 -2
  9. core_module_raw_xml_app-2.22.0/tests/test_unit_views.py +1 -0
  10. core_module_raw_xml_app-2.20.0/core_module_raw_xml_app.egg-info/requires.txt +0 -2
  11. core_module_raw_xml_app-2.20.0/requirements.core.txt +0 -1
  12. core_module_raw_xml_app-2.20.0/tests/test_unit_views.py +0 -2
  13. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/LICENSE.md +0 -0
  14. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/MANIFEST.in +0 -0
  15. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/README.rst +0 -0
  16. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app/__init__.py +0 -0
  17. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app/views/__init__.py +0 -0
  18. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app.egg-info/SOURCES.txt +0 -0
  19. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app.egg-info/dependency_links.txt +0 -0
  20. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/core_module_raw_xml_app.egg-info/top_level.txt +0 -0
  21. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/pyproject.toml +0 -0
  22. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/requirements.txt +0 -0
  23. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/setup.cfg +0 -0
  24. {core_module_raw_xml_app-2.20.0 → core_module_raw_xml_app-2.22.0}/tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: core_module_raw_xml_app
3
- Version: 2.20.0
3
+ Version: 2.22.0
4
4
  Summary: Raw xml module for the parser core project
5
5
  Home-page: https://github.com/usnistgov/core_module_raw_xml_app
6
6
  Author: NIST IT Lab
@@ -1,5 +1,4 @@
1
- """ Url router for the raw xml module
2
- """
1
+ """Url router for the raw xml module"""
3
2
 
4
3
  from django.urls import re_path
5
4
 
@@ -1,5 +1,4 @@
1
- """ Raw Xml module
2
- """
1
+ """Raw Xml module"""
3
2
 
4
3
  import html.parser
5
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: core-module-raw-xml-app
3
- Version: 2.20.0
3
+ Version: 2.22.0
4
4
  Summary: Raw xml module for the parser core project
5
5
  Home-page: https://github.com/usnistgov/core_module_raw_xml_app
6
6
  Author: NIST IT Lab
@@ -0,0 +1,2 @@
1
+ Django
2
+ core-module-text-area-app==2.22.*
@@ -0,0 +1 @@
1
+ core-module-text-area-app==2.22.*
@@ -1,5 +1,4 @@
1
- """ Setup core raw xml module app
2
- """
1
+ """Setup core raw xml module app"""
3
2
 
4
3
  from os import chdir, pardir
5
4
  from os.path import join, exists, dirname, normpath, abspath
@@ -26,7 +25,7 @@ chdir(normpath(join(abspath(__file__), pardir)))
26
25
 
27
26
  setup(
28
27
  name="core_module_raw_xml_app",
29
- version="2.20.0",
28
+ version="2.22.0",
30
29
  description="Raw xml module for the parser core project",
31
30
  long_description=long_desc,
32
31
  author="NIST IT Lab",
@@ -1,5 +1,4 @@
1
- """ Test settings
2
- """
1
+ """Test settings"""
3
2
 
4
3
  SECRET_KEY = "fake-key"
5
4
  INSTALLED_APPS = []
@@ -0,0 +1 @@
1
+ """Module Text Area testing"""
@@ -1,2 +0,0 @@
1
- Django
2
- core-module-text-area-app==2.20.*
@@ -1 +0,0 @@
1
- core-module-text-area-app==2.20.*
@@ -1,2 +0,0 @@
1
- """ Module Text Area testing
2
- """