https://github.com/christimperley/sourcelocation.py
Simple data structures for representing source code locations
https://github.com/christimperley/sourcelocation.py
python
Last synced: about 1 year ago
JSON representation
Simple data structures for representing source code locations
- Host: GitHub
- URL: https://github.com/christimperley/sourcelocation.py
- Owner: ChrisTimperley
- License: mit
- Created: 2019-12-09T20:11:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T00:36:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T17:37:52.685Z (about 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
.. -*-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.