darcyai


Namedarcyai JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/darcyai/darcyai
SummaryDarcyAI Library
upload_time2022-06-06 18:08:07
maintainer
docs_urlNone
authordarcy.ai
requires_python>=3.6.9
license
keywords darcy darcyai
VCS
bugtrack_url
requirements mock imutils pillow opencv-python pytest flask requests pylint bump2version pydoc-markdown mkdocs logging-json waitress
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/darcyai/darcyai",
    "name": "darcyai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.9",
    "maintainer_email": "",
    "keywords": "darcy,darcyai",
    "author": "darcy.ai",
    "author_email": "info@darcy.ai",
    "download_url": "",
    "platform": null,
    "description": "# darcyai\n\n\n## Generating documentation\n\nFollow these steps to get some automatically generated code documentation\n\n```console\n$ pip install pydoc-markdown>=4.0.0,<5.0.0 mkdocs\n$ ./apidocs.bash                # (to run live docs on localhost:8000)\n$ ./apidocs.bash --generate     # (to output the docs to docs directory)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "DarcyAI Library",
    "version": "2.0.3",
    "project_urls": {
        "Bug Reports": "https://github.com/darcyai/darcyai/issues",
        "Documentation": "https://darcyai.github.io/darcyai/",
        "Homepage": "https://github.com/darcyai/darcyai",
        "Source Code": "https://github.com/darcyai/darcyai"
    },
    "split_keywords": [
        "darcy",
        "darcyai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4f2c107192315bd56798083e21b3be4bb71ebe53f54b3c59e16ee7c2923097b",
                "md5": "bc2cde8704c548edf3f4575ddd1347f1",
                "sha256": "adde630961a095b406b710073631be0fe820761f9242e63390f11fb54ef47fc5"
            },
            "downloads": -1,
            "filename": "darcyai-2.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc2cde8704c548edf3f4575ddd1347f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.9",
            "size": 5044817,
            "upload_time": "2022-06-06T18:08:07",
            "upload_time_iso_8601": "2022-06-06T18:08:07.212268Z",
            "url": "https://files.pythonhosted.org/packages/f4/f2/c107192315bd56798083e21b3be4bb71ebe53f54b3c59e16ee7c2923097b/darcyai-2.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-06-06 18:08:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "darcyai",
    "github_project": "darcyai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "mock",
            "specs": [
                [
                    "==",
                    "4.0.3"
                ]
            ]
        },
        {
            "name": "imutils",
            "specs": [
                [
                    "==",
                    "0.5.4"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "9.0.1"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": [
                [
                    "==",
                    "4.5.3.56"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "6.2.5"
                ]
            ]
        },
        {
            "name": "flask",
            "specs": [
                [
                    "==",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "2.11.1"
                ]
            ]
        },
        {
            "name": "bump2version",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "pydoc-markdown",
            "specs": [
                [
                    "<",
                    "5.0.0"
                ],
                [
                    ">=",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "mkdocs",
            "specs": []
        },
        {
            "name": "logging-json",
            "specs": [
                [
                    "==",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "waitress",
            "specs": [
                [
                    "==",
                    "2.1.2"
                ]
            ]
        }
    ],
    "lcname": "darcyai"
}
        
Elapsed time: 0.12800s