Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 24, 2021 02:49
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/5131fce78614519f704455bb1924e146 to your computer and use it in GitHub Desktop.
Save r-ryantm/5131fce78614519f704455bb1924e146 to your computer and use it in GitHub Desktop.
/nix/store/17az70vwfja69k46g2bykzihmvhhssav-python3.8-wadllib-1.3.6
├── lib
│   └── python3.8
│   └── site-packages
│   ├── wadllib
│   │   ├── application.py
│   │   ├── docs
│   │   │   ├── index.rst
│   │   │   ├── Makefile
│   │   │   └── NEWS.rst
│   │   ├── __init__.py
│   │   ├── iso_strptime.py
│   │   ├── __pycache__
│   │   │   ├── application.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── iso_strptime.cpython-38.pyc
│   │   └── tests
│   │   ├── data
│   │   │   ├── data-types-wadl.xml
│   │   │   ├── __init__.py
│   │   │   ├── launchpad-wadl.xml
│   │   │   ├── links-wadl.xml
│   │   │   ├── multipart-binary-wadl.xml
│   │   │   ├── options-wadl.xml
│   │   │   ├── person-limi.json
│   │   │   ├── personset.json
│   │   │   ├── personset-page2.json
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   └── root.json
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── test_docs.cpython-38.pyc
│   │   └── test_docs.py
│   └── wadllib-1.3.6.dist-info
│   ├── COPYING.txt
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment