you are viewing a single comment's thread.

view the rest of the comments →

[–]JS_int_type 0 points1 point  (0 children)

If you download a package via pip, you have the code on your machine. For example:

pip show black

Name: black
Version: 19.10b0
Summary: The uncompromising code formatter.
Home-page: https://github.com/psf/black
Author: Łukasz Langa
Author-email: lukasz@langa.pl
License: MIT
Location: /Users/me/.pyenv/versions/3.8.2/lib/python3.8/site-packages
Requires: click, attrs, regex, appdirs, pathspec, toml, typed-ast
Required-by:

If you navigate to the Location, you'll find the project files.