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 8
8
* .egg-info
9
9
dist
10
10
.pytest_cache
11
+ venv
11
12
12
13
# editor related
13
14
.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
+
1
6
format :
2
7
yapf ** /* .py -i
3
8
Original file line number Diff line number Diff line change 4
4
[ ![ Build Status] ( https://travis-ci.com/LeetCode-OpenSource/py-sourcemap.svg?branch=master )] ( https://travis-ci.com/LeetCode-OpenSource/py-sourcemap )
5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/ubn6tpgyryapy319/branch/master?svg=true )] ( https://ci.appveyor.com/project/Brooooooklyn/py-sourcemap/branch/master )
6
6
7
-
8
7
A tiny [ source-map-mappings] ( https://github.com/fitzgen/source-map-mappings ) bindings for python using [ PyO3] ( https://github.com/PyO3/pyo3 )
9
8
10
9
# Platform Support
11
10
12
11
### Operating Systems
13
12
14
- | Linux | macOS | Windows x32 | Windows x64 |
15
- | ------ | ----- | ----------- | ----------- |
16
- | ✓ | ✓ | ✓ | ✓ |
13
+ | Linux | macOS | Windows x86 | Windows x64 |
14
+ | ----- | ----- | ----------- | ----------- |
15
+ | ✓ | ✓ | ✓ | ✓ |
17
16
18
17
### Python
19
18
@@ -22,6 +21,7 @@ A tiny [source-map-mappings](https://github.com/fitzgen/source-map-mappings) bin
22
21
| ✓ | ✓ | ✓ |
23
22
24
23
# Usage
24
+
25
25
``` python
26
26
from py_sourcemap import SourcemapParser
27
27
You can’t perform that action at this time.
0 commit comments