Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 17:57
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/45bac662921f8bff9dce4f5d3b32a9fa to your computer and use it in GitHub Desktop.
Save ryantm/45bac662921f8bff9dce4f5d3b32a9fa to your computer and use it in GitHub Desktop.
/nix/store/60jn397rsa2b9r0h8v47jfdj57glkzpw-python3.7-rebulk-1.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rebulk
│   │   ├── chain.py
│   │   ├── debug.py
│   │   ├── formatters.py
│   │   ├── __init__.py
│   │   ├── introspector.py
│   │   ├── loose.py
│   │   ├── match.py
│   │   ├── pattern.py
│   │   ├── processors.py
│   │   ├── __pycache__
│   │   │   ├── 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-1.0.1.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