File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88* .egg-info
99dist
1010.pytest_cache
11+ venv
1112
1213# editor related
1314.vscode
Original file line number Diff line number Diff line change 1+ init :
2+ python -m venv ./venv
3+ pip install --upgrade pip
4+ pip install -r requirement-dev.txt
5+
16format :
27 yapf ** /* .py -i
38
Original file line number Diff line number Diff line change 44[ ![ Build Status] ( https://travis-ci.com/LeetCode-OpenSource/py-sourcemap.svg?branch=master )] ( https://travis-ci.com/LeetCode-OpenSource/py-sourcemap )
55[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ubn6tpgyryapy319/branch/master?svg=true )] ( https://ci.appveyor.com/project/Brooooooklyn/py-sourcemap/branch/master )
66
7-
87A tiny [ source-map-mappings] ( https://github.com/fitzgen/source-map-mappings ) bindings for python using [ PyO3] ( https://github.com/PyO3/pyo3 )
98
109# Platform Support
1110
1211### Operating Systems
1312
14- | Linux | macOS | Windows x32 | Windows x64 |
15- | ------ | ----- | ----------- | ----------- |
16- | ✓ | ✓ | ✓ | ✓ |
13+ | Linux | macOS | Windows x86 | Windows x64 |
14+ | ----- | ----- | ----------- | ----------- |
15+ | ✓ | ✓ | ✓ | ✓ |
1716
1817### Python
1918
@@ -22,6 +21,7 @@ A tiny [source-map-mappings](https://github.com/fitzgen/source-map-mappings) bin
2221| ✓ | ✓ | ✓ |
2322
2423# Usage
24+
2525``` python
2626from py_sourcemap import SourcemapParser
2727
You can’t perform that action at this time.
0 commit comments