ccsds


Nameccsds JSON
Version 0.1.0b3 PyPI version JSON
download
home_pageNone
SummaryCCSDS spacecraft data stream decoding
upload_time2024-04-01 20:31:47
maintainerNone
docs_urlNone
authorBruce Flynn <brucef@ssec.wisc.edu>
requires_python>=3.7
licenseNone
keywords ccsds spacepacket framing cadu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ccsds Python bindings

[![Actions Status](https://img.shields.io/github/actions/workflow/status/bmflynn/ccsdspy/CI.yml?branch=main&logo=github&style=flat-square)](https://github.com/bmflynn/ccsdspy/actions)

`ccsdspy` provides Python bindnigs for the [ccsds](https://github.com/bmflynn/ccsds-rs)
Rust bindings using [pyo3](https://pyo3.rs).


## Related

* [spacecraftsdb](https://github.com/bmflynn/spacecraftsdb): JSON Spacecraft metadata database
* [spacecrafts-rs](https://github.com/bmflynn/spacecrafts-rs): Rust crate interfacing with `spacecraftsdb`
* [ccsds-rs](https://github.com/bmflynn/ccsds-rs): Rust crate for CCSDS spacecraft frame & spacepacket decoding


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ccsds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ccsds, spacepacket, framing, cadu",
    "author": "Bruce Flynn <brucef@ssec.wisc.edu>",
    "author_email": "Bruce Flynn <brucef@ssec.wisc.edu>",
    "download_url": "https://files.pythonhosted.org/packages/8a/bc/3611d9701db67fe2f5fd0f112f6c2ecc5e0a1f1bb3566b412700f72a4084/ccsds-0.1.0b3.tar.gz",
    "platform": null,
    "description": "# ccsds Python bindings\n\n[![Actions Status](https://img.shields.io/github/actions/workflow/status/bmflynn/ccsdspy/CI.yml?branch=main&logo=github&style=flat-square)](https://github.com/bmflynn/ccsdspy/actions)\n\n`ccsdspy` provides Python bindnigs for the [ccsds](https://github.com/bmflynn/ccsds-rs)\nRust bindings using [pyo3](https://pyo3.rs).\n\n\n## Related\n\n* [spacecraftsdb](https://github.com/bmflynn/spacecraftsdb): JSON Spacecraft metadata database\n* [spacecrafts-rs](https://github.com/bmflynn/spacecrafts-rs): Rust crate interfacing with `spacecraftsdb`\n* [ccsds-rs](https://github.com/bmflynn/ccsds-rs): Rust crate for CCSDS spacecraft frame & spacepacket decoding\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CCSDS spacecraft data stream decoding",
    "version": "0.1.0b3",
    "project_urls": {
        "Source Code": "https://github.com/bmflynn/ccsdspy"
    },
    "split_keywords": [
        "ccsds",
        " spacepacket",
        " framing",
        " cadu"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "809de6821d8da96e6482959e7de084c4697b47910de97f685b0d91c1aeca6ae0",
                "md5": "9d0144f3bd4e43567281e63bccffa3e8",
                "sha256": "04db4cca0ddd2c34e9276ff93aac8257f53faf6f90d015eae15be3946174b2cb"
            },
            "downloads": -1,
            "filename": "ccsds-0.1.0b3-cp37-abi3-manylinux_2_34_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9d0144f3bd4e43567281e63bccffa3e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 480919,
            "upload_time": "2024-04-01T20:31:45",
            "upload_time_iso_8601": "2024-04-01T20:31:45.978826Z",
            "url": "https://files.pythonhosted.org/packages/80/9d/e6821d8da96e6482959e7de084c4697b47910de97f685b0d91c1aeca6ae0/ccsds-0.1.0b3-cp37-abi3-manylinux_2_34_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8abc3611d9701db67fe2f5fd0f112f6c2ecc5e0a1f1bb3566b412700f72a4084",
                "md5": "3fb2e3670ad87313087d3db248ac2e05",
                "sha256": "fc76d9fed249467418d01464743b038098da3d76d356ce1e0c294dd2fbd30bb6"
            },
            "downloads": -1,
            "filename": "ccsds-0.1.0b3.tar.gz",
            "has_sig": false,
            "md5_digest": "3fb2e3670ad87313087d3db248ac2e05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 97838,
            "upload_time": "2024-04-01T20:31:47",
            "upload_time_iso_8601": "2024-04-01T20:31:47.979381Z",
            "url": "https://files.pythonhosted.org/packages/8a/bc/3611d9701db67fe2f5fd0f112f6c2ecc5e0a1f1bb3566b412700f72a4084/ccsds-0.1.0b3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 20:31:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bmflynn",
    "github_project": "ccsdspy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ccsds"
}
        
Elapsed time: 0.38055s