sourcelocation


Namesourcelocation JSON
Version 1.1.8 PyPI version JSON
download
home_pagehttps://github.com/ChrisTimperley/sourcelocation.py
SummarySimple data structures for representing source code locations
upload_time2024-07-02 02:15:24
maintainerNone
docs_urlNone
authorChristopher Timperley
requires_python>=3.9
licenseMIT
keywords data structure source code program analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. -*-restructuredtext-*-

sourcelocation
==============

.. image:: https://badge.fury.io/py/sourcelocation.svg
    :target: https://badge.fury.io/py/sourcelocation

.. image:: https://img.shields.io/pypi/pyversions/sourcelocation.svg
    :target: https://pypi.org/project/sourcelocation


A simple collection of reusable data structures for representing source code
locations such as character offsets, character ranges, lines, etc.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChrisTimperley/sourcelocation.py",
    "name": "sourcelocation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "data structure, source code, program, analysis",
    "author": "Christopher Timperley",
    "author_email": "christimperley@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/42/de69e1e4f6a8ef6f79a59a36647bf77f1de0a8d97e3a98680a1f09f98d5d/sourcelocation-1.1.8.tar.gz",
    "platform": null,
    "description": ".. -*-restructuredtext-*-\n\nsourcelocation\n==============\n\n.. image:: https://badge.fury.io/py/sourcelocation.svg\n    :target: https://badge.fury.io/py/sourcelocation\n\n.. image:: https://img.shields.io/pypi/pyversions/sourcelocation.svg\n    :target: https://pypi.org/project/sourcelocation\n\n\nA simple collection of reusable data structures for representing source code\nlocations such as character offsets, character ranges, lines, etc.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple data structures for representing source code locations",
    "version": "1.1.8",
    "project_urls": {
        "Homepage": "https://github.com/ChrisTimperley/sourcelocation.py",
        "Repository": "https://github.com/ChrisTimperley/sourcelocation.py"
    },
    "split_keywords": [
        "data structure",
        " source code",
        " program",
        " analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a7d91b6901d116ca5452fac90c67fbb8e8963f23b4ddc6b1655e30a5bdd3c66",
                "md5": "45bca527abd8dc03c27d251a61d70eea",
                "sha256": "d5370c8eb7452e40782d8d7c406794fa73eb70bb8ac437fb95499fabd2352ee3"
            },
            "downloads": -1,
            "filename": "sourcelocation-1.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45bca527abd8dc03c27d251a61d70eea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9070,
            "upload_time": "2024-07-02T02:15:22",
            "upload_time_iso_8601": "2024-07-02T02:15:22.523092Z",
            "url": "https://files.pythonhosted.org/packages/6a/7d/91b6901d116ca5452fac90c67fbb8e8963f23b4ddc6b1655e30a5bdd3c66/sourcelocation-1.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d342de69e1e4f6a8ef6f79a59a36647bf77f1de0a8d97e3a98680a1f09f98d5d",
                "md5": "585d0a9e69ccd63f5a8c0f123e6a32c9",
                "sha256": "bbf7b965baad8ee6ffab62014b26147d1cce2014f3091311e28d64988f884720"
            },
            "downloads": -1,
            "filename": "sourcelocation-1.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "585d0a9e69ccd63f5a8c0f123e6a32c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8092,
            "upload_time": "2024-07-02T02:15:24",
            "upload_time_iso_8601": "2024-07-02T02:15:24.137934Z",
            "url": "https://files.pythonhosted.org/packages/d3/42/de69e1e4f6a8ef6f79a59a36647bf77f1de0a8d97e3a98680a1f09f98d5d/sourcelocation-1.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-02 02:15:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChrisTimperley",
    "github_project": "sourcelocation.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sourcelocation"
}
        
Elapsed time: 0.29142s