https://github.com/jaytwolab/find_native_python
Search Python source code to see if you are using a native package :kr: 파이썬 소스코드를 검색하여, 네이티브 패키지를 사용하는지 여부를 검사
https://github.com/jaytwolab/find_native_python
Last synced: about 2 months ago
JSON representation
Search Python source code to see if you are using a native package :kr: 파이썬 소스코드를 검색하여, 네이티브 패키지를 사용하는지 여부를 검사
- Host: GitHub
- URL: https://github.com/jaytwolab/find_native_python
- Owner: JayTwoLab
- Created: 2024-12-19T01:48:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T00:12:52.000Z (4 months ago)
- Last Synced: 2025-03-28T03:07:33.783Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.En.md
Awesome Lists containing this project
README
# find_native_python
> [English](README.En.md) , [Korean](README.md)
- Search Python source code to see if you are using a native package.
### How to use:
```
python find_native_python.py /home/sandbox/python
```- Examines whether Python files in path `/home/sandbox/python` use native packages.