We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984589c commit 41ae24dCopy full SHA for 41ae24d
docs/api_reference/extractor.rst
@@ -9,6 +9,11 @@ coherence.extractor
9
.. toctree::
10
:maxdepth: 4
11
12
+Extractors
13
+----------
14
+.. autoclass:: coherence.extractor.Extractors
15
+ :members:
16
+
17
ValueExtractor
18
---------------
19
.. autoclass:: coherence.extractor.ValueExtractor
pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Universal Permissive License (UPL)",
"Operating System :: OS Independent",
20
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
21
]
22
23
[tool.poetry.dependencies]
0 commit comments