Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 6, 2020 20:58
Show Gist options
  • Save r-ryantm/b48d099fffb165fdce138b2af89a5f03 to your computer and use it in GitHub Desktop.
Save r-ryantm/b48d099fffb165fdce138b2af89a5f03 to your computer and use it in GitHub Desktop.
/nix/store/3w4hkds43f2kg9hiq90xdq5vi3hi8581-python3.7-srsly-2.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── srsly
│   │   ├── about.py
│   │   ├── cloudpickle
│   │   │   ├── cloudpickle.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cloudpickle.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── _json_api.py
│   │   ├── msgpack
│   │   │   ├── buff_converter.h
│   │   │   ├── exceptions.py
│   │   │   ├── _ext_type.py
│   │   │   ├── __init__.py
│   │   │   ├── _msgpack_numpy.py
│   │   │   ├── _packer.cpp
│   │   │   ├── _packer.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── _packer.pyx
│   │   │   ├── pack.h
│   │   │   ├── pack_template.h
│   │   │   ├── __pycache__
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── _ext_type.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _msgpack_numpy.cpython-37.pyc
│   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   └── _version.cpython-37.pyc
│   │   │   ├── sysdep.h
│   │   │   ├── unpack_define.h
│   │   │   ├── _unpacker.cpp
│   │   │   ├── _unpacker.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── _unpacker.pyx
│   │   │   ├── unpack.h
│   │   │   ├── unpack_template.h
│   │   │   ├── util.py
│   │   │   └── _version.py
│   │   ├── _msgpack_api.py
│   │   ├── _pickle_api.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _json_api.cpython-37.pyc
│   │   │   ├── _msgpack_api.cpython-37.pyc
│   │   │   ├── _pickle_api.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _yaml_api.cpython-37.pyc
│   │   ├── ruamel_yaml
│   │   │   ├── anchor.py
│   │   │   ├── comments.py
│   │   │   ├── compat.py
│   │   │   ├── composer.py
│   │   │   ├── configobjwalker.py
│   │   │   ├── constructor.py
│   │   │   ├── cyaml.py
│   │   │   ├── dumper.py
│   │   │   ├── emitter.py
│   │   │   ├── error.py
│   │   │   ├── events.py
│   │   │   ├── __init__.py
│   │   │   ├── loader.py
│   │   │   ├── main.py
│   │   │   ├── nodes.py
│   │   │   ├── parser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── anchor.cpython-37.pyc
│   │   │   │   ├── comments.cpython-37.pyc
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── composer.cpython-37.pyc
│   │   │   │   ├── configobjwalker.cpython-37.pyc
│   │   │   │   ├── constructor.cpython-37.pyc
│   │   │   │   ├── cyaml.cpython-37.pyc
│   │   │   │   ├── dumper.cpython-37.pyc
│   │   │   │   ├── emitter.cpython-37.pyc
│   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   ├── events.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── loader.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── nodes.cpython-37.pyc
│   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   ├── reader.cpython-37.pyc
│   │   │   │   ├── representer.cpython-37.pyc
│   │   │   │   ├── resolver.cpython-37.pyc
│   │   │   │   ├── scalarbool.cpython-37.pyc
│   │   │   │   ├── scalarfloat.cpython-37.pyc
│   │   │   │   ├── scalarint.cpython-37.pyc
│   │   │   │   ├── scalarstring.cpython-37.pyc
│   │   │   │   ├── scanner.cpython-37.pyc
│   │   │   │   ├── serializer.cpython-37.pyc
│   │   │   │   ├── timestamp.cpython-37.pyc
│   │   │   │   ├── tokens.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── reader.py
│   │   │   ├── representer.py
│   │   │   ├── resolver.py
│   │   │   ├── scalarbool.py
│   │   │   ├── scalarfloat.py
│   │   │   ├── scalarint.py
│   │   │   ├── scalarstring.py
│   │   │   ├── scanner.py
│   │   │   ├── serializer.py
│   │   │   ├── timestamp.py
│   │   │   ├── tokens.py
│   │   │   └── util.py
│   │   ├── tests
│   │   │   ├── cloudpickle
│   │   │   │   ├── cloudpickle_file_test.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── cloudpickle_file_test.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── msgpack
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_buffer.cpython-37.pyc
│   │   │   │   │   ├── test_case.cpython-37.pyc
│   │   │   │   │   ├── test_except.cpython-37.pyc
│   │   │   │   │   ├── test_extension.cpython-37.pyc
│   │   │   │   │   ├── test_format.cpython-37.pyc
│   │   │   │   │   ├── test_limits.cpython-37.pyc
│   │   │   │   │   ├── test_memoryview.cpython-37.pyc
│   │   │   │   │   ├── test_newspec.cpython-37.pyc
│   │   │   │   │   ├── test_numpy.cpython-37.pyc
│   │   │   │   │   ├── test_pack.cpython-37.pyc
│   │   │   │   │   ├── test_read_size.cpython-37.pyc
│   │   │   │   │   ├── test_seq.cpython-37.pyc
│   │   │   │   │   ├── test_sequnpack.cpython-37.pyc
│   │   │   │   │   ├── test_stricttype.cpython-37.pyc
│   │   │   │   │   ├── test_subtype.cpython-37.pyc
│   │   │   │   │   └── test_unpack.cpython-37.pyc
│   │   │   │   ├── test_buffer.py
│   │   │   │   ├── test_case.py
│   │   │   │   ├── test_except.py
│   │   │   │   ├── test_extension.py
│   │   │   │   ├── test_format.py
│   │   │   │   ├── test_limits.py
│   │   │   │   ├── test_memoryview.py
│   │   │   │   ├── test_newspec.py
│   │   │   │   ├── test_numpy.py
│   │   │   │   ├── test_pack.py
│   │   │   │   ├── test_read_size.py
│   │   │   │   ├── test_seq.py
│   │   │   │   ├── test_sequnpack.py
│   │   │   │   ├── test_stricttype.py
│   │   │   │   ├── test_subtype.py
│   │   │   │   └── test_unpack.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_json_api.cpython-37.pyc
│   │   │   │   ├── test_msgpack_api.cpython-37.pyc
│   │   │   │   ├── test_pickle_api.cpython-37.pyc
│   │   │   │   ├── test_yaml_api.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── ruamel_yaml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── roundtrip.cpython-37.pyc
│   │   │   │   │   ├── test_add_xxx.cpython-37.pyc
│   │   │   │   │   ├── test_a_dedent.cpython-37.pyc
│   │   │   │   │   ├── test_anchor.cpython-37.pyc
│   │   │   │   │   ├── test_api_change.cpython-37.pyc
│   │   │   │   │   ├── test_appliance.cpython-37.pyc
│   │   │   │   │   ├── test_class_register.cpython-37.pyc
│   │   │   │   │   ├── test_collections.cpython-37.pyc
│   │   │   │   │   ├── test_comment_manipulation.cpython-37.pyc
│   │   │   │   │   ├── test_comments.cpython-37.pyc
│   │   │   │   │   ├── test_contextmanager.cpython-37.pyc
│   │   │   │   │   ├── test_copy.cpython-37.pyc
│   │   │   │   │   ├── test_datetime.cpython-37.pyc
│   │   │   │   │   ├── test_deprecation.cpython-37.pyc
│   │   │   │   │   ├── test_documents.cpython-37.pyc
│   │   │   │   │   ├── test_fail.cpython-37.pyc
│   │   │   │   │   ├── test_float.cpython-37.pyc
│   │   │   │   │   ├── test_flowsequencekey.cpython-37.pyc
│   │   │   │   │   ├── test_indentation.cpython-37.pyc
│   │   │   │   │   ├── test_int.cpython-37.pyc
│   │   │   │   │   ├── test_issues.cpython-37.pyc
│   │   │   │   │   ├── test_json_numbers.cpython-37.pyc
│   │   │   │   │   ├── test_line_col.cpython-37.pyc
│   │   │   │   │   ├── test_literal.cpython-37.pyc
│   │   │   │   │   ├── test_none.cpython-37.pyc
│   │   │   │   │   ├── test_numpy.cpython-37.pyc
│   │   │   │   │   ├── test_program_config.cpython-37.pyc
│   │   │   │   │   ├── test_spec_examples.cpython-37.pyc
│   │   │   │   │   ├── test_string.cpython-37.pyc
│   │   │   │   │   ├── test_tag.cpython-37.pyc
│   │   │   │   │   ├── test_version.cpython-37.pyc
│   │   │   │   │   ├── test_yamlfile.cpython-37.pyc
│   │   │   │   │   ├── test_yamlobject.cpython-37.pyc
│   │   │   │   │   ├── test_z_check_debug_leftovers.cpython-37.pyc
│   │   │   │   │   └── test_z_data.cpython-37.pyc
│   │   │   │   ├── roundtrip.py
│   │   │   │   ├── test_add_xxx.py
│   │   │   │   ├── test_a_dedent.py
│   │   │   │   ├── test_anchor.py
│   │   │   │   ├── test_api_change.py
│   │   │   │   ├── test_appliance.py
│   │   │   │   ├── test_class_register.py
│   │   │   │   ├── test_collections.py
│   │   │   │   ├── test_comment_manipulation.py
│   │   │   │   ├── test_comments.py
│   │   │   │   ├── test_contextmanager.py
│   │   │   │   ├── test_copy.py
│   │   │   │   ├── test_datetime.py
│   │   │   │   ├── test_deprecation.py
│   │   │   │   ├── test_documents.py
│   │   │   │   ├── test_fail.py
│   │   │   │   ├── test_float.py
│   │   │   │   ├── test_flowsequencekey.py
│   │   │   │   ├── test_indentation.py
│   │   │   │   ├── test_int.py
│   │   │   │   ├── test_issues.py
│   │   │   │   ├── test_json_numbers.py
│   │   │   │   ├── test_line_col.py
│   │   │   │   ├── test_literal.py
│   │   │   │   ├── test_none.py
│   │   │   │   ├── test_numpy.py
│   │   │   │   ├── test_program_config.py
│   │   │   │   ├── test_spec_examples.py
│   │   │   │   ├── test_string.py
│   │   │   │   ├── test_tag.py
│   │   │   │   ├── test_version.py
│   │   │   │   ├── test_yamlfile.py
│   │   │   │   ├── test_yamlobject.py
│   │   │   │   ├── test_z_check_debug_leftovers.py
│   │   │   │   └── test_z_data.py
│   │   │   ├── test_json_api.py
│   │   │   ├── test_msgpack_api.py
│   │   │   ├── test_pickle_api.py
│   │   │   ├── test_yaml_api.py
│   │   │   ├── ujson
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_ujson.cpython-37.pyc
│   │   │   │   └── test_ujson.py
│   │   │   └── util.py
│   │   ├── ujson
│   │   │   ├── __init__.py
│   │   │   ├── JSONtoObj.c
│   │   │   ├── lib
│   │   │   │   ├── dconv_wrapper.cc
│   │   │   │   ├── ultrajsondec.c
│   │   │   │   ├── ultrajsonenc.c
│   │   │   │   └── ultrajson.h
│   │   │   ├── objToJSON.c
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── py_defines.h
│   │   │   ├── ujson.c
│   │   │   ├── ujson.cpython-37m-x86_64-linux-gnu.so
│   │   │   └── version.h
│   │   ├── util.py
│   │   └── _yaml_api.py
│   └── srsly-2.2.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
26 directories, 246 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment