Metadata-Version: 2.1
Name: darcyai
Version: 1.0.4
Summary: DarcyAI Library
Home-page: https://github.com/darcyai/darcyai-sdk
Author: darcy.ai
Author-email: info@darcy.ai
License: UNKNOWN
Project-URL: Documentation, https://darcyai.github.io/darcyai-sdk/
Project-URL: Bug Reports, https://github.com/darcyai/darcyai-sdk/issues
Project-URL: Source Code, https://github.com/darcyai/darcyai-sdk
Keywords: darcy,darcyai
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow (==8.3.2)
Requires-Dist: imutils (==0.5.4)
Requires-Dist: pytest (==6.2.5)
Requires-Dist: flask (==2.0.2)
Requires-Dist: requests (==2.26.0)

# darcyai


## Generating documentation

Follow these steps to get some automatically generated code documentation

```console
$ pip install pydoc-markdown>=4.0.0,<5.0.0 mkdocs
$ ./apidocs.bash                # (to run live docs on localhost:8000)
$ ./apidocs.bash --generate     # (to output the docs to docs directory)
```


