An open API service indexing awesome lists of open source software.

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: 파이썬 소스코드를 검색하여, 네이티브 패키지를 사용하는지 여부를 검사

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.