read-only-lists


Nameread-only-lists JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryRead only lists!
upload_time2025-07-19 20:08:47
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords read only lists
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # read-only-lists

Minimalist semantic alias for read-only lists:

```python
from readonlylists import ReadOnlyList

x = ReadOnlyList([1, 2, 3])
print(x)         # (1, 2, 3)
x[0] = 42        # ❌ TypeError

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "read-only-lists",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "read, only, lists",
    "author": null,
    "author_email": "Sergei Shteiner <sergei.shteiner@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/ca/eff70ea134ce72081413aa0d95974ea04d14d30211b9d376ff86da225eb7/read_only_lists-0.0.0.tar.gz",
    "platform": null,
    "description": "# read-only-lists\n\nMinimalist semantic alias for read-only lists:\n\n```python\nfrom readonlylists import ReadOnlyList\n\nx = ReadOnlyList([1, 2, 3])\nprint(x)         # (1, 2, 3)\nx[0] = 42        # \u274c TypeError\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Read only lists!",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/sergei-shteiner/read-only-lists"
    },
    "split_keywords": [
        "read",
        " only",
        " lists"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72fc75e9e93d3eabc70e2c95e467098be5663d2ddd7eda0bf35004f054726d6d",
                "md5": "72f214aa60f6d46b5d668500ef1c5405",
                "sha256": "f7bd1d3f340f781be8ae3e5877a7ded1ece584e3eaa69347dd0e712c88e4a818"
            },
            "downloads": -1,
            "filename": "read_only_lists-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72f214aa60f6d46b5d668500ef1c5405",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2377,
            "upload_time": "2025-07-19T20:08:45",
            "upload_time_iso_8601": "2025-07-19T20:08:45.926677Z",
            "url": "https://files.pythonhosted.org/packages/72/fc/75e9e93d3eabc70e2c95e467098be5663d2ddd7eda0bf35004f054726d6d/read_only_lists-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "44caeff70ea134ce72081413aa0d95974ea04d14d30211b9d376ff86da225eb7",
                "md5": "e248d7089372d9cb6baa95b44c5ffc33",
                "sha256": "b13ed93e1ae875e7d08afa2194d4ed4add433215612652edce925d533e2fb4fb"
            },
            "downloads": -1,
            "filename": "read_only_lists-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e248d7089372d9cb6baa95b44c5ffc33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1985,
            "upload_time": "2025-07-19T20:08:47",
            "upload_time_iso_8601": "2025-07-19T20:08:47.293899Z",
            "url": "https://files.pythonhosted.org/packages/44/ca/eff70ea134ce72081413aa0d95974ea04d14d30211b9d376ff86da225eb7/read_only_lists-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-19 20:08:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sergei-shteiner",
    "github_project": "read-only-lists",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "read-only-lists"
}
        
Elapsed time: 1.51320s