glitchlings 0.2.3__cp312-cp312-win_amd64.whl → 0.2.4__cp312-cp312-win_amd64.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.
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glitchlings
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Monsters for your language games.
5
5
  Author: osoleve
6
6
  License: Apache License
@@ -209,27 +209,21 @@ Project-URL: Homepage, https://github.com/osoleve/glitchlings
209
209
  Project-URL: Repository, https://github.com/osoleve/glitchlings.git
210
210
  Project-URL: Issues, https://github.com/osoleve/glitchlings/issues
211
211
  Project-URL: Changelog, https://github.com/osoleve/glitchlings/releases
212
- Keywords: nlp,text,adversarial augmentation,text augmentation
212
+ Keywords: nlp,text,adversarial augmentation,text augmentation,large language models,llms,data augmentation,confusables,typo,
213
213
  Classifier: Development Status :: 3 - Alpha
214
214
  Classifier: Intended Audience :: Developers
215
- Classifier: License :: OSI Approved :: Apache Software License
216
215
  Classifier: Programming Language :: Python
217
216
  Classifier: Programming Language :: Python :: 3
218
217
  Classifier: Programming Language :: Python :: 3.10
219
218
  Classifier: Programming Language :: Python :: 3.11
220
219
  Classifier: Programming Language :: Python :: 3.12
221
220
  Classifier: Programming Language :: Rust
222
- Classifier: Operating System :: MacOS :: MacOS X
223
- Classifier: Operating System :: Microsoft :: Windows
224
- Classifier: Operating System :: POSIX :: Linux
225
- Classifier: Operating System :: OS Independent
226
221
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
227
222
  Classifier: Topic :: Software Development :: Testing
228
223
  Requires-Python: >=3.10
229
224
  Description-Content-Type: text/markdown
230
225
  License-File: LICENSE
231
226
  Requires-Dist: confusable-homoglyphs>=3.3.1
232
- Requires-Dist: jellyfish>=1.2.0
233
227
  Provides-Extra: hf
234
228
  Requires-Dist: datasets>=4.0.0; extra == "hf"
235
229
  Provides-Extra: wordnet
@@ -237,6 +231,7 @@ Requires-Dist: nltk>=3.9.1; extra == "wordnet"
237
231
  Requires-Dist: numpy<=2.0,>=1.24; extra == "wordnet"
238
232
  Provides-Extra: prime
239
233
  Requires-Dist: verifiers>=0.1.3.post0; extra == "prime"
234
+ Requires-Dist: jellyfish>=1.2.0; extra == "prime"
240
235
  Provides-Extra: dev
241
236
  Requires-Dist: pytest>=8.0.0; extra == "dev"
242
237
  Requires-Dist: hypothesis>=6.140.0; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  glitchlings/__init__.py,sha256=w8heFqUejrXM_9NNlM9CQnIGkmGUyBV29acg3WsocXA,622
2
2
  glitchlings/__main__.py,sha256=pqNe1C9hMf8pap4oh6x6yo2h4Nsa2RFSaMWHfGtNXj0,130
3
- glitchlings/_zoo_rust.cp312-win_amd64.pyd,sha256=08xnERw5xVGeKk4DT4g1_NWmyHwiDlqt8UtLxR1jk9k,1989632
3
+ glitchlings/_zoo_rust.cp312-win_amd64.pyd,sha256=qHk8hPmRrzJTwOyhcBNr-2qhXBaEBUy__7_SMFhzWSc,1989632
4
4
  glitchlings/main.py,sha256=QrSSLWcKh1_NDfJDGh-3UVKdI7AkzfMy6Jz1ouxIgnE,6149
5
5
  glitchlings/dlc/__init__.py,sha256=IHD-GGhVFb7SVzErvf2YCJkOR4wGo0nFHXkn_daMvS8,146
6
6
  glitchlings/dlc/huggingface.py,sha256=PIesnDIEvyJxj1IuLw2P9nVPTr4Nv81XM7w2axfyhkA,3029
@@ -18,9 +18,9 @@ glitchlings/zoo/reduple.py,sha256=9jid6tCvCaiSxWSPMNuHWZitd7et60RRFYeek3S0ElU,36
18
18
  glitchlings/zoo/rushmore.py,sha256=pJy3g_H1z8PNoHitvD3-HsytAuE0U6FOdsdaKZy6OqY,3680
19
19
  glitchlings/zoo/scannequin.py,sha256=TJyNYTTIB7rxZH3XKIETy0YVf4EjsMgGWYmYaxH9jxU,5030
20
20
  glitchlings/zoo/typogre.py,sha256=olTTXDmFkVQ3r-T1vxm2mLomRvIDXHrNHfgin316wzE,6221
21
- glitchlings-0.2.3.dist-info/licenses/LICENSE,sha256=EFEP1evBfHaxsMTBjxm0sZVRp2wct8QLvHE1saII5FI,11538
22
- glitchlings-0.2.3.dist-info/METADATA,sha256=oiBG6ir6cxTdmOHfNJ4A3FXoTGJRnXk2Qebs2OMX7ZY,26696
23
- glitchlings-0.2.3.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
24
- glitchlings-0.2.3.dist-info/entry_points.txt,sha256=kGOwuAsjFDLtztLisaXtOouq9wFVMOJg5FzaAkg-Hto,54
25
- glitchlings-0.2.3.dist-info/top_level.txt,sha256=VHFNBrLjtDwPCYXbGKi6o17Eueedi81eNbR3hBOoST0,12
26
- glitchlings-0.2.3.dist-info/RECORD,,
21
+ glitchlings-0.2.4.dist-info/licenses/LICENSE,sha256=EFEP1evBfHaxsMTBjxm0sZVRp2wct8QLvHE1saII5FI,11538
22
+ glitchlings-0.2.4.dist-info/METADATA,sha256=mGKlfmodtLjWsfrz6O0cLk4DDPFeUO5vt6LKgw-uu-M,26513
23
+ glitchlings-0.2.4.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
24
+ glitchlings-0.2.4.dist-info/entry_points.txt,sha256=kGOwuAsjFDLtztLisaXtOouq9wFVMOJg5FzaAkg-Hto,54
25
+ glitchlings-0.2.4.dist-info/top_level.txt,sha256=VHFNBrLjtDwPCYXbGKi6o17Eueedi81eNbR3hBOoST0,12
26
+ glitchlings-0.2.4.dist-info/RECORD,,