Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 05:49
Show Gist options
  • Save ryantm/e9f15e5c64c02969f1a436502dbcca62 to your computer and use it in GitHub Desktop.
Save ryantm/e9f15e5c64c02969f1a436502dbcca62 to your computer and use it in GitHub Desktop.
/nix/store/1gxifxarz4dqdgbw56rpimh2ghiswhdj-python3.6-rebulk-1.0.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── rebulk
│   │   ├── chain.py
│   │   ├── debug.py
│   │   ├── formatters.py
│   │   ├── __init__.py
│   │   ├── introspector.py
│   │   ├── loose.py
│   │   ├── match.py
│   │   ├── pattern.py
│   │   ├── processors.py
│   │   ├── __pycache__
│   │   │   ├── chain.cpython-36.pyc
│   │   │   ├── debug.cpython-36.pyc
│   │   │   ├── formatters.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── introspector.cpython-36.pyc
│   │   │   ├── loose.cpython-36.pyc
│   │   │   ├── match.cpython-36.pyc
│   │   │   ├── pattern.cpython-36.pyc
│   │   │   ├── processors.cpython-36.pyc
│   │   │   ├── rebulk.cpython-36.pyc
│   │   │   ├── remodule.cpython-36.pyc
│   │   │   ├── rules.cpython-36.pyc
│   │   │   ├── toposort.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   ├── validators.cpython-36.pyc
│   │   │   └── __version__.cpython-36.pyc
│   │   ├── rebulk.py
│   │   ├── remodule.py
│   │   ├── rules.py
│   │   ├── test
│   │   │   ├── default_rules_module.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── default_rules_module.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── rebulk_rules_module.cpython-36.pyc
│   │   │   │   ├── rules_module.cpython-36.pyc
│   │   │   │   ├── test_chain.cpython-36.pyc
│   │   │   │   ├── test_debug.cpython-36.pyc
│   │   │   │   ├── test_introspector.cpython-36.pyc
│   │   │   │   ├── test_loose.cpython-36.pyc
│   │   │   │   ├── test_match.cpython-36.pyc
│   │   │   │   ├── test_pattern.cpython-36.pyc
│   │   │   │   ├── test_processors.cpython-36.pyc
│   │   │   │   ├── test_rebulk.cpython-36.pyc
│   │   │   │   ├── test_rules.cpython-36.pyc
│   │   │   │   ├── test_toposort.cpython-36.pyc
│   │   │   │   └── test_validators.cpython-36.pyc
│   │   │   ├── rebulk_rules_module.py
│   │   │   ├── rules_module.py
│   │   │   ├── test_chain.py
│   │   │   ├── test_debug.py
│   │   │   ├── test_introspector.py
│   │   │   ├── test_loose.py
│   │   │   ├── test_match.py
│   │   │   ├── test_pattern.py
│   │   │   ├── test_processors.py
│   │   │   ├── test_rebulk.py
│   │   │   ├── test_rules.py
│   │   │   ├── test_toposort.py
│   │   │   └── test_validators.py
│   │   ├── toposort.py
│   │   ├── utils.py
│   │   ├── validators.py
│   │   └── __version__.py
│   └── rebulk-1.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment