Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/de0a330577a3e57843da7d14c83d9b06 to your computer and use it in GitHub Desktop.
Save r-ryantm/de0a330577a3e57843da7d14c83d9b06 to your computer and use it in GitHub Desktop.
/nix/store/a4las3f9f0ki566csi1amgb8zk8zh95f-python3.7-pydocstyle-5.0.2
├── bin
│   └── pydocstyle
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pydocstyle
│   │   ├── checker.py
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── data
│   │   │   ├── imperatives_blacklist.txt
│   │   │   └── imperatives.txt
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── checker.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── violations.cpython-37.pyc
│   │   │   └── wordlists.cpython-37.pyc
│   │   ├── utils.py
│   │   ├── violations.py
│   │   └── wordlists.py
│   └── pydocstyle-5.0.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE-MIT
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment