geekros


Namegeekros JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/geekros/geekros
SummaryPython development framework for geekros.
upload_time2024-09-02 06:13:30
maintainerNone
docs_urlNone
authorMakerYang
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video geekros ros ros2 ubuntu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python

⚡ Python SDK For GEEKROS ⚡

## License

[![License:Apache2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/Apache2.0)

## Basic Requirements

Your device should meet the following basic requirements.

```shell
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy

Python          3.10.12
```

## Install

```shell
pip install geekros
# or
pip3 install geekros
# or
python3 -m pip install geekros
```

## Build

> Build and publish Python packages to pypi.

```shell
git clone git@github.com:geekros/python.git
```

```shell
cd python
```

1、Install the required dependencies.

```shell
python -m pip install twine setuptools wheel
```

2、Build software package.

```shell
python setup.py sdist bdist_wheel
```

3、Upload software package to PyPI.

```shell
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/geekros/geekros",
    "name": "geekros",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, geekros, ros, ros2, ubuntu",
    "author": "MakerYang",
    "author_email": "admin@wileho.com",
    "download_url": "https://files.pythonhosted.org/packages/77/76/bc8120db56e099ddeb6a73074ac02586a2b0d5005dde4032f290d15c8fc4/geekros-1.0.0.tar.gz",
    "platform": null,
    "description": "# Python\r\n\r\n\u26a1 Python SDK For GEEKROS \u26a1\r\n\r\n## License\r\n\r\n[![License:Apache2.0](https://img.shields.io/badge/License-Apache2.0-yellow.svg)](https://opensource.org/licenses/Apache2.0)\r\n\r\n## Basic Requirements\r\n\r\nYour device should meet the following basic requirements.\r\n\r\n```shell\r\nDistributor ID: Ubuntu\r\nDescription:    Ubuntu 22.04.4 LTS\r\nRelease:        22.04\r\nCodename:       jammy\r\n\r\nPython          3.10.12\r\n```\r\n\r\n## Install\r\n\r\n```shell\r\npip install geekros\r\n# or\r\npip3 install geekros\r\n# or\r\npython3 -m pip install geekros\r\n```\r\n\r\n## Build\r\n\r\n> Build and publish Python packages to pypi.\r\n\r\n```shell\r\ngit clone git@github.com:geekros/python.git\r\n```\r\n\r\n```shell\r\ncd python\r\n```\r\n\r\n1\u3001Install the required dependencies.\r\n\r\n```shell\r\npython -m pip install twine setuptools wheel\r\n```\r\n\r\n2\u3001Build software package.\r\n\r\n```shell\r\npython setup.py sdist bdist_wheel\r\n```\r\n\r\n3\u3001Upload software package to PyPI.\r\n\r\n```shell\r\ntwine upload dist/*\r\n```\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python development framework for geekros.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://www.geekros.com/docs",
        "Homepage": "https://github.com/geekros/geekros",
        "Source": "https://github.com/geekros/geekros",
        "Website": "https://lgeekros.com"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " geekros",
        " ros",
        " ros2",
        " ubuntu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2cc27b0c0e763a11e438c187d888d00e4dd00f62afb39fc1c17b5a9e9b67562",
                "md5": "82e313a49991b5bb44976ff97cb132d1",
                "sha256": "d6cb5b578a5be87ea0ab500629d6927e1d1ee147f516c66fa43008ed30f19824"
            },
            "downloads": -1,
            "filename": "geekros-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82e313a49991b5bb44976ff97cb132d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 15932,
            "upload_time": "2024-09-02T06:13:29",
            "upload_time_iso_8601": "2024-09-02T06:13:29.196062Z",
            "url": "https://files.pythonhosted.org/packages/f2/cc/27b0c0e763a11e438c187d888d00e4dd00f62afb39fc1c17b5a9e9b67562/geekros-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7776bc8120db56e099ddeb6a73074ac02586a2b0d5005dde4032f290d15c8fc4",
                "md5": "0ff89cc314771510f0f3acaa65d560c9",
                "sha256": "d1c78bd1cb49292168fa588b0b62069d9d0840ffef0a9e14fae32f340374f7f0"
            },
            "downloads": -1,
            "filename": "geekros-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0ff89cc314771510f0f3acaa65d560c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 11806,
            "upload_time": "2024-09-02T06:13:30",
            "upload_time_iso_8601": "2024-09-02T06:13:30.760116Z",
            "url": "https://files.pythonhosted.org/packages/77/76/bc8120db56e099ddeb6a73074ac02586a2b0d5005dde4032f290d15c8fc4/geekros-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 06:13:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geekros",
    "github_project": "geekros",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geekros"
}
        
Elapsed time: 3.10322s