clams-python 1.3.0__tar.gz → 1.3.1__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.
- {clams_python-1.3.0/clams_python.egg-info → clams_python-1.3.1}/PKG-INFO +2 -2
- clams_python-1.3.1/VERSION +1 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/app/__init__.py +1 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/mmif_utils/rewind.py +3 -1
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/mmif_utils/source.py +3 -0
- clams_python-1.3.1/clams/ver/__init__.py +1 -0
- {clams_python-1.3.0 → clams_python-1.3.1/clams_python.egg-info}/PKG-INFO +2 -2
- {clams_python-1.3.0 → clams_python-1.3.1}/clams_python.egg-info/requires.txt +1 -1
- {clams_python-1.3.0 → clams_python-1.3.1}/requirements.txt +1 -1
- clams_python-1.3.0/VERSION +0 -1
- clams_python-1.3.0/clams/ver/__init__.py +0 -1
- {clams_python-1.3.0 → clams_python-1.3.1}/LICENSE +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/MANIFEST.in +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/README.md +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/appmetadata/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/.dockerignore.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/.gitignore.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/Containerfile.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/LICENSE.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/README.md.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/app.py.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/cli.py.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/metadata.py.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/requirements.txt.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/for-clams-team.md.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/workflows/issue-apps-project.yml.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/workflows/issue-assign.yml.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/workflows/issue-close.yml.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/workflows/publish.yml.template +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/mmif_utils/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/restify/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams/serve/__init__.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams_python.egg-info/SOURCES.txt +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams_python.egg-info/dependency_links.txt +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams_python.egg-info/entry_points.txt +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/clams_python.egg-info/top_level.txt +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/setup.cfg +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/setup.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/tests/test_clamsapp.py +0 -0
- {clams_python-1.3.0 → clams_python-1.3.1}/tests/test_clamscli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: clams-python
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: A collection of APIs to develop CLAMS app for python
|
|
5
5
|
Home-page: https://clams.ai
|
|
6
6
|
Author: Brandeis Lab for Linguistics and Computation
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
14
14
|
Requires-Python: >=3.8
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: mmif-python==1.0.
|
|
17
|
+
Requires-Dist: mmif-python==1.0.19
|
|
18
18
|
Requires-Dist: Flask>=2
|
|
19
19
|
Requires-Dist: Flask-RESTful>=0.3.9
|
|
20
20
|
Requires-Dist: gunicorn>=20
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.3.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.3.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: clams-python
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: A collection of APIs to develop CLAMS app for python
|
|
5
5
|
Home-page: https://clams.ai
|
|
6
6
|
Author: Brandeis Lab for Linguistics and Computation
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
14
14
|
Requires-Python: >=3.8
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: mmif-python==1.0.
|
|
17
|
+
Requires-Dist: mmif-python==1.0.19
|
|
18
18
|
Requires-Dist: Flask>=2
|
|
19
19
|
Requires-Dist: Flask-RESTful>=0.3.9
|
|
20
20
|
Requires-Dist: gunicorn>=20
|
clams_python-1.3.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.3.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.3.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/.dockerignore.template
RENAMED
|
File without changes
|
|
File without changes
|
{clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/Containerfile.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/app/requirements.txt.template
RENAMED
|
File without changes
|
{clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/for-clams-team.md.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clams_python-1.3.0 → clams_python-1.3.1}/clams/develop/templates/gha/workflows/publish.yml.template
RENAMED
|
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
|