Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 23, 2020 14:08
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/72a2ea57ba3cbb576ea7ef0502fdf119 to your computer and use it in GitHub Desktop.
Save r-ryantm/72a2ea57ba3cbb576ea7ef0502fdf119 to your computer and use it in GitHub Desktop.
/nix/store/m5f9gnczxqkz1cvmhryv34y7z7jynk07-python3.7-eliot-1.13.0
├── bin
│   └── eliot-prettyprint
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eliot
│   │   ├── _action.py
│   │   ├── _bytesjson.py
│   │   ├── dask.py
│   │   ├── _errors.py
│   │   ├── filter.py
│   │   ├── _generators.py
│   │   ├── __init__.py
│   │   ├── journald.py
│   │   ├── json.py
│   │   ├── logwriter.py
│   │   ├── _message.py
│   │   ├── _output.py
│   │   ├── parse.py
│   │   ├── prettyprint.py
│   │   ├── __pycache__
│   │   │   ├── _action.cpython-37.pyc
│   │   │   ├── _bytesjson.cpython-37.pyc
│   │   │   ├── dask.cpython-37.pyc
│   │   │   ├── _errors.cpython-37.pyc
│   │   │   ├── filter.cpython-37.pyc
│   │   │   ├── _generators.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── journald.cpython-37.pyc
│   │   │   ├── json.cpython-37.pyc
│   │   │   ├── logwriter.cpython-37.pyc
│   │   │   ├── _message.cpython-37.pyc
│   │   │   ├── _output.cpython-37.pyc
│   │   │   ├── parse.cpython-37.pyc
│   │   │   ├── prettyprint.cpython-37.pyc
│   │   │   ├── serializers.cpython-37.pyc
│   │   │   ├── stdlib.cpython-37.pyc
│   │   │   ├── tai64n.cpython-37.pyc
│   │   │   ├── testing.cpython-37.pyc
│   │   │   ├── _traceback.cpython-37.pyc
│   │   │   ├── twisted.cpython-37.pyc
│   │   │   ├── _util.cpython-37.pyc
│   │   │   ├── _validation.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── serializers.py
│   │   ├── stdlib.py
│   │   ├── tai64n.py
│   │   ├── testing.py
│   │   ├── tests
│   │   │   ├── common.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── strategies.cpython-37.pyc
│   │   │   │   ├── test_action.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_coroutines.cpython-37.pyc
│   │   │   │   ├── test_dask.cpython-37.pyc
│   │   │   │   ├── test_filter.cpython-37.pyc
│   │   │   │   ├── test_generators.cpython-37.pyc
│   │   │   │   ├── test_journald.cpython-37.pyc
│   │   │   │   ├── test_json.cpython-37.pyc
│   │   │   │   ├── test_logwriter.cpython-37.pyc
│   │   │   │   ├── test_message.cpython-37.pyc
│   │   │   │   ├── test_output.cpython-37.pyc
│   │   │   │   ├── test_parse.cpython-37.pyc
│   │   │   │   ├── test_prettyprint.cpython-37.pyc
│   │   │   │   ├── test_pyinstaller.cpython-37.pyc
│   │   │   │   ├── test_serializers.cpython-37.pyc
│   │   │   │   ├── test_stdlib.cpython-37.pyc
│   │   │   │   ├── test_tai64n.cpython-37.pyc
│   │   │   │   ├── test_testing.cpython-37.pyc
│   │   │   │   ├── test_traceback.cpython-37.pyc
│   │   │   │   ├── test_twisted.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   └── test_validation.cpython-37.pyc
│   │   │   ├── strategies.py
│   │   │   ├── test_action.py
│   │   │   ├── test_api.py
│   │   │   ├── test_coroutines.py
│   │   │   ├── test_dask.py
│   │   │   ├── test_filter.py
│   │   │   ├── test_generators.py
│   │   │   ├── test_journald.py
│   │   │   ├── test_json.py
│   │   │   ├── test_logwriter.py
│   │   │   ├── test_message.py
│   │   │   ├── test_output.py
│   │   │   ├── test_parse.py
│   │   │   ├── test_prettyprint.py
│   │   │   ├── test_pyinstaller.py
│   │   │   ├── test_serializers.py
│   │   │   ├── test_stdlib.py
│   │   │   ├── test_tai64n.py
│   │   │   ├── test_testing.py
│   │   │   ├── test_traceback.py
│   │   │   ├── test_twisted.py
│   │   │   ├── test_util.py
│   │   │   └── test_validation.py
│   │   ├── _traceback.py
│   │   ├── twisted.py
│   │   ├── _util.py
│   │   ├── _validation.py
│   │   └── _version.py
│   └── eliot-1.13.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 107 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment