Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 04: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 r-ryantm/b16169a804c1b7dbff23f24e97d4dfc1 to your computer and use it in GitHub Desktop.
Save r-ryantm/b16169a804c1b7dbff23f24e97d4dfc1 to your computer and use it in GitHub Desktop.
/nix/store/f9xmd8mdwdxrcvc5h5gqkbvyhqiw4xpk-python-swiftclient-3.10.1
├── bin
│   └── swift
├── lib
│   └── python3.8
│   └── site-packages
│   ├── python_swiftclient-3.10.1.dist-info
│   │   ├── AUTHORS
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── pbr.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── swiftclient
│   ├── authv1.py
│   ├── client.py
│   ├── command_helpers.py
│   ├── exceptions.py
│   ├── __init__.py
│   ├── multithreading.py
│   ├── __pycache__
│   │   ├── authv1.cpython-38.pyc
│   │   ├── client.cpython-38.pyc
│   │   ├── command_helpers.cpython-38.pyc
│   │   ├── exceptions.cpython-38.pyc
│   │   ├── __init__.cpython-38.pyc
│   │   ├── multithreading.cpython-38.pyc
│   │   ├── service.cpython-38.pyc
│   │   ├── shell.cpython-38.pyc
│   │   ├── utils.cpython-38.pyc
│   │   └── version.cpython-38.pyc
│   ├── service.py
│   ├── shell.py
│   ├── utils.py
│   └── version.py
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── swift.1.gz
11 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment