Skip to main content

YM2149 emulator supporting YM files, OSC to JACK, PortAudio, WAV

Project description

pym2149

YM2149 emulator supporting YM files, OSC to JACK, PortAudio, WAV

Install

These are generic installation instructions.

To use, permanently

The quickest way to get started is to install the current release from PyPI:

# Tested on Linux and Mac:
pip3 install --user pym2149

To use, temporarily

If you prefer to keep .local clean, install to a virtualenv:

python3 -m venv venvname
venvname/bin/pip install pym2149
. venvname/bin/activate

To develop

First clone the repo using HTTP or SSH:

git clone https://github.com/combatopera/pym2149.git
git clone git@github.com:combatopera/pym2149.git

Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:

python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify pym2149

python3 -m venv venvname
venvname/bin/pip install -e pym2149
. venvname/bin/activate

Usage

# GitHub trick to download some files to play:
svn export https://github.com/combatopera/pym2149/trunk/contrib

# Play a tune written in the Lurlene live coding language:
lc2jack 'contrib/Jochen Hippel - 7 Gates of Jambala Level 9.py'
lc2portaudio 'contrib/Jochen Hippel - 7 Gates of Jambala Level 9.py'

# Play a Dosound sound effect:
dosound2jack contrib/sounds.s snd19

Commands

bpmtool

Show a table of speed (updates per tracker line) to BPM.

dosound2jack

Play a Dosound script via JACK.

dosound2txt

Render a Dosound script to logging.

dosound2wav

Render a Dosound script to WAV.

dsd2wav

Render Dosound bytecode to WAV.

lc2jack

Play a Lurlene song via JACK.

lc2portaudio

Play a Lurlene song via PortAudio.

lc2txt

Render a Lurlene song to logging.

lc2wav

Render a Lurlene song to WAV.

mkdsd

Compile Dosound DSL scripts to bytecode for playback on a real Atari.

ym2jack

Play a YM file via JACK.

ym2portaudio

Play a YM file via PortAudio.

ym2txt

Render a YM file to logging.

ym2wav

Render a YM file to WAV.

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

pym2149-27.tar.gz (498.9 kB view details)

Uploaded Source

Built Distributions

pym2149-27-cp39-cp39-manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9

pym2149-27-cp39-cp39-manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.9

pym2149-27-cp39-cp39-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pym2149-27-cp39-cp39-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pym2149-27-cp39-cp39-manylinux1_x86_64.whl (966.0 kB view details)

Uploaded CPython 3.9

pym2149-27-cp39-cp39-manylinux1_i686.whl (935.8 kB view details)

Uploaded CPython 3.9

pym2149-27-cp38-cp38-manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8

pym2149-27-cp38-cp38-manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8

pym2149-27-cp38-cp38-manylinux2010_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pym2149-27-cp38-cp38-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pym2149-27-cp38-cp38-manylinux1_x86_64.whl (987.6 kB view details)

Uploaded CPython 3.8

pym2149-27-cp38-cp38-manylinux1_i686.whl (955.3 kB view details)

Uploaded CPython 3.8

pym2149-27-cp37-cp37m-manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m

pym2149-27-cp37-cp37m-manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m

pym2149-27-cp37-cp37m-manylinux2010_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pym2149-27-cp37-cp37m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pym2149-27-cp37-cp37m-manylinux1_x86_64.whl (971.3 kB view details)

Uploaded CPython 3.7m

pym2149-27-cp37-cp37m-manylinux1_i686.whl (940.8 kB view details)

Uploaded CPython 3.7m

pym2149-27-cp36-cp36m-manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m

pym2149-27-cp36-cp36m-manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m

pym2149-27-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pym2149-27-cp36-cp36m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pym2149-27-cp36-cp36m-manylinux1_x86_64.whl (955.3 kB view details)

Uploaded CPython 3.6m

pym2149-27-cp36-cp36m-manylinux1_i686.whl (923.3 kB view details)

Uploaded CPython 3.6m

File details

Details for the file pym2149-27.tar.gz.

File metadata

  • Download URL: pym2149-27.tar.gz
  • Upload date:
  • Size: 498.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27.tar.gz
