audata


Nameaudata JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/autonlab/audata
SummaryA python package for reading and writing data for in the audata file spec.
upload_time2024-03-04 09:30:15
maintainer
docs_urlNone
authorAnthony Wertz
requires_python>=3.7
licenseGNU LGPL 3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Auton Universal Data

Welcome to the source code for Auton Universal Data (AUData). AUData is both a file schema and a toolset. This source repository contains the documentation of the file specification and a Python library for working with audata files.

## Documentation

Further documentation is available at [audata.readthedocs.io](https://audata.readthedocs.io/en/latest/)

## Installation

To install audata, simply use pip:

```
pip install audata
```

## Building

If you'd like to build from source code (e.g. for development purposes):

```
python setup.py bdist_wheel
pip install -U dist/*.whl
cd test
python write.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/autonlab/audata",
    "name": "audata",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Anthony Wertz",
    "author_email": "awertz@cmu.edu",
    "download_url": "https://files.pythonhosted.org/packages/52/0a/df8d539a89b13a29f7964b996bc9f4fc9cc06ea37d8b99bc975a25307bba/audata-1.0.4.tar.gz",
    "platform": null,
    "description": "# Auton Universal Data\n\nWelcome to the source code for Auton Universal Data (AUData). AUData is both a file schema and a toolset. This source repository contains the documentation of the file specification and a Python library for working with audata files.\n\n## Documentation\n\nFurther documentation is available at [audata.readthedocs.io](https://audata.readthedocs.io/en/latest/)\n\n## Installation\n\nTo install audata, simply use pip:\n\n```\npip install audata\n```\n\n## Building\n\nIf you'd like to build from source code (e.g. for development purposes):\n\n```\npython setup.py bdist_wheel\npip install -U dist/*.whl\ncd test\npython write.py\n```\n",
    "bugtrack_url": null,
    "license": "GNU LGPL 3",
    "summary": "A python package for reading and writing data for in the audata file spec.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/autonlab/audata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c1dceb4edeb17453358db9f5b0b01031223d20e01f7e8b65cf0844c9c5d6d5d",
                "md5": "5a3130ce5cc458f31fe524418d89cf78",
                "sha256": "a0d915df01b7b8bbd146d74b42b8454f4fa214bcd882ff2a4beba7eeefed5abb"
            },
            "downloads": -1,
            "filename": "audata-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a3130ce5cc458f31fe524418d89cf78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18889,
            "upload_time": "2024-03-04T09:30:13",
            "upload_time_iso_8601": "2024-03-04T09:30:13.628874Z",
            "url": "https://files.pythonhosted.org/packages/3c/1d/ceb4edeb17453358db9f5b0b01031223d20e01f7e8b65cf0844c9c5d6d5d/audata-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "520adf8d539a89b13a29f7964b996bc9f4fc9cc06ea37d8b99bc975a25307bba",
                "md5": "57b984cd41c34dfc3e0eb22aa3758d3a",
                "sha256": "960ccd4926538726be8e8bc0e45fea45e9f30b405c5d1bb21a4e9d61c271853b"
            },
            "downloads": -1,
            "filename": "audata-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "57b984cd41c34dfc3e0eb22aa3758d3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 15899,
            "upload_time": "2024-03-04T09:30:15",
            "upload_time_iso_8601": "2024-03-04T09:30:15.580219Z",
            "url": "https://files.pythonhosted.org/packages/52/0a/df8d539a89b13a29f7964b996bc9f4fc9cc06ea37d8b99bc975a25307bba/audata-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 09:30:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "autonlab",
    "github_project": "audata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "audata"
}
        
Elapsed time: 0.19649s