|
15 | 15 |
|
16 | 16 | ### A collection of useful Python utilities. |
17 | 17 |
|
| 18 | +<hr> |
| 19 | + |
| 20 | +📑 [Data processing](#-data-processing-) • |
| 21 | +📊 [Datasets](#-datasets-) • |
| 22 | +🖥️ [Environment](#%EF%B8%8F-environment-) • |
| 23 | +🌍 [Internationalization / Localization](#-internationalization--localization-) • |
| 24 | +📦 [Package](#-package-) |
| 25 | + |
18 | 26 | <a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
19 | 27 |
|
20 | 28 | </div> |
|
33 | 41 | [CLI usage](https://github.com/adamlui/python-utils/tree/main/remove-json-keys/#usage) / |
34 | 42 | [Discuss](https://github.com/adamlui/python-utils/discussions) |
35 | 43 |
|
| 44 | +<a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
| 45 | + |
36 | 46 |
|
37 | 47 | ## 📊 Datasets <!-- CATEGORY --> |
38 | 48 |
|
|
244 | 254 | Discuss</a> |
245 | 255 | </blockquote> |
246 | 256 |
|
| 257 | +<a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
| 258 | + |
247 | 259 |
|
248 | 260 | ## 🖥️ Environment <!-- CATEGORY --> |
249 | 261 |
|
|
314 | 326 | [CLI usage](https://github.com/adamlui/python-utils/tree/main/sys-lang/#-command-line-usage) / |
315 | 327 | [Discuss](https://github.com/adamlui/python-utils/discussions) |
316 | 328 |
|
| 329 | +<a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
317 | 330 |
|
318 | 331 | ## 🌍 Internationalization / Localization <!-- CATEGORY --> |
319 | 332 |
|
|
396 | 409 | [CLI usage](https://github.com/adamlui/python-utils/tree/main/translate-messages/#usage) / |
397 | 410 | [Discuss](https://github.com/adamlui/python-utils/discussions) |
398 | 411 |
|
| 412 | +<a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
| 413 | + |
399 | 414 |
|
400 | 415 | ## 📦 Package <!-- CATEGORY --> |
401 | 416 |
|
|
427 | 442 |
|
428 | 443 | <!-- FOOTER --> |
429 | 444 |
|
430 | | -<a href="#"><img height=6px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
| 445 | +<a href="#"><img height=10px width="100%" src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@b8b2932/assets/images/separators/aqua-gradient.png"></a> |
431 | 446 |
|
432 | 447 | <picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/python-utils@d6fae85/assets/images/icons/tag/white/icon16.svg"><img height=14 src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@d6fae85/assets/images/icons/tag/dark-gray/icon16.svg"></picture> |
433 | 448 | <a href="https://github.com/adamlui/python-utils/releases">**Latest releases**</a> / |
|
0 commit comments