glitchlings 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,429 @@
1
+ Metadata-Version: 2.4
2
+ Name: glitchlings
3
+ Version: 0.1.1
4
+ Summary: Monsters for your language games.
5
+ Project-URL: Homepage, https://github.com/osoleve/glitchlings
6
+ Project-URL: Repository, https://github.com/osoleve/glitchlings.git
7
+ Project-URL: Issues, https://github.com/osoleve/glitchlings/issues
8
+ Project-URL: Changelog, https://github.com/osoleve/glitchlings/releases
9
+ Author: osoleve
10
+ License: Apache License
11
+ Version 2.0, January 2004
12
+ http://www.apache.org/licenses/
13
+
14
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
15
+
16
+ 1. Definitions.
17
+
18
+ "License" shall mean the terms and conditions for use, reproduction,
19
+ and distribution as defined by Sections 1 through 9 of this document.
20
+
21
+ "Licensor" shall mean the copyright owner or entity authorized by
22
+ the copyright owner that is granting the License.
23
+
24
+ "Legal Entity" shall mean the union of the acting entity and all
25
+ other entities that control, are controlled by, or are under common
26
+ control with that entity. For the purposes of this definition,
27
+ "control" means (i) the power, direct or indirect, to cause the
28
+ direction or management of such entity, whether by contract or
29
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
30
+ outstanding shares, or (iii) beneficial ownership of such entity.
31
+
32
+ "You" (or "Your") shall mean an individual or Legal Entity
33
+ exercising permissions granted by this License.
34
+
35
+ "Source" form shall mean the preferred form for making modifications,
36
+ including but not limited to software source code, documentation
37
+ source, and configuration files.
38
+
39
+ "Object" form shall mean any form resulting from mechanical
40
+ transformation or translation of a Source form, including but
41
+ not limited to compiled object code, generated documentation,
42
+ and conversions to other media types.
43
+
44
+ "Work" shall mean the work of authorship, whether in Source or
45
+ Object form, made available under the License, as indicated by a
46
+ copyright notice that is included in or attached to the work
47
+ (an example is provided in the Appendix below).
48
+
49
+ "Derivative Works" shall mean any work, whether in Source or Object
50
+ form, that is based on (or derived from) the Work and for which the
51
+ editorial revisions, annotations, elaborations, or other modifications
52
+ represent, as a whole, an original work of authorship. For the purposes
53
+ of this License, Derivative Works shall not include works that remain
54
+ separable from, or merely link (or bind by name) to the interfaces of,
55
+ the Work and Derivative Works thereof.
56
+
57
+ "Contribution" shall mean any work of authorship, including
58
+ the original version of the Work and any modifications or additions
59
+ to that Work or Derivative Works thereof, that is intentionally
60
+ submitted to Licensor for inclusion in the Work by the copyright owner
61
+ or by an individual or Legal Entity authorized to submit on behalf of
62
+ the copyright owner. For the purposes of this definition, "submitted"
63
+ means any form of electronic, verbal, or written communication sent
64
+ to the Licensor or its representatives, including but not limited to
65
+ communication on electronic mailing lists, source code control systems,
66
+ and issue tracking systems that are managed by, or on behalf of, the
67
+ Licensor for the purpose of discussing and improving the Work, but
68
+ excluding communication that is conspicuously marked or otherwise
69
+ designated in writing by the copyright owner as "Not a Contribution."
70
+
71
+ "Contributor" shall mean Licensor and any individual or Legal Entity
72
+ on behalf of whom a Contribution has been received by Licensor and
73
+ subsequently incorporated within the Work.
74
+
75
+ 2. Grant of Copyright License. Subject to the terms and conditions of
76
+ this License, each Contributor hereby grants to You a perpetual,
77
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78
+ copyright license to reproduce, prepare Derivative Works of,
79
+ publicly display, publicly perform, sublicense, and distribute the
80
+ Work and such Derivative Works in Source or Object form.
81
+
82
+ 3. Grant of Patent License. Subject to the terms and conditions of
83
+ this License, each Contributor hereby grants to You a perpetual,
84
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
85
+ (except as stated in this section) patent license to make, have made,
86
+ use, offer to sell, sell, import, and otherwise transfer the Work,
87
+ where such license applies only to those patent claims licensable
88
+ by such Contributor that are necessarily infringed by their
89
+ Contribution(s) alone or by combination of their Contribution(s)
90
+ with the Work to which such Contribution(s) was submitted. If You
91
+ institute patent litigation against any entity (including a
92
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
93
+ or a Contribution incorporated within the Work constitutes direct
94
+ or contributory patent infringement, then any patent licenses
95
+ granted to You under this License for that Work shall terminate
96
+ as of the date such litigation is filed.
97
+
98
+ 4. Redistribution. You may reproduce and distribute copies of the
99
+ Work or Derivative Works thereof in any medium, with or without
100
+ modifications, and in Source or Object form, provided that You
101
+ meet the following conditions:
102
+
103
+ (a) You must give any other recipients of the Work or
104
+ Derivative Works a copy of this License; and
105
+
106
+ (b) You must cause any modified files to carry prominent notices
107
+ stating that You changed the files; and
108
+
109
+ (c) You must retain, in the Source form of any Derivative Works
110
+ that You distribute, all copyright, patent, trademark, and
111
+ attribution notices from the Source form of the Work,
112
+ excluding those notices that do not pertain to any part of
113
+ the Derivative Works; and
114
+
115
+ (d) If the Work includes a "NOTICE" text file as part of its
116
+ distribution, then any Derivative Works that You distribute must
117
+ include a readable copy of the attribution notices contained
118
+ within such NOTICE file, excluding those notices that do not
119
+ pertain to any part of the Derivative Works, in at least one
120
+ of the following places: within a NOTICE text file distributed
121
+ as part of the Derivative Works; within the Source form or
122
+ documentation, if provided along with the Derivative Works; or,
123
+ within a display generated by the Derivative Works, if and
124
+ wherever such third-party notices normally appear. The contents
125
+ of the NOTICE file are for informational purposes only and
126
+ do not modify the License. You may add Your own attribution
127
+ notices within Derivative Works that You distribute, alongside
128
+ or as an addendum to the NOTICE text from the Work, provided
129
+ that such additional attribution notices cannot be construed
130
+ as modifying the License.
131
+
132
+ You may add Your own copyright statement to Your modifications and
133
+ may provide additional or different license terms and conditions
134
+ for use, reproduction, or distribution of Your modifications, or
135
+ for any such Derivative Works as a whole, provided Your use,
136
+ reproduction, and distribution of the Work otherwise complies with
137
+ the conditions stated in this License.
138
+
139
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
140
+ any Contribution intentionally submitted for inclusion in the Work
141
+ by You to the Licensor shall be under the terms and conditions of
142
+ this License, without any additional terms or conditions.
143
+ Notwithstanding the above, nothing herein shall supersede or modify
144
+ the terms of any separate license agreement you may have executed
145
+ with Licensor regarding such Contributions.
146
+
147
+ 6. Trademarks. This License does not grant permission to use the trade
148
+ names, trademarks, service marks, or product names of the Licensor,
149
+ except as required for reasonable and customary use in describing the
150
+ origin of the Work and reproducing the content of the NOTICE file.
151
+
152
+ 7. Disclaimer of Warranty. Unless required by applicable law or
153
+ agreed to in writing, Licensor provides the Work (and each
154
+ Contributor provides its Contributions) on an "AS IS" BASIS,
155
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
156
+ implied, including, without limitation, any warranties or conditions
157
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
158
+ PARTICULAR PURPOSE. You are solely responsible for determining the
159
+ appropriateness of using or redistributing the Work and assume any
160
+ risks associated with Your exercise of permissions under this License.
161
+
162
+ 8. Limitation of Liability. In no event and under no legal theory,
163
+ whether in tort (including negligence), contract, or otherwise,
164
+ unless required by applicable law (such as deliberate and grossly
165
+ negligent acts) or agreed to in writing, shall any Contributor be
166
+ liable to You for damages, including any direct, indirect, special,
167
+ incidental, or consequential damages of any character arising as a
168
+ result of this License or out of the use or inability to use the
169
+ Work (including but not limited to damages for loss of goodwill,
170
+ work stoppage, computer failure or malfunction, or any and all
171
+ other commercial damages or losses), even if such Contributor
172
+ has been advised of the possibility of such damages.
173
+
174
+ 9. Accepting Warranty or Additional Liability. While redistributing
175
+ the Work or Derivative Works thereof, You may choose to offer,
176
+ and charge a fee for, acceptance of support, warranty, indemnity,
177
+ or other liability obligations and/or rights consistent with this
178
+ License. However, in accepting such obligations, You may act only
179
+ on Your own behalf and on Your sole responsibility, not on behalf
180
+ of any other Contributor, and only if You agree to indemnify,
181
+ defend, and hold each Contributor harmless for any liability
182
+ incurred by, or claims asserted against, such Contributor by reason
183
+ of your accepting any such warranty or additional liability.
184
+
185
+ END OF TERMS AND CONDITIONS
186
+
187
+ APPENDIX: How to apply the Apache License to your work.
188
+
189
+ To apply the Apache License to your work, attach the following
190
+ boilerplate notice, with the fields enclosed by brackets "[]"
191
+ replaced with your own identifying information. (Don't include
192
+ the brackets!) The text should be enclosed in the appropriate
193
+ comment syntax for the file format. We also recommend that a
194
+ file or class name and description of purpose be included on the
195
+ same "printed page" as the copyright notice for easier
196
+ identification within third-party archives.
197
+
198
+ Copyright 2025 osoleve
199
+
200
+ Licensed under the Apache License, Version 2.0 (the "License");
201
+ you may not use this file except in compliance with the License.
202
+ You may obtain a copy of the License at
203
+
204
+ http://www.apache.org/licenses/LICENSE-2.0
205
+
206
+ Unless required by applicable law or agreed to in writing, software
207
+ distributed under the License is distributed on an "AS IS" BASIS,
208
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
209
+ See the License for the specific language governing permissions and
210
+ limitations under the License.
211
+ License-File: LICENSE
212
+ Keywords: adversarial,data,evaluation,glitch,nlp,text
213
+ Classifier: Development Status :: 3 - Alpha
214
+ Classifier: Intended Audience :: Developers
215
+ Classifier: License :: OSI Approved :: Apache Software License
216
+ Classifier: Operating System :: OS Independent
217
+ Classifier: Programming Language :: Python
218
+ Classifier: Programming Language :: Python :: 3
219
+ Classifier: Programming Language :: Python :: 3.12
220
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
221
+ Classifier: Topic :: Software Development :: Testing
222
+ Requires-Python: >=3.12
223
+ Requires-Dist: confusable-homoglyphs>=3.3.1
224
+ Requires-Dist: datasets>=4.0.0
225
+ Requires-Dist: jellyfish>=1.2.0
226
+ Provides-Extra: dev
227
+ Requires-Dist: pytest>=8.0.0; extra == 'dev'
228
+ Provides-Extra: jargoyle
229
+ Requires-Dist: nltk>=3.9.1; extra == 'jargoyle'
230
+ Provides-Extra: prime
231
+ Requires-Dist: verifiers>=0.1.3.post0; extra == 'prime'
232
+ Description-Content-Type: text/markdown
233
+
234
+ #
235
+
236
+ ```plaintext
237
+ .─') _ .─') _
238
+ ( OO) ) ( OO ) )
239
+ ░██████ ░██ ░██ ░██ ░██ ░██ ░██
240
+ ░██ ░██ ░██ ░██ ░██ ░██
241
+ ░██ ░██ ░██░████████ ░███████ ░████████ ░██ ░██░████████ ░████████ ░███████
242
+ ░██ █████ ░██ ░██ ░██ ░██('─.░██ ░██ ░██ ░██ ░██░██ ░██ ░██.─')░██ ░██
243
+ ░██ ██ ░██ ░██ ░██ ░██( OO ) ╱░██ ░██ ░██ ░██░██ ░██ ░██(OO)░██ ░███████
244
+ ░██ ░███ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██░██ ░██ ░██ o░███ ░██
245
+ ░█████░█ ░██ ░██ ░████ ░███████ ░██ ░██ ░██ ░██░██ ░██ ░█████░██ ░███████
246
+ ░██
247
+ ░███████
248
+
249
+ Every language game breeds monsters.
250
+ ```
251
+
252
+ `Glitchlings` are **utilities for corrupting the text inputs to your language models in deterministic, _linguistically principled_** ways.
253
+ Each embodies a different way that documents can be compromised in the wild.
254
+
255
+ If reinforcement learning environments are games, then `Glitchling`s are enemies to breathe new life into old challenges.
256
+
257
+ They do this by breaking surface patterns in the input while keeping the target output intact.
258
+
259
+ Some `Glitchling`s are petty nuisances. Some `Glitchling`s are eldritch horrors.
260
+ Together, they create truly nightmarish scenarios for your language models.
261
+
262
+ After all, what good is general intelligence if it can't handle a little chaos?
263
+
264
+ -_The Curator_
265
+
266
+ ## Quickstart
267
+
268
+ ```python
269
+ pip install -U glitchlings
270
+ ```
271
+
272
+ ```python
273
+ from glitchlings import summon, SAMPLE_TEXT
274
+
275
+ gaggle = summon(["reduple", "mim1c", "typogre", "rushmore"])
276
+ gaggle(SAMPLE_TEXT)
277
+ ```
278
+
279
+ > Onҽ m‎ھ‎rning, wһen Gregor Samƽa woke from trouble𝐝 𝑑reams, he found himself transformed in his bed into a horrible vermin‎٠‎ He l lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightlh domed and divided by arches ino stiff sections. The bedding was adly able to cover it and and seemed ready to slide off any moment. His many legxs, pitifully thin compared with the size of the the rest of him, waved about helplessly ashe looked looked.
280
+
281
+ ## Motivation
282
+
283
+ If your model performs well on a particular task, but not when `Glitchling`s are present, it's a sign that it hasn't actually generalized to the problem.
284
+
285
+ Conversely, training a model to perform well in the presence of the types of perturbations introduced by `Glitchling`s should help it generalize better.
286
+
287
+ ## Your First Battle
288
+
289
+ Summon your chosen `Glitchling` (_or a few, if ya nasty_) and call it on your text or slot it into `Dataset.map(...)`, supplying a seed if desired.
290
+ Some `Glitchling`s may have additional keyword arguments but they will always be optional with what I decide are "reasonable defaults".
291
+ Seed defaults to 151, obviously.
292
+
293
+ Calling a `Glitchling` on a `str` transparently calls `.corrupt(str, ...) -> str`.
294
+ This means that as long as your glitchlings get along logically, they play nicely with one another.
295
+
296
+ When summoned as a `Gaggle`, the `Glitchling`s will automatically order themselves into attack waves, based on the scope of the change they make:
297
+
298
+ 1. Document
299
+ 2. Paragraph
300
+ 3. Sentence
301
+ 4. Word
302
+ 5. Character
303
+
304
+ They're horrible little gremlins, but they're not _unreasonable_.
305
+
306
+ ## Starter 'lings
307
+
308
+ For maintainability reasons, all `Glitchling` have consented to be given nicknames once they're in your care. See the [Monster Manual](MONSTER_MANUAL.md) for a complete bestiary.
309
+
310
+ ### Typogre
311
+
312
+ _What a nice word, would be a shame if something happened to it._
313
+
314
+ > _**Fatfinger.**_ Typogre introduces character-level errors (duplicating, dropping, adding, or swapping) based on the layout of a (currently QWERTY) keyboard.
315
+ >
316
+ > Args
317
+ >
318
+ > - `max_change_rate (float)`: The maximum number of edits to make as a percentage of the length (default: 0.02, 2%).
319
+ > - `preserve_first_last (bool)`: Avoid editing the first and last character of a word (default: False).
320
+ > - `keyboard (str)`: Keyboard layout key-neighbor map to use (default: "CURATOR_QWERTY").
321
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
322
+
323
+ ### Mim1c
324
+
325
+ _Wait, was that...?_
326
+
327
+ > _**Confusion.**_ Mim1c replaces non-space characters with Unicode Confusables, characters that are distinct but would not usually confuse a human reader.
328
+ >
329
+ > Args
330
+ >
331
+ > - `replacement_rate (float)`: The maximum proportion of characters to replace (default: 0.02, 2%).
332
+ > - `classes (list[str] | "all")`: Restrict replacements to these Unicode script classes (default: ["LATIN", "GREEK", "CYRILLIC"]).
333
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
334
+
335
+ ### Scannequin
336
+
337
+ _How can a computer need reading glasses?_
338
+
339
+ > _**OCR Artifacts.**_ Scannequin mimics optical character recognition errors by swapping visually similar character sequences (like rn↔m, cl↔d, O↔0, l/I/1).
340
+ >
341
+ > Args
342
+ >
343
+ > - `error_rate (float)`: The maximum proportion of eligible confusion spans to replace (default: 0.02, 2%).
344
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
345
+
346
+ ### Jargoyle
347
+
348
+ _Uh oh. The worst person you know just bought a thesaurus._
349
+
350
+ > _**Sesquipedalianism.**_ Jargoyle, the insufferable `Glitchling`, replaces nouns with synonyms at random, without regard for connotational or denotational differences.
351
+ >
352
+ > Args
353
+ >
354
+ > - `replacement_rate (float)`: The maximum proportion of words to replace (default: 0.1, 10%).
355
+ > - `part_of_speech`: The WordNet part of speech to target (default: nouns). Accepts `wn.NOUN`, `wn.VERB`, `wn.ADJ`, or `wn.ADV`.
356
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
357
+
358
+ ### Reduple
359
+
360
+ _Did you say that or did I?_
361
+
362
+ > _**Broken Record.**_ Reduple stutters through text by randomly reduplicating words. Like a nervous speaker, it creates natural repetitions that test a model's ability to handle redundancy without losing the thread.
363
+ >
364
+ > Args
365
+ >
366
+ > - `reduplication_rate (float)`: The maximum proportion of words to reduplicate (default: 0.05, 5%).
367
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
368
+
369
+ ### Rushmore
370
+
371
+ _I accidentally an entire word._
372
+
373
+ > _**Hasty Omission.**_ The evil (?) twin of `reduple`, Rushmore moves with such frantic speed that it causes words to simply vanish from existence as it passes.
374
+ >
375
+ > Args
376
+ >
377
+ > - `max_deletion_rate (float)`: The maximum proportion of words to delete (default: 0.01, 1%).
378
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
379
+
380
+ ### Redactyl
381
+
382
+ _Oops, that was my black highlighter._
383
+
384
+ > _**FOIA Reply.**_ Redactyl obscures random words in your document like an NSA analyst with a bad sense of humor.
385
+ >
386
+ > ### Args
387
+ >
388
+ > - `replacement_char (str)`: The character to use for redaction (default: █).
389
+ > - `redaction_rate (float)`: The maximum proportion of words to redact (default: 0.05, 5%).
390
+ > - `merge_adjacent (bool)`: Whether to redact the space between adjacent redacted words (default: False).
391
+ > - `seed (int)`: The random seed for reproducibility (default: 151).
392
+
393
+ ## Field Report: Uncontained Specimens
394
+
395
+ ### _Containment procedures pending_
396
+
397
+ - `ekkokin` substitutes words with homophones (phonetic equivalents).
398
+ - `nylingual` backtranslates portions of text.
399
+ - `glothopper` introduces code-switching effects, blending languages or dialects.
400
+ - `palimpsest` rewrites, but leaves accidental traces of the past.
401
+ - `vesuvius` is an apocryphal `Glitchling` with ties to _[Nosy, aren't we? -The Curator]_
402
+
403
+ ## Apocrypha
404
+
405
+ Cave paintings and oral tradition contain many depictions of strange, otherworldly `Glitchling`s.
406
+ These _Apocryphal `Glitchling`_ are said to possess unique abilities or behaviors.
407
+ If you encounter one of these elusive beings, please document your findings and share them with _The Curator_.
408
+
409
+ ### Reproducible Corruption
410
+
411
+ Every `Glitchling` owns its own independent `random.Random` instance. That means:
412
+
413
+ - No `random.seed(...)` calls touch Python's global RNG.
414
+ - Supplying a `seed` when you construct a `Glitchling` (or when you `summon(...)`) makes its behavior reproducible.
415
+ - Re-running a `Gaggle` with the same master seed and the same input text (_and same external data!_) yields identical corruption output.
416
+ - Corruption functions are written to accept an `rng` parameter internally so that all randomness is centralized and testable.
417
+
418
+ #### Caveats
419
+
420
+ - If you mutate a glitchling's parameters after you've used it (e.g. `typogre.set_param(...)`) the outputs may not be the same as before the change. So don't do that.
421
+
422
+ #### At Wits' End?
423
+
424
+ If you're trying to add a new glitchling and can't seem to make it deterministic, here are some places to look for determinism-breaking code:
425
+
426
+ 1. Search for any direct calls to `random.choice`, `random.shuffle`, or `set(...)` ordering without going through the provided `rng`.
427
+ 2. Ensure you sort collections before shuffling or sampling.
428
+ 3. Make sure indices are chosen from a stable reference (e.g., original text) when applying length‑changing edits.
429
+ 4. Make sure there are enough sort keys to maintain stability.
@@ -1,14 +1,12 @@
1
- ./.gitignore,sha256=dGf2ypTSG-e9eVdXEkBKda_1JikOGVtVJO983675dt8,133
2
- ./LICENSE,sha256=LXni4cDLub1De97hk0PQj8-RAZnlvGvOo6ILVur9MOI,1085
1
+ ./.gitignore,sha256=oIxsd1LRy7y7yqq5k5JCrFKW4p6HlQd14lFUSLi-Qx8,144
2
+ ./LICENSE,sha256=EFEP1evBfHaxsMTBjxm0sZVRp2wct8QLvHE1saII5FI,11538
3
3
  ./MONSTER_MANUAL.md,sha256=vdoVnUl-Zdl3gH6E51fUGlSnhxdxxIbIXVNorReJAng,9344
4
- ./PKG-INFO,sha256=9sx6KkIZ64BksLaif6yOt3ga6fLpmtpGVP9EiKs6jnc,12383
5
- ./README.md,sha256=ivQ4MCqX-y-GOUKe3AnelkSvuxtVaE8eIcealdnxq3k,10089
6
- ./RELEASE.md,sha256=U7spXkNrGboPzLsK7uyqAwjm4gaaPLyryrAV7RwFcBE,1552
4
+ ./PKG-INFO,sha256=2VrY4qI-J6MM_3VXAcHI0gC-8eoRYerXEj7o28XfBpc,24182
5
+ ./README.md,sha256=hdQzNbHjygjeNsikdDaLRncN3H7qN9qgWhjnGWBS5WE,10121
7
6
  ./__init__.py,sha256=dOvJSFqrFUQvYNUHne5CmSUUwzME8rdyL-lXGNWKoL0,2365
8
7
  ./main.py,sha256=HZveNbsuHiHJFGhB31I_u4EK2aI7KOCevcI2ZP9u5Lw,89
9
- ./pyproject.toml,sha256=masaVBWpUqKG_4FXupQRS7k-rg-ws_yDhe81ZgO2X6s,1645
8
+ ./pyproject.toml,sha256=fi33wc0qVZrK_UXQv_uOXykOnGn_xBWI-kYuo8KyiZI,1675
10
9
  ./.github/workflows/publish.yml,sha256=0N02QrLlOaj3y9PGfl3Ns9wVgP-EaCizmcospjGGMco,1118
11
- ./.github/workflows/testpypi.yml,sha256=HdC0QPPG0tEk9VCUk0_7HIrCezHfCDO623yFKVeAcc8,945
12
10
  ./dlc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
11
  ./dlc/prime.py,sha256=FunhqcEXGUMm49WadYtWbH7MrMcYuqcmk-LPEZEEZeI,1382
14
12
  ./util/__init__.py,sha256=C7VPB225Uro-9MzpMpofIyTH86gYUpiYbGDxk_Jtvaw,2190
@@ -17,12 +15,12 @@
17
15
  ./zoo/jargoyle.py,sha256=CbhprejTP54KEaI9tWJqG-mKxCOcqKgtJvuuLb_zCZM,2972
18
16
  ./zoo/mim1c.py,sha256=i0K2NjeM_pLVXOmTTUPelSIMhyTRwT5zMwXJ5XFLip4,2118
19
17
  ./zoo/redactyl.py,sha256=V9-4XNLKzAQhqFqZ8pE6zFJatVKYdxOvBS3E8JVtoqo,2211
20
- ./zoo/reduple.py,sha256=ZWa08nE9S7eTAzl0bQk2q5tsnkttfo2G_cjKJZpaB-A,1675
21
- ./zoo/rushmore.py,sha256=u_tbvFVKCJyYDtbzraA519_p5t0I0RoKmHF9mvnnaDM,1580
18
+ ./zoo/reduple.py,sha256=ggrGshp-Zx-O4xA_bhbMTWp9d4DEarYV6pTftjzLvHM,1711
19
+ ./zoo/rushmore.py,sha256=r67-qiNS194gXSz1Ep2TrojlOJd4O362njOnRAJFyTo,1612
22
20
  ./zoo/scannequin.py,sha256=-dcykPGWFrnF5nDyHQLfW9Olj-uxV1e-6DVDXgdN8rg,3765
23
21
  ./zoo/typogre.py,sha256=kw_lvD5a6JjYU9mwrOyicmQz3HuqxtvUVAdrGf32WrA,7872
24
- glitchlings-0.1.0.dist-info/METADATA,sha256=9sx6KkIZ64BksLaif6yOt3ga6fLpmtpGVP9EiKs6jnc,12383
25
- glitchlings-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- glitchlings-0.1.0.dist-info/entry_points.txt,sha256=kGOwuAsjFDLtztLisaXtOouq9wFVMOJg5FzaAkg-Hto,54
27
- glitchlings-0.1.0.dist-info/licenses/LICENSE,sha256=LXni4cDLub1De97hk0PQj8-RAZnlvGvOo6ILVur9MOI,1085
28
- glitchlings-0.1.0.dist-info/RECORD,,
22
+ glitchlings-0.1.1.dist-info/METADATA,sha256=2VrY4qI-J6MM_3VXAcHI0gC-8eoRYerXEj7o28XfBpc,24182
23
+ glitchlings-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
+ glitchlings-0.1.1.dist-info/entry_points.txt,sha256=kGOwuAsjFDLtztLisaXtOouq9wFVMOJg5FzaAkg-Hto,54
25
+ glitchlings-0.1.1.dist-info/licenses/LICENSE,sha256=EFEP1evBfHaxsMTBjxm0sZVRp2wct8QLvHE1saII5FI,11538
26
+ glitchlings-0.1.1.dist-info/RECORD,,