Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 21:34
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/d8b2dd96a966260fbf1c977c4b9a4368 to your computer and use it in GitHub Desktop.
Save ryantm/d8b2dd96a966260fbf1c977c4b9a4368 to your computer and use it in GitHub Desktop.
/nix/store/h1chn9p877n81zihlaaq1j29a820cbh3-python3.7-rebulk-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rebulk
│   │   ├── builder.py
│   │   ├── chain.py
│   │   ├── debug.py
│   │   ├── formatters.py
│   │   ├── __init__.py
│   │   ├── introspector.py
│   │   ├── loose.py
│   │   ├── match.py
│   │   ├── pattern.py
│   │   ├── processors.py
│   │   ├── __pycache__
│   │   │   ├── builder.cpython-37.pyc
│   │   │   ├── chain.cpython-37.pyc
│   │   │   ├── debug.cpython-37.pyc
│   │   │   ├── formatters.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── introspector.cpython-37.pyc
│   │   │   ├── loose.cpython-37.pyc
│   │   │   ├── match.cpython-37.pyc
│   │   │   ├── pattern.cpython-37.pyc
│   │   │   ├── processors.cpython-37.pyc
│   │   │   ├── rebulk.cpython-37.pyc
│   │   │   ├── remodule.cpython-37.pyc
│   │   │   ├── rules.cpython-37.pyc
│   │   │   ├── toposort.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── validators.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── rebulk.py
│   │   ├── remodule.py
│   │   ├── rules.py
│   │   ├── test
│   │   │   ├── default_rules_module.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── default_rules_module.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── rebulk_rules_module.cpython-37.pyc
│   │   │   │   ├── rules_module.cpython-37.pyc
│   │   │   │   ├── test_chain.cpython-37.pyc
│   │   │   │   ├── test_debug.cpython-37.pyc
│   │   │   │   ├── test_introspector.cpython-37.pyc
│   │   │   │   ├── test_loose.cpython-37.pyc
│   │   │   │   ├── test_match.cpython-37.pyc
│   │   │   │   ├── test_pattern.cpython-37.pyc
│   │   │   │   ├── test_processors.cpython-37.pyc
│   │   │   │   ├── test_rebulk.cpython-37.pyc
│   │   │   │   ├── test_rules.cpython-37.pyc
│   │   │   │   ├── test_toposort.cpython-37.pyc
│   │   │   │   └── test_validators.cpython-37.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-2.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 72 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment