Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 29, 2020 18:02
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/d70872845c72acb971cc3306a9810cb7 to your computer and use it in GitHub Desktop.
Save r-ryantm/d70872845c72acb971cc3306a9810cb7 to your computer and use it in GitHub Desktop.
/nix/store/17f47ggj8kvygmzwpsn6bn2igw2cr5lc-python2.7-gin-config-0.4.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gin
│   │   ├── config_parser.py
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── resource_reader.py
│   │   ├── selector_map.py
│   │   ├── selector_map.pyc
│   │   ├── testdata
│   │   │   ├── fake_package
│   │   │   │   ├── fake_gin_package
│   │   │   │   │   ├── config
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── import_test_configurables.py
│   │   │   ├── import_test_configurables.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── invalid_import.py
│   │   │   └── invalid_import.pyc
│   │   ├── tf
│   │   │   ├── external_configurables.py
│   │   │   ├── external_configurables.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── torch
│   │   │   ├── external_configurables.py
│   │   │   ├── external_configurables.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   └── utils.py
│   └── gin_config-0.4.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment