Skip to main content

Yet another string case converter

Project description

YACC (Yet another case converter) PyPI version

Just wanted to shave off extra seconds from standard regex based camelcase to snakecase conversion implementation

pip install yascc

example usage:

>>> from yascc import camelcase
>>> camelcase.to_snake_case('yetAnotherCaseConverter')
'yet_another_case_converter'
>>> from yascc import snakecase
>>> snakecase.to_camel_case('yet_another_case_converter')
'yetAnotherCaseConverter'
>>>

benchmarks (against drf implementation of camelization):


-------------------------------------------------------------------------------------------------------- benchmark: 8 tests --------------------------------------------------------------------------------------------------------
Name (time in ns)                               Min                     Max                   Mean                StdDev                 Median                 IQR             Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_decamelize_benchmark[c]               541.0002 (1.0)       40,291.0009 (12.36)       679.8152 (1.11)       275.5550 (3.56)        666.9979 (1.11)      42.0005 (6.72)      169;4291    1,470.9881 (0.90)     195122           1
test_camelize_benchmark[c]                 593.7500 (1.10)       3,260.4501 (1.0)         611.6401 (1.0)         77.3632 (1.0)         602.1000 (1.0)        6.2499 (1.0)      825;10733    1,634.9484 (1.0)       77167          20
test_camelize_list_benchmark[c]          1,707.9983 (3.16)      97,790.9986 (29.99)     1,930.7755 (3.16)       670.5052 (8.67)      1,915.9997 (3.18)     124.9973 (20.00)     258;1546      517.9266 (0.32)     149076           1
test_decamelize_list_benchmark[c]        1,708.0019 (3.16)      48,791.0002 (14.96)     1,928.9105 (3.15)       508.9319 (6.58)      1,915.9997 (3.18)     125.0010 (20.00)      108;739      518.4274 (0.32)      46066           1
test_decamelize_benchmark[drf]           2,665.9982 (4.93)      46,499.9976 (14.26)     2,870.3662 (4.69)       720.6006 (9.31)      2,832.9996 (4.71)      83.0005 (13.28)     291;3385      348.3876 (0.21)      57010           1
test_camelize_benchmark[drf]             5,665.9992 (10.47)     69,041.0016 (21.18)     5,972.8728 (9.77)     1,180.5335 (15.26)     5,875.0011 (9.76)      83.0041 (13.28)     300;4081      167.4236 (0.10)      44777           1
test_camelize_list_benchmark[drf]       14,624.9986 (27.03)    145,416.0010 (44.60)    15,234.6664 (24.91)    1,909.1079 (24.68)    14,999.9978 (24.91)    166.0046 (26.56)     402;4213       65.6398 (0.04)      26345           1
test_decamelize_list_benchmark[drf]     26,917.0014 (49.75)     67,334.0001 (20.65)    27,983.8805 (45.75)    2,437.4111 (31.51)    27,417.0015 (45.54)    500.0002 (80.00)      131;509       35.7349 (0.02)       3892           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yascc-0.3.17.tar.gz (48.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

yascc-0.3.17-pp38-pypy38_pp73-win_amd64.whl (24.6 kB view details)

Uploaded PyPyWindows x86-64

yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (23.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (23.7 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (24.1 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (21.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

yascc-0.3.17-pp37-pypy37_pp73-win_amd64.whl (24.6 kB view details)

Uploaded PyPyWindows x86-64

yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (23.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (23.7 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (24.1 kB view details)

Uploaded PyPymanylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (21.5 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

yascc-0.3.17-cp310-cp310-win_amd64.whl (24.5 kB view details)

Uploaded CPython 3.10Windows x86-64

yascc-0.3.17-cp310-cp310-win32.whl (23.9 kB view details)

Uploaded CPython 3.10Windows x86

yascc-0.3.17-cp310-cp310-musllinux_1_1_x86_64.whl (38.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

yascc-0.3.17-cp310-cp310-musllinux_1_1_i686.whl (38.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

yascc-0.3.17-cp310-cp310-musllinux_1_1_aarch64.whl (39.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

yascc-0.3.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (38.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (37.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (37.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-cp310-cp310-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yascc-0.3.17-cp310-cp310-macosx_10_9_x86_64.whl (21.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

yascc-0.3.17-cp39-cp39-win_amd64.whl (24.5 kB view details)

Uploaded CPython 3.9Windows x86-64

yascc-0.3.17-cp39-cp39-win32.whl (23.9 kB view details)

Uploaded CPython 3.9Windows x86

yascc-0.3.17-cp39-cp39-musllinux_1_1_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

yascc-0.3.17-cp39-cp39-musllinux_1_1_i686.whl (38.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

yascc-0.3.17-cp39-cp39-musllinux_1_1_aarch64.whl (38.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

yascc-0.3.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (37.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (37.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (37.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-cp39-cp39-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

yascc-0.3.17-cp39-cp39-macosx_10_9_x86_64.whl (21.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

yascc-0.3.17-cp38-cp38-win_amd64.whl (24.5 kB view details)

Uploaded CPython 3.8Windows x86-64

yascc-0.3.17-cp38-cp38-win32.whl (23.9 kB view details)

Uploaded CPython 3.8Windows x86

yascc-0.3.17-cp38-cp38-musllinux_1_1_x86_64.whl (38.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

yascc-0.3.17-cp38-cp38-musllinux_1_1_i686.whl (38.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

yascc-0.3.17-cp38-cp38-musllinux_1_1_aarch64.whl (38.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

yascc-0.3.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (38.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (38.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (37.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-cp38-cp38-macosx_11_0_arm64.whl (22.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

yascc-0.3.17-cp38-cp38-macosx_10_9_x86_64.whl (21.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

yascc-0.3.17-cp37-cp37m-win_amd64.whl (24.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

yascc-0.3.17-cp37-cp37m-win32.whl (23.9 kB view details)

Uploaded CPython 3.7mWindows x86

yascc-0.3.17-cp37-cp37m-musllinux_1_1_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

yascc-0.3.17-cp37-cp37m-musllinux_1_1_i686.whl (38.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

yascc-0.3.17-cp37-cp37m-musllinux_1_1_aarch64.whl (38.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

yascc-0.3.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (38.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

yascc-0.3.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl (38.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.5+ x86-64

yascc-0.3.17-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (37.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ i686manylinux: glibc 2.5+ i686

yascc-0.3.17-cp37-cp37m-macosx_10_9_x86_64.whl (21.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file yascc-0.3.17.tar.gz.

File metadata

  • Download URL: yascc-0.3.17.tar.gz
  • Upload date:
  • Size: 48.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17.tar.gz
Algorithm Hash digest
SHA256 72ffa142079d3c32a65ca4148b60ac9029305b13cf9c6cff15fbe9f58a336bcc
MD5 61ec85d5e0b02914a85a41fc04f77dd2
BLAKE2b-256 1db1d6f1fb17310e6a35d60a5dd2026be55224f012c842ab91e7ecab2b1784ef

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f5d4f70d5ab0f0a7be68186fa1be7905688c1b91c671bcd7dee121b7de271b8e
MD5 7eb8d9223554197be71508b4835a2102
BLAKE2b-256 ce62c4c0e827dbac5094841c6aa61f04cd9eea41b130c13d072d3cb690d5100b

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 99da97f969e300b73362a6ae589050cf0de9721eb9a3682ccdc5993dadee66ec
MD5 5b42d4553fb55b88f1ca52e42db1e34d
BLAKE2b-256 7e1395c0aec61b0fed3b63a2af11248e41ddc67d5e8d8561e085b332a7e69180

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 0ca1681b8f64fdf8eb878243cc623c04bb20d8fc45d017f8fdad6d4e4bd2d814
MD5 7e3658e66fa3d4be5970179787371936
BLAKE2b-256 75409224366001c7492ae45d7c1867cb4c9726fe68e9be21a2add92cc044e94d

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 94f0def40e5169ab385229ccb06e2c6633152cbd4c0f49d6211a8f3d16b9ec8f
MD5 d333211a297b35ccb4abee20b8550c10
BLAKE2b-256 0875fbf23d596fbdcd3179c6d6da52ebcf57042330b97cc89aed73af156c8bf2

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e421292a9e91f79d70f969bc3d08631bc33a935cdb1ca74a1bd1cb81cf095b5
MD5 71eca0bf51e3258a71209492a6ea6015
BLAKE2b-256 d0b516ed9a6ce5b34cd60a6055eb208bc2514f882c2924721ff7b17e95974491

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 29b6ad33e82d6d970ef3fbaf8c89d1419a9cc556c23e21013b822c308f84808b
MD5 397216c1791356bdaa6d780df1cac7f0
BLAKE2b-256 0d64590ecd4f8cb739a652eb94f515d74e6a50979b9ce8d4ed65bdb5e7361874

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 99b686e27b75304d1874201fcd9541932b8b50c30f45aab10ecb1c0372cc444d
MD5 24f942ecf93db4f80852428cc925df73
BLAKE2b-256 d6ab8d55ecc74615a5f5a1acd136900213cf753a86c01fa9c6ad61c56ab88834

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 88b3c49fae2cd0b2ba860f760b6a14453da46ff4d9b8ce9fc7bc5f3115602d13
MD5 54b5ce6a8b1c272013eca9b1e69d3810
BLAKE2b-256 273a8393992e12ce68288496e09a53f46ed9995ba2a74c9d18c484a1cb16a1d8

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 f94bb3e10f08c34610cce51e4001012767103d278c44c0cf099bf832ecdd69a4
MD5 42a451498892a9f28b83060f4245061b
BLAKE2b-256 95bb509be67cc5130497f35ec9cdf355d2c49ff83a2c9d4ea9aecbae3b59d0af

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1237edc84315db9390681489806a4e7c42b770b9607461e16bb7facf133629b7
MD5 a5f1e04df94858163afc08e45a3c6e9c
BLAKE2b-256 a6a10a6eb907483190e8a8b8312b70cc9696816e17f828aefda00ce5c119b058

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: yascc-0.3.17-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c5b2bfdfc6f524529d2d0615d9aa14a3ce981cdabaee6439830295c826135b53
MD5 a7871dfa200ce0d6b14e5ad3ef9f497e
BLAKE2b-256 19b8c70b4950df558625031c1659835fe7520846bc3bd81ba47bd9e8e2e5133e

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-win32.whl.

File metadata

  • Download URL: yascc-0.3.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fba00ff2734bd98dde2c6bdd3d50d43cb0adcc1260b6fc8d9049675ca6189483
MD5 6f292e90e609a3b4971fc563fc66e27f
BLAKE2b-256 cb1f6f51d768e0ad78bf10cd53ca9c41389b659ecdb6871a5ab9f0c1fdc30436

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4eb10cbc2712f03175af7823ffaf08ee53aeb1b7479814422166202eb118a5df
MD5 86b6592c867b1268b462bdcd795bf991
BLAKE2b-256 66c0b1cfb56431367d129eca2cdedbc0ecf445ee0ad17dcf71e8b159c3b32809

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7f5ce5ad7186465b542eccdd86e75227276fa7aff0ad504ec778ee716cfe729d
MD5 7e5c86c0c1cc1e688629245f94181453
BLAKE2b-256 f116f085b93f904d5192bc7aacec64628f0b2335e9703b5e632327974e3378a6

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 26ef37026ca0538d41299f85cfc2a4453568d94a23ca9d842d5dd718eff10bb4
MD5 c420c0267bad62cf008af1c377182142
BLAKE2b-256 ca288a7f07cb276cc2aebc73c3ce801fb56b7ee9ff9307e4d1acaa76a4812532

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 e5c8a26c64d7486a1dcbd3a2e4290e7731c10ca162897ca4b6d9d8cdb49aa03b
MD5 4df7b187a624b96337c7e6ca120b5d1a
BLAKE2b-256 03d9d8ba2b338f6cfa4338222077572625e11f45a520136a0022178e44c65896

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 50a2e4fbd2803b00f57bc927f63af8bcc2ceeffd1ad69445f4975031b9296c9e
MD5 d582b115b83a245403cfa2471e7a2ad4
BLAKE2b-256 4a545a2e259e5e091ff6ea34a23ac3af730a3a9a277af8630a3b45445c0a877e

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 966bb39b27b618782ccf4f996cdda3b15a8711a19bb0449dbfe523304f369416
MD5 604877fb93f9b7c3c4b01ec604e628e0
BLAKE2b-256 41b5fb0b904f52aa71e637ae556375b4d2b159fa2362d5ccbc304586c497ffed

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73f96682a25fd6301085a330de82d663f6611d2debe796e98cba1af2d8c795a9
MD5 0767560e7c3b8d750027395b994236b2
BLAKE2b-256 9c4f4be2a6d92a914738c055cbcae12bccc473293bbc3111ebe0d0ee47b0ab82

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e6153e8b663fef7144e66dcc1e5e19b377471b84e6751648f24c42bcf0f4fbc
MD5 d6be4d80194d84d984fc736c6217bb01
BLAKE2b-256 d415e9d4cd960c630982e326f34992664fdb54ae429474599913f59427056e1d

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: yascc-0.3.17-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 169cee0258f31384e19c0a3f714064893202fd69e935bca19cb97a311cdab60d
MD5 850f39cd5972a8e9ce744ed4371b2318
BLAKE2b-256 05fdef7a2c121bb4ba78a4401e4f6f34016f5e8ad46707c4c4659dba4120c37c

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-win32.whl.

File metadata

  • Download URL: yascc-0.3.17-cp39-cp39-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 de7f73633f60379eacf358fe59cdc5dfc0a791a9ef335f02bda4b4bd9feaa4b2
MD5 b3640eea99e62216b2752870855e75d9
BLAKE2b-256 3ade4a7ef1eb8fc4055bbbcebaea2a9750edb28712ebe4ba758a28658590bff9

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ca1438846df1635d6461babe22ab110c5cf9b40c76ede001426606bbc70553c4
MD5 6ef41960d4dc3c18c10c81381519f4c2
BLAKE2b-256 31d6e8c71eb538924c99ceba87e2ee9fa7618427c266cbd91007931d9f38098e

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8de1469e5539a70e1164f50b3b6b14cdc78a062671d66c4a95c4de126d875d6f
MD5 cdfccd8672e91235c06f3943fc0ad521
BLAKE2b-256 294efae6a248177952b305cabb44e6d918ae75f0c1ec72797dcdcd05511d057c

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c0634a46a10946ef3713a37b5bde24bbd6bc818d8ff8dbcabb986dc055e65460
MD5 9a6cf8809eacaed62c4a29e9b0b44888
BLAKE2b-256 4ad8d50011b741a5355921bdd030887f7ce3062ec5a06cd209ba61e1e574245d

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6766c6e4cfcf5ea2a5878f2c2a2e4f60af33376e129297b37b3bf1f9aacb42bd
MD5 f1107eb1c6ea700588adb68e09de27dd
BLAKE2b-256 5f384b98fe0910246749adb56f457722af58c8ca8098e21c447949f00439faf6

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 d9fc0e36881da60f8e71aaa57034c28df87340602aee4c207d387789de9d552c
MD5 aecd1ce3629a5be29752cfcbd5674200
BLAKE2b-256 3b2ca075a6ce7adf3b163761d710aa47c2089e2a99a35888f8d16c4cf3b7eb4a

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 985ce19c75f9f8010df9d00ead1901b9e1c7b55ce46c99d5e769d08e9427ca36
MD5 4c44169d8d391241329c917ff634e379
BLAKE2b-256 c00e01a153f0f1a5c77130520a06cda4dec264475fbb499b26cda709b5718e00

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2b2112a782dba1a13e8f69b0056c98ab114c3eba828436b823a20625cc0d6cd
MD5 450baa199c18ccf245aafdc7f560ef25
BLAKE2b-256 84689ef755ef3ea48b1290ecb9de2f88efa36efec2fa23ae076e0704aecef7b2

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 192a85b35d1f82ac57ac8b94e2eb8bc6e310cefb3a933a293d9f3f89aea0e9ed
MD5 85f6f654460b7bb17b1cdc4133f59190
BLAKE2b-256 e33cecaf3be4cd0067e017545b86c2f0f3f1b5e670448a95e3948895d5e74b73

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: yascc-0.3.17-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f7ba5b6e8f388bcd9d9e7ae254dc7480e73f1fda766ebf7e74f29100140640f
MD5 d8c7b113d57a96ce0d9305df078be2ca
BLAKE2b-256 0983056679478ce9f9dce2f632a6ea2b1b685adb34f253e4a41969af445d66f6

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-win32.whl.

File metadata

  • Download URL: yascc-0.3.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5e49643e45d40fc3dc44db6e921f75360915f4ae687005dd6ce72f29edc607e7
MD5 0500b380651d921bb3444140998b579f
BLAKE2b-256 37ef4e20e356d3f2be4c5b90821a3da0301bdcaa0397b637b7180b0f6b6b9ab4

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56b904a2b7bae820eb584529da5302d56b38733bfe2da48736a7f1ece41d2f57
MD5 77ec21547bddc468fff2ff278d22e745
BLAKE2b-256 21b14766ab6c49176ef72bd02bd7a6209b287348e23c660178dc719bcf4ca872

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b49bca853c3e73cfd9707b24cb25ecf4c87a0ec7abfef023d050da7b0c73abee
MD5 43f0e5c5d928d137a1671af982c8be0c
BLAKE2b-256 340fd13342b0fafd343cb1aff04f68765768ee7f11f67fd947f8d8386e56a0d2

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0ada8e3345f54e9e41454dfc9a6fe8f54245dd109ece47780061e62881c89030
MD5 df9dbcaff9bb79dec39e460bf989dda8
BLAKE2b-256 52e571b507d73bdfeacffe0f1747b41b11c3d6f83560ed6e56e1483599a2b425

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 7e50f5c1c53dbe23621a189ee65c731614c073850760e44b0dea4d2ea2977901
MD5 77ceb945ed46d9aed7b2c2d6f033fd6e
BLAKE2b-256 8ad617715d9379c474e20dda0344f7609cafb253895a5d086c7b01548ad5166a

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 bb902580f857fd61bd2d71159fcacd1d136bf6e9eae56fe7ae18dc8732fb4631
MD5 5e352034cd7bcf3c783ee01a886b2bbc
BLAKE2b-256 14c25cb3ccc46c49b73d58d62d68340596a084306617dfc8810888aec3c01ae1

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 d67c4d69e54f63b2cc1f7498002d2e5ee3e90efc50e5fe2aa4f09854909bea11
MD5 0e316f82fc92737d29ad51bf9c3b7180
BLAKE2b-256 e965436a8000eee5551958a87d4a3454d86e597d85935655dc0d7e439828c8b1

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5a262d69f23606158d53858caf4e8a146f00e5dcab6a4f1786de665ca3bcfa9
MD5 de710987fb071156a8cfa8682b2b83f6
BLAKE2b-256 d60ace06085474be6c72cbbf09ca94616ff25f6c3224407d7cf9671c705aa2cf

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b5cbad2228403170c4878bd78f739ab2a25191af337087de3270d658ddfa7f5
MD5 5e2537ca88cdc4d46348d4240e80ae64
BLAKE2b-256 bad9008db6cf03d5d34ce9f6d00c10ec0b231380dad4cceb872d38ce3fa9ccde

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: yascc-0.3.17-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 24.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 698a9077328f6f01a8c952710ea12314b7d76981d8c5233d9533376007717907
MD5 9c61cbf2817c95f066cc930c7f3cb854
BLAKE2b-256 aca5921d8f4596e0ef05d10fbb081ed50a161ceee60e95bd3d2527f80b0abea1

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-win32.whl.

File metadata

  • Download URL: yascc-0.3.17-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 957a1fbb6bfecc8ac72cba7c85bad88603b477b2f87c1386db150fca8eec5865
MD5 2026df58d6f7c0ae915eefc9b3890323
BLAKE2b-256 a8ed5d9a45ec59b2292594ad5cb16c30d92a00f0923646a52300f57116aa70e6

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8fbf5e2cd42e03e0c1b57dec31003c102c0d7cdd455bee53f8fdccbf4b75a69
MD5 9cd880d9ee9b7a1a1118536626f91ea6
BLAKE2b-256 d6efaf7de6ccadb78fb37ab3838359308701c8a0dc05bd73cac84062680ca85b

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 35d6b79a5195353becd5b8022df483cfea7d154b55d9f926a869ae04d240f36d
MD5 b6c23e5f5bee22404f4ab3d6b9320981
BLAKE2b-256 59fd5aaf2be0c926c494899e2a057be51b1fb4abd6d84aa25035ec5225f5221c

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f04fd3a2f5b46e1f4bcf33852cfa16a07f55ae7669012f25cf23d5eeb1942b92
MD5 2a5cd284c8d828ccc615017fdd10182a
BLAKE2b-256 c1404de1fe4dcc1329681559ee49d2771b61917a08d31cc55173b0cbc09eed74

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 fbf8db33dcc9d5d97e6b62da6a1bcf6bb1f4fcd52998d029639f4d4e9ecf5c0f
MD5 2d4f0f71e256cf8199742a5f54ca37a2
BLAKE2b-256 c99e8044e6ceef467cfa3618ce85863ec2d2aeda25487343ae26a46011a26aa7

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 cfbc60d3eb2801d35192fa7ff7c915b78d9646a5ec74a26414ddee0c00b1c5a0
MD5 aaa4b6129118354902a317d14567c8d4
BLAKE2b-256 044baa0e53b379e88ba70282c323491776608ffa5d83c3178f56a87ea80db575

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 f0289b859ac4ede0571f216b9ec59cb857827f34b6529182e653f02c1a71e350
MD5 f29be44503f42d207d71c2b528f2c1b8
BLAKE2b-256 5504bab266121552503981a0ba474899edcd26751c8cf1dbad76228c779f413a

See more details on using hashes here.

File details

Details for the file yascc-0.3.17-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.17-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91b5b6c851530f625136afda6c41074fb7c59d1494b1c97281f26cf3a3247ef6
MD5 9071c1814ef0a79bdf52dc1d214d87c2
BLAKE2b-256 34e6f7098063d6d974ca4383f6ac0db94dccc1c458d3aa442935e972d9ea2dd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page