retico-core-slim


Nameretico-core-slim JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA framework for real time incremental dialogue processing.
upload_time2024-02-27 23:39:36
maintainer
docs_urlNone
authorRyan Pacheco
requires_python>=3.6, <4
license
keywords retico framework incremental dialogue dialog
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # retico-core-slim
  

This project includes the core functionality of the retico slim module

## How to install
This will also install the retico-core-core modules that are required for all of retico to function


via pip:

  

```bash

$ pip  install  retico-core-slim

```

## Import
```
import slim_common
import wac
import words_as_classifiers
```

## Retico
Documentation for the main retico project can be found here
[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "retico-core-slim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "retico,framework,incremental,dialogue,dialog",
    "author": "Ryan Pacheco",
    "author_email": "ryanpacheco413@u.boisestate.edu",
    "download_url": "https://files.pythonhosted.org/packages/41/23/dae87214d78bfbdadb680853b32af7c0f69d22ae57df48ca7aba1588ae21/retico-core-slim-0.1.1.tar.gz",
    "platform": null,
    "description": "# retico-core-slim\n  \n\nThis project includes the core functionality of the retico slim module\n\n## How to install\nThis will also install the retico-core-core modules that are required for all of retico to function\n\n\nvia pip:\n\n  \n\n```bash\n\n$ pip  install  retico-core-slim\n\n```\n\n## Import\n```\nimport slim_common\nimport wac\nimport words_as_classifiers\n```\n\n## Retico\nDocumentation for the main retico project can be found here\n[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A framework for real time incremental dialogue processing.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "retico",
        "framework",
        "incremental",
        "dialogue",
        "dialog"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4123dae87214d78bfbdadb680853b32af7c0f69d22ae57df48ca7aba1588ae21",
                "md5": "ffb52dd0c2e5b3509193bda2b0a79d5b",
                "sha256": "6dfcb384f932db4181b6d667f1e7fdd225e965044e52600b92df08825ee72695"
            },
            "downloads": -1,
            "filename": "retico-core-slim-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ffb52dd0c2e5b3509193bda2b0a79d5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 4938,
            "upload_time": "2024-02-27T23:39:36",
            "upload_time_iso_8601": "2024-02-27T23:39:36.418761Z",
            "url": "https://files.pythonhosted.org/packages/41/23/dae87214d78bfbdadb680853b32af7c0f69d22ae57df48ca7aba1588ae21/retico-core-slim-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 23:39:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retico-core-slim"
}
        
Elapsed time: 0.19080s