Metadata-Version: 2.4
Name: copium-autopatch
Version: 0.1.1
Summary: Make deepcopy go brrr.
Project-URL: Homepage, https://github.com/Bobronium/copium-autopatch
Project-URL: Source, https://github.com/Bobronium/copium-autopatch
Project-URL: Issues, https://github.com/Bobronium/copium-autopatch/issues
Author-email: "Arseny Boykov (Bobronium)" <hi@bobronium.me>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: copium
Description-Content-Type: text/markdown

# copium-autopatch

Make deepcopy go brrr.

This depends on [copium](https://github.com/Bobronium/copium) and
automatically calls `copium.patch.enable()` on Python startup, unless `COPIUM_PATCH_DISABLE=1` is set.

### Usage

`pip install 'copium[autopatch]'`

`uvx --with 'copium[autopatch]' $executable`

`uv run --with 'copium[autopatch]' $executable`
