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-28.tar.gz (525.9 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9

pym2149-28-cp39-cp39-manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pym2149-28-cp39-cp39-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pym2149-28-cp39-cp39-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9

pym2149-28-cp39-cp39-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pym2149-28-cp38-cp38-manylinux2010_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pym2149-28-cp38-cp38-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8

pym2149-28-cp38-cp38-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8

pym2149-28-cp37-cp37m-manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pym2149-28-cp37-cp37m-manylinux1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m

pym2149-28-cp37-cp37m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

pym2149-28-cp36-cp36m-manylinux2010_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pym2149-28-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6m

pym2149-28-cp36-cp36m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: pym2149-28.tar.gz
  • Upload date:
  • Size: 525.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28.tar.gz
Algorithm Hash digest
SHA256 896dbedcf9387ae9a52a2982b90d3d6bd15bf6caa532b384994527d0c276d359
MD5 1155ba3d8736efa00b5315a7b20a451b
BLAKE2b-256 f12ba3ce590bda8e12148ed6c31212a406a7aa7e3fbd8f326c503b932f5d1be1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbb0daa56c74fb093157e31b6cec8ab16f1329e51e8c892631ff1a2d21c6734b
MD5 db1e1bb0a1f733bcc36e35b2762b5539
BLAKE2b-256 4671ac2e4bcf5dcb4a37234c403d4c0e1781ab12a367f667cc95602581a16133

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbb6baa9978b7bbb0ef797db9696a5e25dcfe9189049f69a8c36120ea442d927
MD5 229353e3f90a3bf0349a5c106701640f
BLAKE2b-256 cf55b7989eee54d18ced5e56470c7e20db2f9776495c4d083f32f3b71e2ff665

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1f82acdaf2a42e68670484a3fb9389de0e3c5902e2fd1239163c63ea9178726d
MD5 5346d115aa85cc63fd0f7965c58caaa5
BLAKE2b-256 58dc8740cff192bc3221ebd37ec4ad90ce554606294a3c642105f616b903e27a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 92ea6f67e1548e15399eced44e43089d793648b2972ea8de7e2cc8d98bd1714c
MD5 ad91f648f2efa06ee7230c34a5deb29f
BLAKE2b-256 118968e469a118091a7135f28ae1014d9b244592f35c6345e2062ee127fa4a56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 eb18e7337aa9f714a64020af22cc63b1d145f7becc5537e1469d3212a0f8216b
MD5 fe8f827033a2436783f62ecafd06b77e
BLAKE2b-256 396125901eb24194a5ffc8c5d22ed2669ea5f26f22ff459ffbf9ec871ed0b4af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 46848073a8b8475b9a225c13ea15bbc62d0a931dc2a1022b041bf06e1e27ed6e
MD5 d42082d84057a43c1d5a07b34ac50d3f
BLAKE2b-256 3e6cb908f6da07dfceb84450ea26ff9cd171df7bb42f06ce75db20136498a1b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd1e27abd45f3c0b9af0d9d2b20c80975cf60f0fea998af3cd79dc80c24a5c7
MD5 45be66ae8c9df1f0f1472dc7c3cf4a01
BLAKE2b-256 aa0a44786cd47251715f0d03b90197ee72f85ae276d09db2670bcff4a637efd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd64c1ff1467bfe88b66d78bdb99d174c79e6ace921a5bb82cfe33969fb14284
MD5 f72d8e15fff84151fd284ff353cbc40e
BLAKE2b-256 631fe891f85935abb4f15c4d5fc770d2938c7b7001aa9a7d80bf9583608f62a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 267063a9c2631eba432db06dda6a28bfa0033c89e35c9d95d594e181efc72511
MD5 e41ade5d428103c6ec2f2bad38e8f711
BLAKE2b-256 a41f2b2a3d0be7fcf2c1967c504eb5bc6e0de8e13d81df119cf8ac6dd6b0aff6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 746ac9080ba853f567b7bb7350c259d7ec39004558d58f85b5fa58b7fc34049b
MD5 e8e53cf231db416da38522c60f68507c
BLAKE2b-256 d8183ed2d4338105e1423e378f682bf1fc23c3d27acbb5c94ba492868d9cc02d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 82da4836a04fabc31b83f5dd041e588e45ec28ab4533c3349a7e5e66f21a0a02
MD5 8afb7cff5152fecc3ddf804d41d9b798
BLAKE2b-256 c879bac7cd14205f60b5ee7a53b08d5721173a8b42dd8ba987f9a86074550f6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c499a8c87136c8c50f8f1e1773969fef999790ace1c825b424fe4ac45844aba7
MD5 108500db5ead7a15ffb617e49d8ff6f3
BLAKE2b-256 2ea1bd06a2e3d252f0e5d84740d7ebfbffb799dc7b108cc483e3200f1856e7fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 814b203f0334a3cc46f504045a797123c42da6eb4137bd0afe68aa0b4dfc15d0
MD5 d9f50437581d8e0b173c75ba63f9024c
BLAKE2b-256 c3d4a840dfff270eb42d28e733a672a17f165cf469feb6f36c06bde444cb3053

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c57c786fcca6224447414a3063aad574ad6a266fc841b09ba10ede030e19d1c
MD5 676f14f4adb1340314c923ddc1705528
BLAKE2b-256 ecda97a41aea40640d09f996923afe3ead85c12beea920209b35096c045c2f25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3ad34bcff61974cab2e174a5b746ea516cf2b2333bd95d1415fb5a20b5513681
MD5 869c34e52b620bfd92b98ed43d866c59
BLAKE2b-256 aa4b6b692e340e715847d617240049ae25a772094f3ea68e512b8c20d2b6e004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 57b7a88c6165094a6315f1247de90ce836d714566eda19959f82b88b655c7576
MD5 190f23135f246698759af1e85b7aebcf
BLAKE2b-256 a7dfae32cddd87ddf14f141b403cd75f081c8b6a2ca196fa4b2de3eb5191f89d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fafc66c90392245a66745d38e8452e043ab215ed75e11e0d59ceee7e98e41e88
MD5 f0e6a6abec37cb6de74a4c661c7d9558
BLAKE2b-256 31810922bab5049677b9a6793a8d380352d2590254a26cc958ca90c58837afe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 45aae433ee3a97dcbe64948f7e3e836d2c0205b196c92222808360b83ce1ecdf
MD5 f05995c312a1941a44fbc384556ed1d1
BLAKE2b-256 13292b94b9b5ca8a23e109c7cd94fdd9d807c04e9105734d4b4fa5fbe6c09a78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0127b1be40c5688f013efccd16dd0cf2411f839efc7e2cd33405bc986ac005a
MD5 6c25b8c385e0a02f3662b5fbdc53dd7b
BLAKE2b-256 50dd0fafd83cbcc875b2de57a438f162a544949f7823c0f1c27b0a238fcd3679

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8383a165c7f0163613ec7875478895e609ee9270f9cbf95548f2b5dc3030e711
MD5 6dbdd2bfd778e6b31315d4f13f4df58e
BLAKE2b-256 42b410a761a72d02a13208b26abae7fd9c02ffd3645cc1b2fae1cb223d2e6d33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7bf6ba7ab00d65cd178b42d8050dda66be51e65a4b28cfd200a1b9016ea1a2f4
MD5 0a40e6db79408f9406180c1504bdb54c
BLAKE2b-256 6517fbfe9532d9b825020fca60e1fd2b40a0663b2d89e6481a5341476c32973a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 daee0ff0f795b6a7caa707836ed3a4f051affae1cd95ea300732b6738c139a1c
MD5 1e879a4063773a1bc3c9ca090f2c0d19
BLAKE2b-256 a288b19ce15a56f46c927fa050f5ec9f387d9d7115fec6cc5d5af7ab1ad3c53b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 02f07a4b8bbb2204c88ff4c94a172dc1c2faa560712057f2281591505421cd92
MD5 93e4fd335568802baeaab64499e1f9e5
BLAKE2b-256 b837e5d8673b0bf6ede0b49b0cda439f0ea108cb6b40d24cb313123182e6e85c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-28-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for pym2149-28-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7035277671f14fac33d74f84e8afd56fac6a47cd3b990ff46a0a0da582323f1e
MD5 aeeb7f4a655b40fda33cbe7f23544fcb
BLAKE2b-256 07bf326ee4be27bedca3ab6eecfe7e17fc281ec27ffbc799d08cf1ab45767722

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