Clists


NameClists JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryA simple package to hyper-optimise list operations by caching.
upload_time2025-01-19 15:08:46
maintainerNone
docs_urlNone
authorSeth Brockman
requires_pythonNone
licenseMIT
keywords list caching caching list list optimisation list operations
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # This is a file for cached computations of large lists (or dicts) in a speified schema, by default python's original schema is followed.
# The lists (or dicts) are cached, checked for schema and then returned for quick operational efficiency.

Change Log
===========

0.0.9 (30/11/2019)
-------------------
- Initial plan to release: May 2020.
- Made OS independent
- Removed 'os' requirements
- Changed MANIFEST.in to include all subdirs
- Made bug fixes to v0.0.4
- Made some bug fixes in v0.0.5 and removed MANIFEST.in
- Did some final bugixing in v0.0.6 and re-added MANIFEST.in for all files and dir
- Fixed global files include issue
- Fixed issue with schema pointing

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Clists",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "list caching, caching, list, list optimisation, list operations",
    "author": "Seth Brockman",
    "author_email": "brockman.seth@google.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/08/5b2b2f6f2af3b699cc4a17d1f24025a21f39d0f9c7edb8e69c82d0cf0ad9/Clists-0.0.9.tar.gz",
    "platform": null,
    "description": "# This is a file for cached computations of large lists (or dicts) in a speified schema, by default python's original schema is followed.\r\n# The lists (or dicts) are cached, checked for schema and then returned for quick operational efficiency.\r\n\r\nChange Log\r\n===========\r\n\r\n0.0.9 (30/11/2019)\r\n-------------------\r\n- Initial plan to release: May 2020.\r\n- Made OS independent\r\n- Removed 'os' requirements\r\n- Changed MANIFEST.in to include all subdirs\r\n- Made bug fixes to v0.0.4\r\n- Made some bug fixes in v0.0.5 and removed MANIFEST.in\r\n- Did some final bugixing in v0.0.6 and re-added MANIFEST.in for all files and dir\r\n- Fixed global files include issue\r\n- Fixed issue with schema pointing\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple package to hyper-optimise list operations by caching.",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [
        "list caching",
        " caching",
        " list",
        " list optimisation",
        " list operations"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1085b2b2f6f2af3b699cc4a17d1f24025a21f39d0f9c7edb8e69c82d0cf0ad9",
                "md5": "b1d863be81598a3fde87d7d001fd976f",
                "sha256": "659f38f470e12403cba8a59d2d1e0d8f71ec6b31fcc25d307a546c168519f3ca"
            },
            "downloads": -1,
            "filename": "Clists-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "b1d863be81598a3fde87d7d001fd976f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1522315,
            "upload_time": "2025-01-19T15:08:46",
            "upload_time_iso_8601": "2025-01-19T15:08:46.495235Z",
            "url": "https://files.pythonhosted.org/packages/a1/08/5b2b2f6f2af3b699cc4a17d1f24025a21f39d0f9c7edb8e69c82d0cf0ad9/Clists-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-19 15:08:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clists"
}
        
Elapsed time: 0.63037s