splight-lib


Namesplight-lib JSON
Version 5.20.0 PyPI version JSON
download
home_pageNone
SummarySplight Library
upload_time2025-07-17 18:50:22
maintainerNone
docs_urlNone
authorSplight Dev
requires_python<4.0.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Splight Python SDK

![snyk_code](https://github.com/splightplatform/splight-lib-python/blob/gh-pages/snyk_code.svg?raw=True)
![snyk_dependencies](https://github.com/splightplatform/splight-lib-python/blob/gh-pages/snyk_dependencies.svg?raw=True)

---

## Installation

A release version can be installed using `pip` with

```bash 
pip install --upgrade splight-lib
```

or if you want one particular version you can use
```bash 
pip install splight-lib==x.y.z
```

### For Development

To install the library in development mode you need to have `poetry` installed
```bash
pip install poetry==2.0.1
```

Make sure to have installed `poetry` in the version specified or newer since 
version older has a different interface.

Then to insall the library you can use the command

```bash
poetry install
```

#### Managing versions

The package is managed using `poetry` so we should use this tool for handling
versioning. In particular, the repository contains a `Makefile` that contains 
the commands for updating the splight-lib versions. So, if you need to update
the version you should use the command

```bash
make update-version scope=<scope>
```
where scope can be `mayor`, `minor` or `patch`.

## Tests

```
make test
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "splight-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Splight Dev",
    "author_email": "dev@splight-ae.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/18/6113455ba1487da3f7d099ec4c4ef11613a45a3afce6306c571f9ea7ff12/splight_lib-5.20.0.tar.gz",
    "platform": null,
    "description": "# Splight Python SDK\n\n![snyk_code](https://github.com/splightplatform/splight-lib-python/blob/gh-pages/snyk_code.svg?raw=True)\n![snyk_dependencies](https://github.com/splightplatform/splight-lib-python/blob/gh-pages/snyk_dependencies.svg?raw=True)\n\n---\n\n## Installation\n\nA release version can be installed using `pip` with\n\n```bash \npip install --upgrade splight-lib\n```\n\nor if you want one particular version you can use\n```bash \npip install splight-lib==x.y.z\n```\n\n### For Development\n\nTo install the library in development mode you need to have `poetry` installed\n```bash\npip install poetry==2.0.1\n```\n\nMake sure to have installed `poetry` in the version specified or newer since \nversion older has a different interface.\n\nThen to insall the library you can use the command\n\n```bash\npoetry install\n```\n\n#### Managing versions\n\nThe package is managed using `poetry` so we should use this tool for handling\nversioning. In particular, the repository contains a `Makefile` that contains \nthe commands for updating the splight-lib versions. So, if you need to update\nthe version you should use the command\n\n```bash\nmake update-version scope=<scope>\n```\nwhere scope can be `mayor`, `minor` or `patch`.\n\n## Tests\n\n```\nmake test\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Splight Library",
    "version": "5.20.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3156317152cf532870663d058455c6ee9b92f1f0dbf5b9aebca730bcc4b3b730",
                "md5": "d12edb51a63d45d9dffa4195a06eda9f",
                "sha256": "b868bc2c9930cba09c82948af2035f4f5cbd26d107afa82271fa5219df60d540"
            },
            "downloads": -1,
            "filename": "splight_lib-5.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d12edb51a63d45d9dffa4195a06eda9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.11",
            "size": 116333,
            "upload_time": "2025-07-17T18:50:21",
            "upload_time_iso_8601": "2025-07-17T18:50:21.249575Z",
            "url": "https://files.pythonhosted.org/packages/31/56/317152cf532870663d058455c6ee9b92f1f0dbf5b9aebca730bcc4b3b730/splight_lib-5.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a186113455ba1487da3f7d099ec4c4ef11613a45a3afce6306c571f9ea7ff12",
                "md5": "678bcee39cf12010413b8989609cd914",
                "sha256": "194a284ced55e955b682b686fc436caaf19e3a3e0907bfca9d2c899be2b6ead0"
            },
            "downloads": -1,
            "filename": "splight_lib-5.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "678bcee39cf12010413b8989609cd914",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.11",
            "size": 71704,
            "upload_time": "2025-07-17T18:50:22",
            "upload_time_iso_8601": "2025-07-17T18:50:22.508934Z",
            "url": "https://files.pythonhosted.org/packages/3a/18/6113455ba1487da3f7d099ec4c4ef11613a45a3afce6306c571f9ea7ff12/splight_lib-5.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 18:50:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "splight-lib"
}
        
Elapsed time: 2.13112s