Algorithm Hash digest
SHA256 5b90fdc129e4c2e6b227d70d43c292ad6b15189219e841abc9d8ad8547efd2fa
MD5 c9dc7c4e3463a8a8b1a0d93482df7a19
BLAKE2b-256 63352b3cc34c4abd78888ef52668f79ace27e033748ccc16f66f7180b2fa76e6

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 760f910778a1a2291c03aac1445a1e706998477702296a7c1e61f6dd67a436bd
MD5 784543459c098f567d7f16d8d5f9811c
BLAKE2b-256 88e77bcb8db0c66d1967657e78d3a8c9d0547e3a51116629a15cb7bc6c64cbe3

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5ac610cfcf8cc98972147444f478d98df159c484ee0a6fff1d12990cde550af7
MD5 b9152b869b31fd26470e141c2688a620
BLAKE2b-256 216da083a457211585d1484b000184e61a0000c84b64eb188ba21a1df12e770e

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 650e2879cfc45b19f951ce30671f9b1ba23afebd0052fa0fa1c79f64cbdc370f
MD5 7a3edf2ed973a54cc84f201243d20235
BLAKE2b-256 af33bb29b0815d93c59c8e58da671f75c4f74bcb3a80eea05a7617d481dbe616

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8d3c7a5c7230b2238fcb68be1d02a08d4efe802e2584a24ec7e4f2677a3d41f9
MD5 96fbce6e70ced55a6b98b3fed28538b1
BLAKE2b-256 444c42ced9dcae023e5eb4eb743def1b82201aae82873b66e8ddaa20ca4cbafc

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 966.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e640b65ac3d16f5af89c74713057db5e7ca5e7d6cbcb6e79dafa09b61fed5a55
MD5 709acd37c6374fc562483b7343899e1f
BLAKE2b-256 c0b3f90af9117302c1a203d87ea8710a84a24b4c57a978f42aee3ac673c6859b

See more details on using hashes here.

File details

Details for the file pym2149-27-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pym2149-27-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 935.8 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e076bab37f1854b45d454053bb31a6d069e2055b95dbf9acab10642760e86655
MD5 5b7555f4962e22d6dfdc598521fd1e86
BLAKE2b-256 80f792b51d847a4c94f666cfb08a4b5c492cf9823f9118c74f65d0d33621bbed

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdae6c612924bb2603f1211da99c19e4a80bdf3b8a25fe1016f0c94a2858e520
MD5 42146585284af0225b854bc1f93a2e2e
BLAKE2b-256 fe598f90351c3b105a00c4eaf0664f7362e1782f92b1ba0abd7e474d0aa3d287

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2cd56913d5b7334da561e2ea844370283cca71bccc0bdd501a3c5fdc8d0c0635
MD5 b9d5991f0978f0f97fb275b65387ee43
BLAKE2b-256 07e27c933e64f11826c20d292c218dd24f083206c2f32f1c5352496bcdf80752

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d30c967ab21e76e3635b1246ff6f3e50dfc592102928b371707c9bcf84db5e8f
MD5 f88625b3fcaa0cfdee55c1a34775f213
BLAKE2b-256 3a60b194d39b3b16260466d3a19a47cbad8b58dcfbd09b4ced1e2fddd98b6141

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 723bf48526d6e9de07ef86e6c57df57641511e5851c94bd8cf81fb59e0dc5a0f
MD5 f19730ad8221b2df1a18d9fda2727d74
BLAKE2b-256 ea70ec3b717e5e906ef045621167ed304dd0420f75ebed3707a66e0247143702

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 987.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 03f717145946082ae6f78b548894e24adc1f4cd88af2a0c2a7bab91c0e1bd0e6
MD5 9a3ffa269db8a6ac2421864f872175f2
BLAKE2b-256 313f225fc0fb9e0e6ceedde93410d92b9f3d9cf05fbb52d7a055663583f447f9

See more details on using hashes here.

File details

