retico-core-psi


Nameretico-core-psi 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:12
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-psi
  

This project includes the core functionality of the retico psi 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-psi

```

## Import
```
import configFileReader
import psi_common
import psiAsrReceiver
```

## 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-psi",
    "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/86/19/8df0f6eedeac620d4fcdac87e7647783dd0979954d3dd83d5444af15ebf0/retico-core-psi-0.1.1.tar.gz",
    "platform": null,
    "description": "# retico-core-psi\n  \n\nThis project includes the core functionality of the retico psi 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-psi\n\n```\n\n## Import\n```\nimport configFileReader\nimport psi_common\nimport psiAsrReceiver\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": "86198df0f6eedeac620d4fcdac87e7647783dd0979954d3dd83d5444af15ebf0",
                "md5": "35a7dcb2af035d70696428dd4007c97d",
                "sha256": "5401dee87e936ce410bc7316bc97bd1f174f54ba662a8ef88c1ca801be820034"
            },
            "downloads": -1,
            "filename": "retico-core-psi-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "35a7dcb2af035d70696428dd4007c97d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 3910,
            "upload_time": "2024-02-27T23:39:12",
            "upload_time_iso_8601": "2024-02-27T23:39:12.606863Z",
            "url": "https://files.pythonhosted.org/packages/86/19/8df0f6eedeac620d4fcdac87e7647783dd0979954d3dd83d5444af15ebf0/retico-core-psi-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 23:39:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retico-core-psi"
}
        
Elapsed time: 0.33251s