File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 False
3232]
3333
34+
3435class ClamsApp (ABC ):
3536 """
3637 An abstract class to define API's for ClamsApps. A CLAMS app should inherit
Original file line number Diff line number Diff line change 1+ """
2+ This module provides a CLI to rewind a MMIF from a CLAMS pipeline.
3+ """
14import argparse
25import sys
36import textwrap
4- from pathlib import Path as P
57
68import mmif
79
Original file line number Diff line number Diff line change 1+ """
2+ This module provides a class for creating a "source" MMIF JSON object.
3+ """
14import argparse
25import itertools
36import json
Original file line number Diff line number Diff line change 11clams.app package
2- ===================
2+ ==================
33
4- Module contents
5- ---------------
4+ Core package providing classes for representing CLAMS apps.
65
76.. automodule :: clams.app
87 :members:
Original file line number Diff line number Diff line change 11clams.appmetadata package
22=========================
33
4- Module contents
5- ---------------
4+ Package providing classes for representing metadata of CLAMS apps.
65
76.. autoclass :: clams.appmetadata.AppMetadata
87 :members:
Original file line number Diff line number Diff line change 1+ clams.mmif_utils package
2+ ========================
3+
4+ Package providing utility functions for working with MMIF data.
5+
6+ ``rewind `` module
7+ -----------------
8+
9+ .. automodule :: clams.mmif_utils.rewind
10+ :members:
11+
12+ ``source `` module
13+ -----------------
14+
15+ .. automodule :: clams.mmif_utils.source
16+ :members:
Original file line number Diff line number Diff line change 11clams.restify package
22=====================
33
4- Module contents
5- ---------------
4+ Package providing wrapper class for running a CLAMS app as a HTTP app.
65
76.. automodule :: clams.restify
87 :members:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ API documentation
55.. toctree ::
66 :maxdepth: 4
77
8- autodoc/clams.restify
98 autodoc/clams.app
10- autodoc/clams.source
119 autodoc/clams.appmetadata
10+ autodoc/clams.restify
11+ autodoc/clams.mmif_utils
Original file line number Diff line number Diff line change 1- mmif-python == 1.0.18
1+ mmif-python == 1.0.19
22
33Flask >= 2
44Flask-RESTful >= 0.3.9
You can’t perform that action at this time.
0 commit comments