Details for the file pym2149-27-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pym2149-27-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 955.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1c41f00ab46098d3a4a05d142bdae58075086d7d98c1b55c1a5c277e9ac7a97
MD5 047995ced09ed886b6b5664083258d2f
BLAKE2b-256 a81a782762c37db6e9a05561bff079a50d854a721cdfde3d50994e62e5580c64

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a94d3d8df9edafb82b3cb19c18d9d74f94d9c94acc6deeaba257de3e085ddb84
MD5 e4c6e97b2e6a280b3e41a1ca872cf86b
BLAKE2b-256 0b7a351fca46951a3abb2e3aeffa037c91032618be3f0489eaa2330e67f97ac1

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f780e2ec9b33201ef47cbefdf4484642579e774503826c20a6ae790192ed59b0
MD5 bb4c65e9b6b0d61b465aba4662faefa8
BLAKE2b-256 f13e470e5d38d874ff7c71471f7392f1cd99759882066171dbdcf25b342374be

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2103fceeaa87b151d7f07ff57b4f45f130bf9b736699b1c8a1ef52932033419b
MD5 a12c93f5cd17952471821ccbcf6a481f
BLAKE2b-256 a0eb51acdf17ade33924b033d3c3b06ac7723c8ccfef3477715ff6d2b844eec6

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 34820ce1d07af26d75eb35656f2c74e78bc97dfa794ada83f635917cf3623091
MD5 cf6f624359d08a358bbfd0d63d78d20b
BLAKE2b-256 a015ab267776e4e96195f8ae8a63bbba1763d58d317396e326f5f3d823045ee8

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 971.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 486119689ecefa8fb8d491eddbdf4a842a0fc8ed534fd0daa352f8777be77afe
MD5 85ff3bf1a95af7e8f46d3df889b2db59
BLAKE2b-256 68fe3c44d83810a1d01bc7999dc3c7d1ab7315e4a007d65f030a7b0f9436bbea

See more details on using hashes here.

File details

Details for the file pym2149-27-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pym2149-27-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 940.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d335932598b24af034b25cde5621db2e00b5190255abdeda62c5224025aa458
MD5 59fa9c1a6139cfeab8ea99f48df29aca
BLAKE2b-256 aeccb69e9620ff1876330e8a4e3bd780663b9f797ffbc90cbfa734bd475f11cb

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71d8ade8f5493b4730fd71f6d834244f2bbb3f7c43f4efa89834de0973830ad5
MD5 d365a8aef16555ca6a869bffe541456f
BLAKE2b-256 9c128ff037559a3c6413b14766f7175b6a7e09a87ad9338ccf6d7763601d57bb

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 616b7d48203a87d36665310d4f326934ecab9c1c4f7fde5c366ed52c1d2b8408
MD5 7358e06f49d4aa581365ce175f432bcd
BLAKE2b-256 22fa9f1f2d6c0dea7dcf6b1c0cad1eed6ef35d57e1550a25640bb4bcdd740414

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cf84f9cb37742dc23f724912d02d458cb80b1dc786c66182cd585b9d9f2308a
MD5 a4e90a96da84a28d61a890dea531bc4b
BLAKE2b-256 3edbe5a54cd06ae99ade51ca9806d138e26f34bb38343af754b03842ee8f98a0

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 46a921fa1b3d8a60e76eac71c8ff9db1de9b6d758afb0cdf56b8d140c2c1a26f
MD5 3f1c9d25fddebc16269871b86ee2a8ca
BLAKE2b-256 27d46cce04530268df7738af4b7992e73f9958ec12d939dbc6ab78f252c38243

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 955.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 77a19874dd2b9cd8fd595baf5a6193b1025e309d929fa62730deaa183aa15599
MD5 d8088f606e6ed71d0ae02abb6551c2ee
BLAKE2b-256 701a033f147968d76abe7c2f0c83b2b531a6a4ecb8871f989d16a2262ea48584

See more details on using hashes here.

File details

Details for the file pym2149-27-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pym2149-27-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 923.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0.post20201221 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5

File hashes

Hashes for pym2149-27-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5ec567062d3713621ffc9aa5abdd342b38d226bdd97a9579ba29bb73fbe3d6d
MD5 5eee049fac13f82c39bd921ef5f74028
BLAKE2b-256 21ed6190d56431c9168d9b017525747651602f0073483e6e982b6f835423272d

See more details on using hashes here.

Supported by

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