Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 00: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/e6fdaa85409a284bbbf2638b5c022971 to your computer and use it in GitHub Desktop.
Save ryantm/e6fdaa85409a284bbbf2638b5c022971 to your computer and use it in GitHub Desktop.
/nix/store/b0hj67h525b7186jc6r7ba4p0msqmx19-python3.7-absl-py-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── absl
│   │   ├── app.py
│   │   ├── command_name.py
│   │   ├── _enum_module.py
│   │   ├── flags
│   │   │   ├── argparse_flags.py
│   │   │   ├── _argument_parser.py
│   │   │   ├── _defines.py
│   │   │   ├── _exceptions.py
│   │   │   ├── _flag.py
│   │   │   ├── _flagvalues.py
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── argparse_flags.cpython-37.pyc
│   │   │   │   ├── _argument_parser.cpython-37.pyc
│   │   │   │   ├── _defines.cpython-37.pyc
│   │   │   │   ├── _exceptions.cpython-37.pyc
│   │   │   │   ├── _flag.cpython-37.pyc
│   │   │   │   ├── _flagvalues.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _validators.cpython-37.pyc
│   │   │   └── _validators.py
│   │   ├── __init__.py
│   │   ├── logging
│   │   │   ├── converter.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── converter.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── command_name.cpython-37.pyc
│   │   │   ├── _enum_module.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── testing
│   │   │   ├── absltest.py
│   │   │   ├── _bazelize_command.py
│   │   │   ├── flagsaver.py
│   │   │   ├── __init__.py
│   │   │   ├── parameterized.py
│   │   │   ├── _pretty_print_reporter.py
│   │   │   ├── __pycache__
│   │   │   │   ├── absltest.cpython-37.pyc
│   │   │   │   ├── _bazelize_command.cpython-37.pyc
│   │   │   │   ├── flagsaver.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parameterized.cpython-37.pyc
│   │   │   │   ├── _pretty_print_reporter.cpython-37.pyc
│   │   │   │   └── xml_reporter.cpython-37.pyc
│   │   │   └── xml_reporter.py
│   │   └── third_party
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── unittest3_backport
│   │   ├── case.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── case.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── result.cpython-37.pyc
│   │   └── result.py
│   └── absl_py-0.7.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment