mcap-protobuf-support


Namemcap-protobuf-support JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/foxglove/mcap
SummaryProtobuf support for the Python MCAP library
upload_time2024-10-10 16:51:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python MCAP protobuf support

This package provides protobuf support for the Python MCAP file format reader.

## Installation

Install via [Pipenv](https://pipenv.pypa.io/en/latest/) by adding `mcap-protobuf-support` to your `Pipfile` or via the command line:

```bash
pipenv install mcap-protobuf-support
```

## Examples

Examples of use of this package can be found in the `/examples` directory. To run the examples first run
pipenv to install dependencies:

```bash
pip install pipenv
pipenv install
```

Then switch to the examples directory and run the setup script there:

```bash
cd examples
./setup.sh
```

You should now be able to run the examples:

```bash
pipenv run python point_cloud_example.py output.mcap
```

## Stay in touch

Join our [Discord community](https://foxglove.dev/chat) to ask questions, share feedback, and stay up to date on what our team is working on.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/foxglove/mcap",
    "name": "mcap-protobuf-support",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d9/28/48f4c9e2a72ad0ea98d99d36e42194b49a2c8730f4148c08fb1cc6069f4c/mcap_protobuf_support-0.5.2.tar.gz",
    "platform": null,
    "description": "# Python MCAP protobuf support\n\nThis package provides protobuf support for the Python MCAP file format reader.\n\n## Installation\n\nInstall via [Pipenv](https://pipenv.pypa.io/en/latest/) by adding `mcap-protobuf-support` to your `Pipfile` or via the command line:\n\n```bash\npipenv install mcap-protobuf-support\n```\n\n## Examples\n\nExamples of use of this package can be found in the `/examples` directory. To run the examples first run\npipenv to install dependencies:\n\n```bash\npip install pipenv\npipenv install\n```\n\nThen switch to the examples directory and run the setup script there:\n\n```bash\ncd examples\n./setup.sh\n```\n\nYou should now be able to run the examples:\n\n```bash\npipenv run python point_cloud_example.py output.mcap\n```\n\n## Stay in touch\n\nJoin our [Discord community](https://foxglove.dev/chat) to ask questions, share feedback, and stay up to date on what our team is working on.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Protobuf support for the Python MCAP library",
    "version": "0.5.2",
    "project_urls": {
        "Homepage": "https://github.com/foxglove/mcap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e9c9aff34f6a094a40e5da92c4234857a1fb88616d1c18b2bebaf36954f4561",
                "md5": "f7048ba0e90e79d2a2c5fff36d063293",
                "sha256": "96539217a6ccf999e7966e4448c8beaaaa8332dd57573c3d5fc90a4af7286837"
            },
            "downloads": -1,
            "filename": "mcap_protobuf_support-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7048ba0e90e79d2a2c5fff36d063293",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7055,
            "upload_time": "2024-10-10T16:51:02",
            "upload_time_iso_8601": "2024-10-10T16:51:02.570916Z",
            "url": "https://files.pythonhosted.org/packages/1e/9c/9aff34f6a094a40e5da92c4234857a1fb88616d1c18b2bebaf36954f4561/mcap_protobuf_support-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d92848f4c9e2a72ad0ea98d99d36e42194b49a2c8730f4148c08fb1cc6069f4c",
                "md5": "5a39732050b93e46f140893402711deb",
                "sha256": "28a312acc573fcf33e9290c8da1b86ba2cfb7d983bdcd23d7b784884357dffcd"
            },
            "downloads": -1,
            "filename": "mcap_protobuf_support-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5a39732050b93e46f140893402711deb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6598,
            "upload_time": "2024-10-10T16:51:03",
            "upload_time_iso_8601": "2024-10-10T16:51:03.936610Z",
            "url": "https://files.pythonhosted.org/packages/d9/28/48f4c9e2a72ad0ea98d99d36e42194b49a2c8730f4148c08fb1cc6069f4c/mcap_protobuf_support-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 16:51:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "foxglove",
    "github_project": "mcap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mcap-protobuf-support"
}
        
Elapsed time: 0.78642s