Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 02:02
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/0a150d7de33433615fde948fa1c8a496 to your computer and use it in GitHub Desktop.
Save ryantm/0a150d7de33433615fde948fa1c8a496 to your computer and use it in GitHub Desktop.
/nix/store/3w2yp8fpkp1f0b7nh8kb3rgd4cscjql6-python3.7-srsly-0.0.7
├── 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.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.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
│   │   ├── tests
│   │   │   ├── cloudpickle
│   │   │   │   ├── cloudpickle_file_test.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── cloudpickle_file_test.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── testutils.cpython-37.pyc
│   │   │   │   └── testutils.py
│   │   │   ├── __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_json_api.py
│   │   │   ├── test_msgpack_api.py
│   │   │   ├── test_pickle_api.py
│   │   │   └── ujson
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_ujson.cpython-37.pyc
│   │   │   └── test_ujson.py
│   │   ├── ujson
│   │   │   ├── __init__.py
│   │   │   ├── JSONtoObj.c
│   │   │   ├── objToJSON.c
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── py_defines.h
│   │   │   ├── ujson.c
│   │   │   ├── ujson.cpython-37m-x86_64-linux-gnu.so
│   │   │   └── version.h
│   │   └── util.py
│   └── srsly-0.0.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
21 directories, 107 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment