limeutils


Namelimeutils JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/dropkickdev/limeutils.git
Summary
upload_time2023-11-17 10:02:25
maintainer
docs_urlNone
authorenchance
requires_python>=3.11,<4.0
licenseMIT
keywords utilities lime helpers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            limeutils
============

Limeutils is a small collection of classes and methods for dealing with Redis data and a few other helpful functions. Check out the documentation for information
. More classes to be added as needed.

This package uses [Pydantic models][pydantic] to validate its data.

[pydantic]: https://pydantic-docs.helpmanual.io/ 'Pydantic'


Installation
--------------

### Install with poetry

```bash
poetry add limeutils
```

### Install by repo

```
pip install git+https://github.com/dropkickdev/limeutils.git@develop#egg=limeutils
```

### Install with `git clone`

Simply install from the root folder

```
# This can also be a fork
git clone https://github.com/dropkickdev/limeutils.git

cd limeutils
poetry install
```

## Documentation

View the documentation at: https://dropkickdev.github.io/limeutils/
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dropkickdev/limeutils.git",
    "name": "limeutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "utilities,lime,helpers",
    "author": "enchance",
    "author_email": "enchance@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/83/5d21b1bfb8b290c4d40535c81bf2fd0d9f4a1e8ba40b5f16649d79c5c02d/limeutils-0.3.1.tar.gz",
    "platform": null,
    "description": "limeutils\n============\n\nLimeutils is a small collection of classes and methods for dealing with Redis data and a few other helpful functions. Check out the documentation for information\n. More classes to be added as needed.\n\nThis package uses [Pydantic models][pydantic] to validate its data.\n\n[pydantic]: https://pydantic-docs.helpmanual.io/ 'Pydantic'\n\n\nInstallation\n--------------\n\n### Install with poetry\n\n```bash\npoetry add limeutils\n```\n\n### Install by repo\n\n```\npip install git+https://github.com/dropkickdev/limeutils.git@develop#egg=limeutils\n```\n\n### Install with `git clone`\n\nSimply install from the root folder\n\n```\n# This can also be a fork\ngit clone https://github.com/dropkickdev/limeutils.git\n\ncd limeutils\npoetry install\n```\n\n## Documentation\n\nView the documentation at: https://dropkickdev.github.io/limeutils/",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/dropkickdev/limeutils.git",
        "Repository": "https://github.com/dropkickdev/limeutils.git"
    },
    "split_keywords": [
        "utilities",
        "lime",
        "helpers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "757d1cb914c4f2e6220c257e81673f6f35f98aa165d7c7fab5a21b6566720646",
                "md5": "0ab5c8084a1abb773d6ad0a19c86ba1b",
                "sha256": "007e5daafeadbf6a4bd5ab2183fb48278611239e2d1261fc9939b51a520d05df"
            },
            "downloads": -1,
            "filename": "limeutils-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ab5c8084a1abb773d6ad0a19c86ba1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 10554,
            "upload_time": "2023-11-17T10:02:23",
            "upload_time_iso_8601": "2023-11-17T10:02:23.816748Z",
            "url": "https://files.pythonhosted.org/packages/75/7d/1cb914c4f2e6220c257e81673f6f35f98aa165d7c7fab5a21b6566720646/limeutils-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79835d21b1bfb8b290c4d40535c81bf2fd0d9f4a1e8ba40b5f16649d79c5c02d",
                "md5": "d235d53e4ef3ccb756fbf2e90a5791c2",
                "sha256": "544e5bb2413e18fa9e33e6ad81ebf0b6dbfccbd80a5a64c018fde1547a8753ba"
            },
            "downloads": -1,
            "filename": "limeutils-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d235d53e4ef3ccb756fbf2e90a5791c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 8566,
            "upload_time": "2023-11-17T10:02:25",
            "upload_time_iso_8601": "2023-11-17T10:02:25.946148Z",
            "url": "https://files.pythonhosted.org/packages/79/83/5d21b1bfb8b290c4d40535c81bf2fd0d9f4a1e8ba40b5f16649d79c5c02d/limeutils-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 10:02:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dropkickdev",
    "github_project": "limeutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "limeutils"
}
        
Elapsed time: 0.17091s