rfproto


Namerfproto JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryPython for RF and SDR prototyping.
upload_time2024-05-05 21:13:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords rf sdr prototyping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rfproto

[![CI Pipeline](https://github.com/JohnnyGOX17/rfproto/actions/workflows/ci.yml/badge.svg)](https://github.com/JohnnyGOX17/rfproto/actions/workflows/ci.yml)

Python for RF and SDR prototyping.


## Building & CI

* Trigger GitHub action to publish to PyPI with a tagged commit (e.x. `git tag -am "test auto versioning" 0.0.2`) on `main` branch. Note versioning is also inferred from the git tag value, and this will only run on push on tag.
* Documentation uses [mkdocs-material](https://squidfunk.github.io/mkdocs-material/), preview with `$ mkdocs serve`. Publishes with GitHub action as well.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rfproto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "RF, SDR, prototyping",
    "author": null,
    "author_email": "John Gentile <johncgentile17@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/08/4b/9386f0bb6b1c8a4ce672ab89e2269f57798efcd8350ec3adf13a361969da/rfproto-0.0.7.tar.gz",
    "platform": null,
    "description": "# rfproto\n\n[![CI Pipeline](https://github.com/JohnnyGOX17/rfproto/actions/workflows/ci.yml/badge.svg)](https://github.com/JohnnyGOX17/rfproto/actions/workflows/ci.yml)\n\nPython for RF and SDR prototyping.\n\n\n## Building & CI\n\n* Trigger GitHub action to publish to PyPI with a tagged commit (e.x. `git tag -am \"test auto versioning\" 0.0.2`) on `main` branch. Note versioning is also inferred from the git tag value, and this will only run on push on tag.\n* Documentation uses [mkdocs-material](https://squidfunk.github.io/mkdocs-material/), preview with `$ mkdocs serve`. Publishes with GitHub action as well.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python for RF and SDR prototyping.",
    "version": "0.0.7",
    "project_urls": {
        "Documentation": "https://johnnygox17.github.io/rfproto/",
        "Homepage": "https://github.com/JohnnyGOX17/rfproto",
        "Issues": "https://github.com/JohnnyGOX17/rfproto/issues",
        "Repository": "https://github.com/JohnnyGOX17/rfproto.git"
    },
    "split_keywords": [
        "rf",
        " sdr",
        " prototyping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b807cf943671c428e2b053ca5ad82049b88c1bcf96c39ec7f82d9ccd3f9afda",
                "md5": "ea83f4062ff3f10c5263aeb58aa3f6a1",
                "sha256": "e2f873d6447b534030eacc7a0bb6f7a84fa414328780cc75cd87e6f143909425"
            },
            "downloads": -1,
            "filename": "rfproto-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea83f4062ff3f10c5263aeb58aa3f6a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2980,
            "upload_time": "2024-05-05T21:13:15",
            "upload_time_iso_8601": "2024-05-05T21:13:15.915365Z",
            "url": "https://files.pythonhosted.org/packages/8b/80/7cf943671c428e2b053ca5ad82049b88c1bcf96c39ec7f82d9ccd3f9afda/rfproto-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "084b9386f0bb6b1c8a4ce672ab89e2269f57798efcd8350ec3adf13a361969da",
                "md5": "a739de48c8f573950180d54818945065",
                "sha256": "079f72aab999dad0a4c9dc8247bfa315503aca4c6add6399028397eea54378a9"
            },
            "downloads": -1,
            "filename": "rfproto-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "a739de48c8f573950180d54818945065",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2794,
            "upload_time": "2024-05-05T21:13:17",
            "upload_time_iso_8601": "2024-05-05T21:13:17.554996Z",
            "url": "https://files.pythonhosted.org/packages/08/4b/9386f0bb6b1c8a4ce672ab89e2269f57798efcd8350ec3adf13a361969da/rfproto-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 21:13:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JohnnyGOX17",
    "github_project": "rfproto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rfproto"
}
        
Elapsed time: 0.28667s