Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 05:05
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 ryantm/b6796d6fce7ca1453ecdb04dc65d4663 to your computer and use it in GitHub Desktop.
Save ryantm/b6796d6fce7ca1453ecdb04dc65d4663 to your computer and use it in GitHub Desktop.
/nix/store/s1isrqlm3vrggqknpw5illlbi5s4s1gz-httpie-1.0.2
├── bin
│   └── http
├── lib
│   └── python2.7
│   └── site-packages
│   ├── httpie
│   │   ├── client.py
│   │   ├── client.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── context.py
│   │   ├── context.pyc
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── downloads.py
│   │   ├── downloads.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── input.py
│   │   ├── input.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── models.py
│   │   ├── models.pyc
│   │   ├── output
│   │   │   ├── formatters
│   │   │   │   ├── colors.py
│   │   │   │   ├── colors.pyc
│   │   │   │   ├── headers.py
│   │   │   │   ├── headers.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── json.py
│   │   │   │   └── json.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── processing.py
│   │   │   ├── processing.pyc
│   │   │   ├── streams.py
│   │   │   └── streams.pyc
│   │   ├── plugins
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── builtin.py
│   │   │   ├── builtin.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── manager.py
│   │   │   └── manager.pyc
│   │   ├── sessions.py
│   │   ├── sessions.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── httpie-1.0.2.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment