retico-core-core


Nameretico-core-core JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryA framework for real time incremental dialogue processing.
upload_time2024-02-27 23:38:56
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

[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)

This project includes the core functionality of the retico framework. This includes the
abstract, general definitions of incremental modules and incremental units (IUs), as
well as modules and IUs for audio input/output, debugging, dialogue, and text
processing. Also, some tools for saving and loading modules to and from file are
available.

For the main repository that includes a variety of useful modules and IU definitions, 
go to [github.com/retico-team/retico](https://github.com/retico-team/retico).

## How to install

For installing retico-core, you need to have `portaudio` installed. See the
documentation for a detailed description of how to install it. Then, you can install it
via pip:

```bash
$ pip install retico-core
```

## Documentation

The documentation of retico-core can be found at [https://retico-core.readthedocs.io/](https://retico-core.readthedocs.io/)

## Import
```
import retico_core.core.abstract
import retico_core.core.audio
import retico_core.core.debug
import retico_core.core.dialogue
import retico_core.core.network
import retico_core.core.text
import retico_core.core.visual
```

## Pip Deployment
### Single Module
```
cd <project directory>
rm -rf dist
python -m build --sdist
twine upload dist/*
```
### Batch upload
Linux/OSX/Powershell
`./retico_deploy.sh`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "retico-core-core",
    "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/00/49/e1914cb2b693bdba1d6cc0425152039118d9715dcce03f690c3fdd8dfc2d/retico-core-core-0.1.6.tar.gz",
    "platform": null,
    "description": "# retico-core\n\n[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)\n\nThis project includes the core functionality of the retico framework. This includes the\nabstract, general definitions of incremental modules and incremental units (IUs), as\nwell as modules and IUs for audio input/output, debugging, dialogue, and text\nprocessing. Also, some tools for saving and loading modules to and from file are\navailable.\n\nFor the main repository that includes a variety of useful modules and IU definitions, \ngo to [github.com/retico-team/retico](https://github.com/retico-team/retico).\n\n## How to install\n\nFor installing retico-core, you need to have `portaudio` installed. See the\ndocumentation for a detailed description of how to install it. Then, you can install it\nvia pip:\n\n```bash\n$ pip install retico-core\n```\n\n## Documentation\n\nThe documentation of retico-core can be found at [https://retico-core.readthedocs.io/](https://retico-core.readthedocs.io/)\n\n## Import\n```\nimport retico_core.core.abstract\nimport retico_core.core.audio\nimport retico_core.core.debug\nimport retico_core.core.dialogue\nimport retico_core.core.network\nimport retico_core.core.text\nimport retico_core.core.visual\n```\n\n## Pip Deployment\n### Single Module\n```\ncd <project directory>\nrm -rf dist\npython -m build --sdist\ntwine upload dist/*\n```\n### Batch upload\nLinux/OSX/Powershell\n`./retico_deploy.sh`\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A framework for real time incremental dialogue processing.",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "retico",
        "framework",
        "incremental",
        "dialogue",
        "dialog"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0049e1914cb2b693bdba1d6cc0425152039118d9715dcce03f690c3fdd8dfc2d",
                "md5": "57ed8f74b4b5fd551aadb9792be82353",
                "sha256": "e630b4cb6d8acb30f368f21977d4782abbeffafe7f35119c8a254171efc106d8"
            },
            "downloads": -1,
            "filename": "retico-core-core-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "57ed8f74b4b5fd551aadb9792be82353",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 26854,
            "upload_time": "2024-02-27T23:38:56",
            "upload_time_iso_8601": "2024-02-27T23:38:56.729442Z",
            "url": "https://files.pythonhosted.org/packages/00/49/e1914cb2b693bdba1d6cc0425152039118d9715dcce03f690c3fdd8dfc2d/retico-core-core-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 23:38:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retico-core-core"
}
        
Elapsed time: 0.19587s