Metadata-Version: 2.4
Name: clams-python
Version: 1.4.0
Summary: A collection of APIs to develop CLAMS app for python
Home-page: https://clams.ai
Author: Brandeis Lab for Linguistics and Computation
Author-email: admin@clams.ai
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mmif-python==1.2.1
Requires-Dist: Flask>=2
Requires-Dist: Flask-RESTful>=0.3.9
Requires-Dist: gunicorn>=20
Requires-Dist: lapps>=0.0.2
Requires-Dist: pydantic>=2
Requires-Dist: jsonschema>=3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## CLAMS project
[CLAMS project](https://clams.ai) aims at free and open-source software platform for computational analysis and metadata generation applications for multimedia material. We believe free and open AI-based multimedia processing platform can bring many benefits of technical advancement to libraries, archives, and museums. To achieve interoperability between various computational applications developed be different vendors, which is absolutely necessary for using applications together supported by user-friendly workflow engines, we are also developing JSON-based MultiMedia Interchange Format ([MMIF](https://mmif.clams.ai))

## clams-python
`clams-python` is a Python implementation of the CLAMS SDK. `clams-python` provides CLAMS app developers with the following assistance ; 

1. handling MMIF files for input and output specification for CLAMS apps
1. a base Python class to start developing a CLAMS app
1. a flask-based wrapper to run a Python CLAMS app as an HTTP web app
1. cookie-cutter shell command that sets up everything and starts a new CLAMS app project

### Start now from [Getting Started](https://clamsproject.github.io/clams-python/introduction.html)!

## For more ...
* [Version history and patch notes](https://github.com/clamsproject/clams-python/blob/main/CHANGELOG.md)
* [CLAMS Python API documentation](https://clamsproject.github.io/clams-python/modules.html)
* [MMIF-specific Python API documentation](https://clamsproject.github.io/mmif-python)
* [Public CLAMS App Directory](https://clamsproject.github.io/apps)
