Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 03:27
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/d9e845dc3226a07ee7b5d75118d58d84 to your computer and use it in GitHub Desktop.
Save r-ryantm/d9e845dc3226a07ee7b5d75118d58d84 to your computer and use it in GitHub Desktop.
/nix/store/c6zw1z03y51lvmrks22ll2r9bf5ani6n-python-swiftclient-3.9.0
├── bin
│   └── swift
├── lib
│   └── python3.7
│   └── site-packages
│   ├── python_swiftclient-3.9.0.dist-info
│   │   ├── AUTHORS
│   │   ├── 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-37.pyc
│   │   ├── client.cpython-37.pyc
│   │   ├── command_helpers.cpython-37.pyc
│   │   ├── exceptions.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── multithreading.cpython-37.pyc
│   │   ├── service.cpython-37.pyc
│   │   ├── shell.cpython-37.pyc
│   │   ├── utils.cpython-37.pyc
│   │   └── version.cpython-37.pyc
│   ├── service.py
│   ├── shell.py
│   ├── utils.py
│   └── version.py
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── swift.1.gz
11 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment