pyadalight


Namepyadalight JSON
Version 1.0.0b3 PyPI version JSON
download
home_pageNone
SummarySimple adalight (ambient light) software written in python.
upload_time2024-05-28 11:14:09
maintainerNone
docs_urlNone
authorRuslanUC
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements pyserial mss numpy opencv-python click
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyAdalight

### Installation
```shell
$ pip install pyadalight
```

### Usage
```shell
$ pyadalight --help
Usage: pyadalight [OPTIONS]

Options:
  -hl, --h-led-count INTEGER  Horizontal LED count.
  -vl, --v-led-count INTEGER  Vertical LED count.
  -p, --port TEXT             Serial port.
  -m, --monitor INTEGER       Monitor index.
  --list-monitors             Shows monitors list and exits.
  --list-ports                Shows ports list and exits.
  --help                      Show this message and exit.

```

### License
The source is released under MIT-License (see https://opensource.org/licenses/MIT).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyadalight",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "RuslanUC",
    "author_email": "dev_ruslan_uc@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/63/5cff49e280255c27836a53b2b64be2650a4ca6958a3f066603ffb6a058bb/pyadalight-1.0.0b3.tar.gz",
    "platform": null,
    "description": "# pyAdalight\n\n### Installation\n```shell\n$ pip install pyadalight\n```\n\n### Usage\n```shell\n$ pyadalight --help\nUsage: pyadalight [OPTIONS]\n\nOptions:\n  -hl, --h-led-count INTEGER  Horizontal LED count.\n  -vl, --v-led-count INTEGER  Vertical LED count.\n  -p, --port TEXT             Serial port.\n  -m, --monitor INTEGER       Monitor index.\n  --list-monitors             Shows monitors list and exits.\n  --list-ports                Shows ports list and exits.\n  --help                      Show this message and exit.\n\n```\n\n### License\nThe source is released under MIT-License (see https://opensource.org/licenses/MIT).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple adalight (ambient light) software written in python.",
    "version": "1.0.0b3",
    "project_urls": {
        "Homepage": "https://github.com/pyAdaLight/pyadalight",
        "Repository": "https://github.com/pyAdaLight/pyadalight"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f461d527ff8d9cc340ee320e1793e83b26678be09dad99c3ca0f36848ae498e1",
                "md5": "d63aef51102892c432fffbd57adba53a",
                "sha256": "603630b066827c57975e71b19adeaa848dc5fee86c7e707789206dc4d067f0ec"
            },
            "downloads": -1,
            "filename": "pyadalight-1.0.0b3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d63aef51102892c432fffbd57adba53a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 7623,
            "upload_time": "2024-05-28T11:14:08",
            "upload_time_iso_8601": "2024-05-28T11:14:08.005130Z",
            "url": "https://files.pythonhosted.org/packages/f4/61/d527ff8d9cc340ee320e1793e83b26678be09dad99c3ca0f36848ae498e1/pyadalight-1.0.0b3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b635cff49e280255c27836a53b2b64be2650a4ca6958a3f066603ffb6a058bb",
                "md5": "f9165ebb9bccd66958a1b61cb7a7db95",
                "sha256": "84c9e787f257eb81468bc0cf8c1c5555ac736547a1ef75258dd69a49c51eed0d"
            },
            "downloads": -1,
            "filename": "pyadalight-1.0.0b3.tar.gz",
            "has_sig": false,
            "md5_digest": "f9165ebb9bccd66958a1b61cb7a7db95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 4995,
            "upload_time": "2024-05-28T11:14:09",
            "upload_time_iso_8601": "2024-05-28T11:14:09.579468Z",
            "url": "https://files.pythonhosted.org/packages/0b/63/5cff49e280255c27836a53b2b64be2650a4ca6958a3f066603ffb6a058bb/pyadalight-1.0.0b3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-28 11:14:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyAdaLight",
    "github_project": "pyadalight",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyserial",
            "specs": [
                [
                    "~=",
                    "3.5"
                ]
            ]
        },
        {
            "name": "mss",
            "specs": [
                [
                    "~=",
                    "9.0.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.25.0"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": [
                [
                    "~=",
                    "4.7.0.72"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "~=",
                    "8.1.3"
                ]
            ]
        }
    ],
    "lcname": "pyadalight"
}
        
Elapsed time: 0.32307s