Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 10:03
Show Gist options
  • Save ryantm/437e054984e21d33ffc88a4595f31a9a to your computer and use it in GitHub Desktop.
Save ryantm/437e054984e21d33ffc88a4595f31a9a to your computer and use it in GitHub Desktop.
/nix/store/r0f7m43z61kynh8j878fg5b6w87qvg89-python2.7-babelgladeextractor-0.6.3
├── lib
│   └── python2.7
│   └── site-packages
│   ├── babelglade
│   │   ├── extract.py
│   │   ├── extract.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── locale
│   │   │   │   ├── fr
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   └── test.po
│   │   │   │   └── nl
│   │   │   │   └── LC_MESSAGES
│   │   │   │   └── test.po
│   │   │   ├── test_extract.py
│   │   │   ├── test_extract.pyc
│   │   │   ├── test.raw.appdata.xml
│   │   │   ├── test.raw.desktop
│   │   │   ├── test_translate.py
│   │   │   └── test_translate.pyc
│   │   ├── translate.py
│   │   └── translate.pyc
│   └── BabelGladeExtractor-0.6.3.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment