sourcelocation


Namesourcelocation JSON
Version 1.1.6 PyPI version JSON
download
home_pagehttps://github.com/ChrisTimperley/sourcelocation.py
SummarySimple data structures for representing source code locations
upload_time2024-06-05 00:24:57
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://travis-ci.org/ChrisTimperley/sourcelocation.py.svg?branch=master
    :target: https://travis-ci.org/ChrisTimperley/sourcelocation.py

.. 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/d8/7b/2e55c37e97f41db72b90e9a48de44ecaa045894da63f29e70f7e99977ee2/sourcelocation-1.1.6.tar.gz",
    "platform": null,
    "description": ".. -*-restructuredtext-*-\n\nsourcelocation\n==============\n\n.. image:: https://travis-ci.org/ChrisTimperley/sourcelocation.py.svg?branch=master\n    :target: https://travis-ci.org/ChrisTimperley/sourcelocation.py\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.6",
    "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": "2bc14edc9d35192e3049f3fe4aaf91daab90f362d0aed7412a483dfa6f825201",
                "md5": "8b11cf775cd4c01028d6384fb3832c3f",
                "sha256": "a4f77aae5270e7b3cc695adcd3e97674288f459fb819a9551167d56d3554292b"
            },
            "downloads": -1,
            "filename": "sourcelocation-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b11cf775cd4c01028d6384fb3832c3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6259,
            "upload_time": "2024-06-05T00:24:47",
            "upload_time_iso_8601": "2024-06-05T00:24:47.428394Z",
            "url": "https://files.pythonhosted.org/packages/2b/c1/4edc9d35192e3049f3fe4aaf91daab90f362d0aed7412a483dfa6f825201/sourcelocation-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d87b2e55c37e97f41db72b90e9a48de44ecaa045894da63f29e70f7e99977ee2",
                "md5": "fc5129a6f8852e6c66c5c93d7c0fdb16",
                "sha256": "6ba4512a85e3fd4416b50f7cb052dffb3fbda58955f20b081ac689a148a8ebcd"
            },
            "downloads": -1,
            "filename": "sourcelocation-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "fc5129a6f8852e6c66c5c93d7c0fdb16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5660,
            "upload_time": "2024-06-05T00:24:57",
            "upload_time_iso_8601": "2024-06-05T00:24:57.715459Z",
            "url": "https://files.pythonhosted.org/packages/d8/7b/2e55c37e97f41db72b90e9a48de44ecaa045894da63f29e70f7e99977ee2/sourcelocation-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-05 00:24:57",
    "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.34944s