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'
>>>

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.5.tar.gz (16.9 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.5-pp38-pypy38_pp73-win_amd64.whl (20.8 kB view details)

Uploaded PyPyWindows x86-64

yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.1 kB view details)

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

yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.1 kB view details)

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

yascc-0.3.5-pp38-pypy38_pp73-macosx_11_0_x86_64.whl (17.9 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

yascc-0.3.5-pp37-pypy37_pp73-win_amd64.whl (20.8 kB view details)

Uploaded PyPyWindows x86-64

yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.1 kB view details)

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

yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.1 kB view details)

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

yascc-0.3.5-pp37-pypy37_pp73-macosx_11_0_x86_64.whl (17.9 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

yascc-0.3.5-cp310-cp310-win_amd64.whl (20.8 kB view details)

Uploaded CPython 3.10Windows x86-64

yascc-0.3.5-cp310-cp310-win32.whl (20.4 kB view details)

Uploaded CPython 3.10Windows x86

yascc-0.3.5-cp310-cp310-musllinux_1_1_x86_64.whl (28.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

yascc-0.3.5-cp310-cp310-musllinux_1_1_i686.whl (28.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

yascc-0.3.5-cp310-cp310-musllinux_1_1_aarch64.whl (29.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

yascc-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

yascc-0.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.1 kB view details)

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

yascc-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.1 kB view details)

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

yascc-0.3.5-cp310-cp310-macosx_11_0_x86_64.whl (17.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

yascc-0.3.5-cp310-cp310-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yascc-0.3.5-cp39-cp39-win_amd64.whl (20.8 kB view details)

Uploaded CPython 3.9Windows x86-64

yascc-0.3.5-cp39-cp39-win32.whl (20.4 kB view details)

Uploaded CPython 3.9Windows x86

yascc-0.3.5-cp39-cp39-musllinux_1_1_x86_64.whl (28.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

yascc-0.3.5-cp39-cp39-musllinux_1_1_i686.whl (28.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

yascc-0.3.5-cp39-cp39-musllinux_1_1_aarch64.whl (29.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

yascc-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

yascc-0.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.1 kB view details)

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

yascc-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.1 kB view details)

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

yascc-0.3.5-cp39-cp39-macosx_11_0_x86_64.whl (17.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

yascc-0.3.5-cp39-cp39-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

yascc-0.3.5-cp38-cp38-win_amd64.whl (20.8 kB view details)

Uploaded CPython 3.8Windows x86-64

yascc-0.3.5-cp38-cp38-win32.whl (20.4 kB view details)

Uploaded CPython 3.8Windows x86

yascc-0.3.5-cp38-cp38-musllinux_1_1_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

yascc-0.3.5-cp38-cp38-musllinux_1_1_i686.whl (28.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

yascc-0.3.5-cp38-cp38-musllinux_1_1_aarch64.whl (29.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

yascc-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

yascc-0.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.7 kB view details)

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

yascc-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.6 kB view details)

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

yascc-0.3.5-cp38-cp38-macosx_11_0_arm64.whl (17.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

yascc-0.3.5-cp38-cp38-macosx_10_9_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

yascc-0.3.5-cp37-cp37m-win_amd64.whl (20.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

yascc-0.3.5-cp37-cp37m-win32.whl (20.4 kB view details)

Uploaded CPython 3.7mWindows x86

yascc-0.3.5-cp37-cp37m-musllinux_1_1_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

yascc-0.3.5-cp37-cp37m-musllinux_1_1_i686.whl (30.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

yascc-0.3.5-cp37-cp37m-musllinux_1_1_aarch64.whl (30.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

yascc-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (25.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

yascc-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.7 kB view details)

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

yascc-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (24.6 kB view details)

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

yascc-0.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: yascc-0.3.5.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5.tar.gz
Algorithm Hash digest
SHA256 b7681be8b48f06c5562d78d51861fee0a9fd9358b06d3666ad3fbbc94109fb73
MD5 d627f46954dc2cb547c4e3d3ca2fd07a
BLAKE2b-256 05259a1f50ea5d58477a9318d6a68e33044249aa195858b8b8c9baa22359b987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7a8c0f44e31849ba9dd38225b57e80adf5dabd4174b5b8d10033dbb755b4f013
MD5 3d2829b871c39b40218ebd363d370013
BLAKE2b-256 f031ef95f5fe00b9d74bf24113a3aeb7da77a596e2e67b311e1d1271b543fff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf1b63cbb572110a81099500535d464c95602d19700b426105d259138403efad
MD5 4e10a212b56a6f1c933f531e4b365ad0
BLAKE2b-256 6ad194ba58260e2e64477d4b4702b6b214de357fad556fb13c40d5a36c508f3d

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f00a578ccbb90a639dea1a7b77bbc2187c8c41158db1792a10abf78c934817d3
MD5 64d818bd793562ad2bc19f250075d4bc
BLAKE2b-256 006443bac32ef36423292446e5b33499d77bfb46d733792fedf648f8f6c92d31

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4bf82a97e4d9f7baf004ba88136ce07f35a18cfaaf35c81951e018b947c47dd9
MD5 0c4ac452776b2e760da10bed8da29957
BLAKE2b-256 cb65bed71323862583468f8969ca4ee2382ab6ea11bdb3b2d104f2bf184238b3

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp38-pypy38_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp38-pypy38_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3392637e242c04897762a1be43dc8413e3d5d348bc0cf0454733903dbd99b04f
MD5 ce45c347eae45e808bf4e727ff30b43d
BLAKE2b-256 0bfd14fd44bf112f2b7e4ce33befe9e76234a953f4cd67a1c594c33f194591cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 18530a1f6d6476a5fa14b59e98da14c491dbea261cbabc7499011d892556cf04
MD5 ac35bdb3b342f3565665a65d02455479
BLAKE2b-256 a3f8acef1759acd4d7294a8573a35b09879b2c66346a8cbadfadbe14106b21c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df27d77630b36de50f4ee541b4e6b4a50912cf3b5b116b0b47666c9db3c55613
MD5 82dcd9c9a55885326d5344a46579d065
BLAKE2b-256 8a5d1c196a5408849b341cdb0476454ce6624ebdeb80b1e5d55074554492e204

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75060f9de3c0b67d783ef424c7b7304fe55f0c19bd2e1984e0073c3bfb427606
MD5 5234ffbd51dfe76ad626db734a4e3908
BLAKE2b-256 c571dbe64ba6dc26f3e456eca66bdcb2f0188887b82d0903ea435d3e0d16d744

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26b3ff80fbacb809b6eefeed338494f518fc8ed9f04c21334ed097e684768ca0
MD5 856534634cae0ddb21f7140ab62ac5c0
BLAKE2b-256 3840304dc6b85f5ed87b76152662fdab808496eb04a2939ec8af0baa4fa42b7f

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-pp37-pypy37_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-pp37-pypy37_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f7c1f6a290e4505c33a99f34c05f7595c1090a607726335b20b444c04ff09a06
MD5 1f5ab68373d51a2b205352027fe98753
BLAKE2b-256 eb23dd5fd3ef944a70228922be40dce1ef03c0f2091cb9070beb3fc8378d21b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ab48c9a476a92567b7e206c98a0f6d6504eab91be9b8caad6a22b8d5b4d38f7b
MD5 08a0f678dc88bb33485e41ce80039960
BLAKE2b-256 a7b091ef11e429833644d3c2ab5fd68cae045eeb89b5a45c3cbb9ced399c6413

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d570095ef204ca7d46a761930ef1e96b95265e4b54d61c42c793956384a9aac3
MD5 9c235df63055923b1991b43ba096e83c
BLAKE2b-256 ba346facbebd379728f478e555afa99f8972d9ec82f93d2d6fd100c20174a749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ddbb72c7a1dbe90dfeaaf3a4425529962042f781e4fd69d6d4a4779b82a31d3
MD5 442208f90f680b0d4ffc55ff89631ea9
BLAKE2b-256 dfb411f049344c5463c6b73330b6e05f0b8c4a4b7835ba49cf2cfdd24abb6ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3ccfc39af22bea04fa3312dcc1e220dac72f8eb2d5031cff103a5a65a717bd45
MD5 2447228abad9ed8b4e47aa5d18e24061
BLAKE2b-256 89875385a8bf5a96f1cc9bba9139495433df47e2b1fade9a1788db76993205fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be79cd33dce87ae5f1e91955709934f2306ebc0c849b4cb1a40e40fb2de1a9c2
MD5 46b261f75715efcca8554ccf9b06f9f3
BLAKE2b-256 102cbcda5324f841a7adace30b4c880cc9d2517a5c7555265f3d38614844ce11

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 792c69b0b251d39497faddb35bcdba31b5aca512002cfa289088209161ab7c16
MD5 bd1162e252ba5919cddc087685053ea0
BLAKE2b-256 53a01fe30ef7ef1c8b07cac5b12581d96450ab03df76ba40df48daa4ac5906e3

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd90eec6840d24fd4bae4b5d2abcd3e0d280bd53bca9232702d12074d23b347
MD5 a1997cc14cdda4e9bde6d0a6650d12f2
BLAKE2b-256 dd3f84e7d821b4dba8aae81238bd41351a784e099ad5e70629cd80ba4d5162e4

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4679a6af919ca2821964a25f037aee66d9a05c59fd4324f876697e37351bc89
MD5 c49849dc4f810f4502727eaf7a68fc52
BLAKE2b-256 67b9277c3b0ea6c33e23c8252afbc18dca30f29e1bd513c6b4ff83e8a864feb7

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1bf77f06280bcb056f3b63f33449bcf2a7e3d4082eae284791f9daab7ac3778a
MD5 3b2821db4f86e50cd1915ab7550cdbfc
BLAKE2b-256 e9b84f6f5accf8cc0188c6360857013585305b50af8306fbad036908bbcd6535

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca17017a08610db0404507719aa8dcb32cc4f4fd67fccbef1a0ea28db2a0b76c
MD5 6c26e3d0704282fd448961a6731e3f5a
BLAKE2b-256 8e888e30cb56d079a61b67e94a0080dc3d6702f3a79a306b0de046812d6926f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 359927485ef3386a07e1f8e3e05d779deaabd76b7d83a427404ef06def243a70
MD5 c98640a7b4af2db00d4a756cd0be8e2e
BLAKE2b-256 8de3afd4673811572631e2372a7aa39a28b21fc6a70f9ee6630e1914cd5e5dac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e50dd04e0962765da575a867bd16cd85f424e15e0ee09fd049dcc2c8bc38b426
MD5 a73f14acc9e30a8f0d80607564fd4cac
BLAKE2b-256 14967bde38cf62b7b9a31c860f5eed9d93cb0d6f916c5f7eb763f755335e1912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d230f5d62a04342791bea2f25898ca771548a7b86c51790e327396e18f3dbb1b
MD5 5656951f0619aa0e1f20f40845f34291
BLAKE2b-256 5191fcd886bbb280842e4b86fed09a2387aee381b2fbcbbf49a49b7080da9cc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0d71fbfec712a58c393f32f539ce178b5477c7afcb4e9fc5a55b5ce55117cee3
MD5 5ba51776da18d6df8171ca3cf0244998
BLAKE2b-256 5bd22c1b88f12e9d55433f4e8b1e169d6a2acc7dbaa6512a2407cd5562f4d49e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cba43bffa3deb2d0e8007873cfd9e7a77627dbc06e19b9b7b9f63dd08920c884
MD5 32812c5452a95c14f468d6fe2d1d72f3
BLAKE2b-256 afa0f94eb3bb141b52f4b9455f8be215b679b2f75179c12e4a4bc2467a5324db

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f21e2fba145b12bb1d3df35420bde5f8b9323736128fdfcc2371e690ec921a6d
MD5 bc58d8d33e7dc331af5dc5b6d1eb7a54
BLAKE2b-256 76c8a0d7407bf113e2da2011f5e8293171b938891c3f18456eb8c0187b452e4d

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6403b4ad0b02237ab89e877f12edd9eeec87773a8b3b60f682d79b8f08b19f26
MD5 982d58c9199fc7c84e348fb9a3fec270
BLAKE2b-256 ba56a005a7846dddf1488eeda64bb7185327e90e4424315f74214f37f99182cf

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3dc37655202e696131817cf7b24529a7045f56a72f21872214d0a191cbd296e0
MD5 bd24fd78c2d61c11e6434f68397c576e
BLAKE2b-256 21281fcfbdef4025bb125132b45115198682cc13ca966e0eea776a08d9e7ed3f

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 814e8ec34399c468adc8aa27a0cb724c7592d236d001b09fc34a6f062d46526a
MD5 bd175edb27cc0faf2fda61212bb818e1
BLAKE2b-256 b67b8ba43f08836d7c5e26de20cca5672284e27b7c37f1654f81123e9b0a0e8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e80273d76ab7be621ba8b7445b6982d1d267bee1bf191bc06dde47691284fcc9
MD5 55025edebbaddc749f02c923f8fd247d
BLAKE2b-256 2371ea37f4489132643ed2f55a2ac8c7d9f3386d180f3ee2b45545480b46865e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 20.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6750a6476231adae66a19fa6c389c459eeafbc7cd815d4fa8e43f5a3b2592cb8
MD5 6abefd028bce1be758e95b2a2ba51cc6
BLAKE2b-256 89443a79464fa85e3af0d0d99e69fc06d9614b5124bbf8c11222dae0911736cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f2e3f9762b673c3ff06d9f282b7cd3d74edd99f173b5e4a856ae020ab8064c91
MD5 aba95091be35e09cbd06166062cb144a
BLAKE2b-256 1e24e63a7a42797dbc73f8b4b94cede6aacc4a676ea40614ea8547f9a07ac29e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3c657d4da54027ebe39e33256a27ce093ff77d272184497649dddfdfd16be32
MD5 0f6b29e3cd3c7823b7e0cd7dea1200eb
BLAKE2b-256 1bac06cbded6365cb4854d21b7b3f545c5eaeb09204b6a2d929f52e6c98b49bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8e34f56c75fc9dd0f1ee1f23f520b67404b77147ba656f96b8dfe09c3ddf8777
MD5 a0fd89047bd12e027e3415c12dcbc888
BLAKE2b-256 1fd93547463699f9758c4452f8a5590c6705de6743dced30ce4715cee5204d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65bfe1118072a11ae6f524bb28fabf45f48e009ef4377d9ed92024fd11711a2c
MD5 9b1dbfb451f6e981e06568239e5e11a1
BLAKE2b-256 fd5d1821cb9b2de64ab17f94552aba5dec52e2d648308b6fe6bdc4b211b5915a

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39dcae79ec6d3280b7dc873eaa64c1ee3f0ed27948f3ec33b8220b967754989f
MD5 6bf3b49594f208fa5af99e139df0f4c2
BLAKE2b-256 dcc17b60f7feb21cc64e2239deab410911f36c47fe29797ead0ba33b38bfb5a2

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 390fd0df92274b55c872e26aac38444c440cb81ca89f47c6272205b745a30a1e
MD5 a6ee86ceb4fc557f33e8352a66c56ff1
BLAKE2b-256 e88160d1c376ea402d9f4e8b38bc4dc46a22f0424bea110331a2de4bb268d4e1

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd8c485ddceb12afd3d9a8bdceb7589e942e528f84af79c4050886f7471c2c65
MD5 312901bf1a204f74af21fd6046da5968
BLAKE2b-256 d438eb96e2190c6bb8ff76901d58f42ba4d3f4b2a5619abeec33c5be4e0bd978

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95f9ad6ab512c164d0db771a8a13c4a553cb4718316650103e3fae54dcdbaa94
MD5 f2f0fcc451ef7bce805f5531b2eba2e7
BLAKE2b-256 84165c5963d5acc96ca5e220c2c3eb8f1e27da461e28713850f56b50e837ded5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c6abf3812efe64ab4ee031ae922da5b89c0a5ef68704b64ac372049c65ad5f8
MD5 90f74a293dc794c87619f26b54bc342c
BLAKE2b-256 0ddc8fcc07219ebe0586a4b73bf0a05db7df145be9d6276a2226000ca82026be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6bb7f329d26fbf67b4270258fbcbd9b6647e3aa5c3f67e2839a56188e7b66ec0
MD5 e72fbd4d7dd6edbdebda82a6ef1b74ce
BLAKE2b-256 1f3fa953c8af303c3653f183217ede9554e934e13c0e4946979f3f34939a805e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 29669a9ff55cf9480fa7214d96b81325526f39faef851a51651e2bb9d4e291da
MD5 395fd9e6ffa396132f4a614b78a80089
BLAKE2b-256 47d4ab65d93989ea80549bfa473399b19749efe2524bcc8060c0d6363f00e7de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fbad4a3fc22d1632a62fe4a5d8f5885ae068134ae9f37003478089b141494d6b
MD5 99332b82713ee4600776309aafd06039
BLAKE2b-256 2daa91a9c25ba33293caa6d276beb69db3c4b0d0d884c05a7335cf7696bb1d77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yascc-0.3.5-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 84598c32ffc9eb40468c64a7b21fe778afd5180bb7553b1dc5be6277d2d6707f
MD5 9a2573a918981dd62f0920e92a820853
BLAKE2b-256 ae2f300e022bfe3753491dc90f9bc00ed8474321630ac626a02cc4d107d385dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1daf53e4005820cd2d971919bf33c49243c7f624f3f88d495270dd671c015e6d
MD5 da2518a2781f5003f87165cbf7a9c64f
BLAKE2b-256 ca0479c03bbf42705dae189f41b153fedecfe97c115bb8dd63ac2c663b6fc1ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9e7d3dcd39ba94d4f4391780833926cdb1056fa3b8926e4fcd34f4165fd0494
MD5 16bf5e6cadd4eac76f145ff42e0e8c6e
BLAKE2b-256 aa6709a9f836cc23dfaa58dbb6470935e0478a3644b628c520225e48b849135b

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1811069321d2252362f43dc71a60b6fb75c158b6c81935faefe8cf21988d6b03
MD5 7e3f4cdd70b862eb0c1030a7ef85c29e
BLAKE2b-256 10ccd471e80609debf94236721ddc9339064432c43d61d0b4e67cc5b5e370e1c

See more details on using hashes here.

File details

Details for the file yascc-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2676acb6c620a13e6afe4cfb07cd4313417c8b7e17580c0806d20f8a7c9ed118
MD5 6e1b4933f6d7a4ab9520e4aa6afd4824
BLAKE2b-256 a112e9c282e90c0230792408b56bbab4384886b52ec933f0d7597f67c1da0431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yascc-0.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1c4dadbc897a3fff942cc3a3ce2db8b237b2703eba0cab92df75dd56e6e7459
MD5 241e3961567d806db2362d54f7bd864d
BLAKE2b-256 a1a42a98bb0e028640461e8b0600563aad6bfc5fae07e4dd15774886e6561270

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