Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BREAKING: Remove legacy embedded modules
  • Loading branch information
crusaderky committed Nov 24, 2025
commit 9940c650e20f5f98725ab3b87d4560fedac4f84d
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ python -m pytest --pyargs srsly

### JSON

> 📦 The underlying module is exposed via `srsly.ujson`. However, we normally
> interact with it via the utility functions only.

#### <kbd>function</kbd> `srsly.json_dumps`

Serialize an object to a JSON string. Falls back to `json` if `sort_keys=True`
Expand Down Expand Up @@ -256,9 +253,6 @@ assert srsly.is_json_serializable(lambda x: x) is False

### msgpack

> 📦 The underlying module is exposed via `srsly.msgpack`. However, we normally
> interact with it via the utility functions only.

#### <kbd>function</kbd> `srsly.msgpack_dumps`

Serialize an object to a msgpack byte string.
Expand Down Expand Up @@ -318,9 +312,6 @@ data = srsly.read_msgpack("/path/to/file.msg")

### pickle

> 📦 The underlying module is exposed via `srsly.cloudpickle`. However, we
> normally interact with it via the utility functions only.

#### <kbd>function</kbd> `srsly.pickle_dumps`

Serialize a Python object with pickle.
Expand Down Expand Up @@ -352,9 +343,6 @@ data = srsly.pickle_loads(pickled_data)

### YAML

> 📦 The underlying module is exposed via `srsly.ruamel_yaml`. However, we
> normally interact with it via the utility functions only.

#### <kbd>function</kbd> `srsly.yaml_dumps`

Serialize an object to a YAML string. See the
Expand Down
1 change: 0 additions & 1 deletion srsly/cloudpickle.py

This file was deleted.

7 changes: 0 additions & 7 deletions srsly/msgpack.py

This file was deleted.

1 change: 0 additions & 1 deletion srsly/ruamel_yaml.py

This file was deleted.

1 change: 0 additions & 1 deletion srsly/ujson.py

This file was deleted.