{"id":19153385,"url":"https://github.com/leetcode-opensource/py-sourcemap","last_synced_at":"2025-05-07T06:32:01.435Z","repository":{"id":48474598,"uuid":"146840174","full_name":"LeetCode-OpenSource/py-sourcemap","owner":"LeetCode-OpenSource","description":"A tiny source-map-mappings bindings for python using PyO3","archived":false,"fork":false,"pushed_at":"2023-04-07T09:54:05.000Z","size":357,"stargazers_count":3,"open_issues_count":9,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-17T07:54:06.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeetCode-OpenSource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-31T04:04:45.000Z","updated_at":"2024-05-18T16:08:18.000Z","dependencies_parsed_at":"2024-11-09T08:27:12.803Z","dependency_job_id":"97fbd6b8-42d5-45e2-9ae8-14de51594b4a","html_url":"https://github.com/LeetCode-OpenSource/py-sourcemap","commit_stats":{"total_commits":95,"total_committers":2,"mean_commits":47.5,"dds":"0.26315789473684215","last_synced_commit":"25d186b71fcabfb723ba6dcef63ad273bde1c925"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fpy-sourcemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fpy-sourcemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fpy-sourcemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeetCode-OpenSource%2Fpy-sourcemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeetCode-OpenSource","download_url":"https://codeload.github.com/LeetCode-OpenSource/py-sourcemap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252826902,"owners_count":21810202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T08:22:56.285Z","updated_at":"2025-05-07T06:32:01.416Z","avatar_url":"https://github.com/LeetCode-OpenSource.png","language":"Python","readme":"# py-sourcemap\n\n[![CircleCI](https://circleci.com/gh/LeetCode-OpenSource/py-sourcemap.svg?style=svg)](https://circleci.com/gh/LeetCode-OpenSource/py-sourcemap)\n[![Build Status](https://travis-ci.com/LeetCode-OpenSource/py-sourcemap.svg?branch=master)](https://travis-ci.com/LeetCode-OpenSource/py-sourcemap)\n[![Build status](https://ci.appveyor.com/api/projects/status/ubn6tpgyryapy319/branch/master?svg=true)](https://ci.appveyor.com/project/Brooooooklyn/py-sourcemap/branch/master)\n\nA tiny [source-map-mappings](https://github.com/fitzgen/source-map-mappings) bindings for python using [PyO3](https://github.com/PyO3/pyo3)\n\n# Platform Support\n\n### Operating Systems\n\n| Linux | macOS | Windows x86 | Windows x64 |\n| ----- | ----- | ----------- | ----------- |\n| ✓     | ✓     | ✓           | ✓           |\n\n### Python\n\n| Python3.5 | Python3.6 | Python3.7 |\n| --------- | --------- | --------- |\n| ✓         | ✓         | ✓         |\n\n# Usage\n\n```python\nfrom py_sourcemap import SourcemapParser\n\nsourcemap_parser = SourcemapParser(\"./tests/index.js.map\")\n# pass line, column in, start from 1\nsourcemap_parser.original_location_for(1, 195303) # (original_line, original_column, source_file_name, function_name_in_source) start from 1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleetcode-opensource%2Fpy-sourcemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleetcode-opensource%2Fpy-sourcemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleetcode-opensource%2Fpy-sourcemap/lists"}