scatter


Namescatter JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryRedis backed live-reloadable function management in Python
upload_time2024-09-04 06:11:19
maintainerNone
docs_urlNone
authorSankalp Sanand
requires_python>=3.10
licenseNone
keywords redis lightweight function management live-reload scatter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# scatter | ![GitHub License](https://img.shields.io/github/license/kessler-frost/scatter?color=blue)

</div>

Redis backed live-reloadable function management in Python

## Features

1. Function level version control
2. Live function definition updating for already deployed apps
3. Lightweight with only 2 dependencies: `redis` and `cloudpickle`
4. Minimal network bandwidth usage

## Installation

```
pip install scatter
```

## Usage

<...>

## License

This project is licensed under [MIT](https://github.com/kessler-frost/scatter?tab=MIT-1-ov-file#readme)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "scatter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "redis, lightweight, function, management, live-reload, scatter",
    "author": "Sankalp Sanand",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "<div align=\"center\">\n\n# scatter | ![GitHub License](https://img.shields.io/github/license/kessler-frost/scatter?color=blue)\n\n</div>\n\nRedis backed live-reloadable function management in Python\n\n## Features\n\n1. Function level version control\n2. Live function definition updating for already deployed apps\n3. Lightweight with only 2 dependencies: `redis` and `cloudpickle`\n4. Minimal network bandwidth usage\n\n## Installation\n\n```\npip install scatter\n```\n\n## Usage\n\n<...>\n\n## License\n\nThis project is licensed under [MIT](https://github.com/kessler-frost/scatter?tab=MIT-1-ov-file#readme)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Redis backed live-reloadable function management in Python",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/kessler-frost/scatter",
        "Issues": "https://github.com/kessler-frost/scatter/issues",
        "Repository": "https://github.com/kessler-frost/scatter"
    },
    "split_keywords": [
        "redis",
        " lightweight",
        " function",
        " management",
        " live-reload",
        " scatter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fb207c82803313d62448e1a98823ddf09cea64bd1a5d7487a24f7e650796f51",
                "md5": "a3088d42e8508b793bd2d7cebc8e440a",
                "sha256": "60085ceaf782a898257ed050cdeedd55484089b2d482e1c25384451dba0bc073"
            },
            "downloads": -1,
            "filename": "scatter-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3088d42e8508b793bd2d7cebc8e440a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8602,
            "upload_time": "2024-09-04T06:11:19",
            "upload_time_iso_8601": "2024-09-04T06:11:19.902687Z",
            "url": "https://files.pythonhosted.org/packages/7f/b2/07c82803313d62448e1a98823ddf09cea64bd1a5d7487a24f7e650796f51/scatter-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-04 06:11:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kessler-frost",
    "github_project": "scatter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scatter"
}
        
Elapsed time: 0.38347s