File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77- Generating requirements.txt for Python project.
88 - Handling the difference between different Python versions.
9- - Jupyter nodebook (` *.ipynb ` ) support.
9+ - Jupyter notebook (` *.ipynb ` ) support.
1010 - Including the import statements from `` exec `` /`` eval `` , doctest of docstring, etc.
1111- Searching packages by import name.
1212- Checking the latest versions for Python project.
@@ -45,7 +45,7 @@ pip install git+https://github.com/damnever/pigar.git@[master or other branch] -
4545 $ pigar -p ../dev-requirements.txt -P ../
4646 ```
4747
48- `pigar` can list all files which referenced the package(the line numbers for Jupyter nodebook may be a bit confusing), for example:
48+ `pigar` can list all files which referenced the package(the line numbers for Jupyter notebook may be a bit confusing), for example:
4949 ```
5050 # project/foo.py: 2,3
5151 # project/bar/baz.py: 2,7,8,9
Original file line number Diff line number Diff line change 2121
2222- Generating requirements.txt for Python project.
2323 - Handling the difference between different Python versions.
24- - Jupyter nodebook (`*.ipynb`) support.
24+ - Jupyter notebook (`*.ipynb`) support.
2525 - Including the import statements from `exec`/`eval`, doctest of docstring, etc.
2626- Searching packages by import name.
2727- Checking the latest versions for Python project.
You can’t perform that action at this time.
0 commit comments