Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bbelderbos/pyimports


https://github.com/bbelderbos/pyimports

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# List modules and their origins

Does not work yet, figuring out if something is Standard Library is quite easy, but PyPI vs own module is harder and I need to revisit ...

## Simple example

Running it against the script.py of this project, quickly adding another file + import

```
$ touch dummy.py
# adding it to script.py
$ python script.py

dummy.py
No imports

script.py
Stdlib: ast, collections, enum, pathlib, sys, typing
External: stdlib_list
Project: dummy
```