From d87dd136696c6382467f97600a9297e5eea93f17 Mon Sep 17 00:00:00 2001 From: Bobronium Date: Sun, 5 Apr 2026 04:58:32 +0400 Subject: [PATCH] Update repo slug in readme once --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8678406..bb9984a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ copium PyPI Python Versions Badge - - CD Status Badge + + CD Status Badge - + Codspeed Badge @@ -21,15 +21,15 @@ copium
- - - Copium Logo + + + Copium Logo - + - - - Self-contained IPython showcase + + + Self-contained IPython showcase @@ -41,7 +41,7 @@ copium - โšก **4-28x faster** on built-in types - ๐Ÿง  **~30% less memory** per copy - โœจ requires **zero code changes** -- ๐Ÿงช [passes](https://github.com/Bobronium/copium/blob/3cef83a230fb8c3bf2b7b11e3f2cba01fe0cce23/.github/workflows/cd-build.yaml#L129-L152) Python's [test_copy.py](https://github.com/python/cpython/blob/41b9ad5b38e913194a5cc88f0e7cfc096787b664/Lib/test/test_copy.py) +- ๐Ÿงช [passes](https://github.com/percolab/copium/blob/3cef83a230fb8c3bf2b7b11e3f2cba01fe0cce23/.github/workflows/cd-build.yaml#L129-L152) Python's [test_copy.py](https://github.com/python/cpython/blob/41b9ad5b38e913194a5cc88f0e7cfc096787b664/Lib/test/test_copy.py) - ๐Ÿ“ฆ pre-built wheels for Python 3.10โ€“3.14 on Linux/macOS/Windows (x64/ARM64) - ๐Ÿ”“ passes all tests on **free-threaded** Python builds @@ -148,7 +148,7 @@ copium will attempt to recover by calling `__deepcopy__` again with `dict` memo. succeeds, a warning with clear suggestions will be emitted, otherwise the error will be raised as is. -[Tracking issue](https://github.com/Bobronium/copium/issues/31) +[Tracking issue](https://github.com/percolab/copium/issues/31)
Example