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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: pym2149-29.tar.gz
  • Upload date:
  • Size: 526.0 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-29.tar.gz
Algorithm Hash digest
SHA256 e3cbf00a5b8a28396e85e3ed53f93b4013eb6027e91d87beaa5433260120e85b
MD5 f660f362a8cc85e814bed2ff1381b30e
BLAKE2b-256 963eb8bcc749c74a09351efde63a8ec74caef0aae420fce5ff2ca83762c5b69c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95b3290e73211de2eac64598694d27d239617e2e57c7e3144c422c44eefc24e8
MD5 bd98f1feb28426c86903f2daa37dac0f
BLAKE2b-256 e1d43aa3526e6c199d965ceb34a184880b55cda7d2e3d84191d7378de235f55a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f64949b7a9c5d798e979d2c2752510d327695045b6e499818f927462c2b9d0e2
MD5 92ef82b995d2e5a10adafd4eec12f373
BLAKE2b-256 61e3e10f7c286949fd63711e6d78c52923fa14dcabbc286ffc81080ed1a54426

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 52f2c1c029b219c5bfdfe042297eb3b945cf1dea723ce88c1323b67bc9364c66
MD5 d33ae9f5ebeac06920bc69f441d001f0
BLAKE2b-256 4fba6350428a42c655a314eeb76400c8d702c3eb2093df8d874bbebcbd7d9be2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dcb682f28e15478c7ea7bd55c0d76d957c5135629357ccb323ea83463d4509d3
MD5 95959568ce065bb8d88bfcf76595be27
BLAKE2b-256 aa7909e328dd9e66ad9479476628e360d678968379fa143599f1f240e3541809

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2bfe20c5e90d090196556c852d9f5da67741d78427c44cd1ac509fc5d70df142
MD5 4875fd9c19972c225598654d458ec1af
BLAKE2b-256 ba5ac0558c0468ff063c55ae4886519b646bbba904c34a9d6843d0ca1251e295

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 77143e21a190a0737cb336fe88808e3536d0cf7dbae49f1699daf0b07d20a7b2
MD5 ac6243539cea47377b1e0bc7e9791145
BLAKE2b-256 24e9389b9245d5a135ed4c06177bfd9eed02adf26d829e51eeaf9dbc274b85c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65273e4dbd358b0921716eff1d59bbc4c5082e678f3fc7855a2aa516c4a89b6d
MD5 489a19c1e0d534b0243a318490be0045
BLAKE2b-256 41e18d9e59b63a42923675009d7adcfe596b9ff8df7035db6c5f0a3831e12618

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a3de574fc9efbbb95b3944712e1d6205eb2f3eab881420b9647efb94d336e48
MD5 dbf9c752f37f29e7e944c19158badc85
BLAKE2b-256 830e22e10025a29a1eecee46bb973fce6028324ed25647c64ef462a180ff5992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3be0574bc3ca88bc90521a3bab12e5f7f1fb8019643c4230cc58fca3340646ca
MD5 80239dc6f089c9fe8395c6fc8afc5aee
BLAKE2b-256 96e3c13fe12b398c679c816c243507b57d1325eecf3929ed21df593f426390f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 238929692a90e460bdc2a56f49944f68b50f0a78cbfb60974d4a0c79ba725541
MD5 cba7a25e73f68060d97609760ef3c1fb
BLAKE2b-256 e42388fd11b63808e68a2439627ddf399c15ff92d88ad566f164c4fe3b668fa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 600b9b201bf213bb870db2fda092bd2d98722287b4848509ca6aec8b17a93ef6
MD5 4c79b4ccb271fc1ac64fe7b005b1fb0a
BLAKE2b-256 55e208ea7df79a96249d6715859e6df0e530bbf4b5b2bfecb808adba7dea097f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e7ab04773bda224301fc9ee72270e6ef46dea683bc97ecef4dccc0efbe1fdefd
MD5 740faf95e42892346410cba7591c89b8
BLAKE2b-256 056ddad485b3ec49e35dccdfebf2bec472550d191dabfbec0f5c3b38aeebb9fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 700705a16d907147e7a8b6fe01d6f801d167fadd3c02f86ff3e0b1a37cf3a8c7
MD5 415da7a48524baa7ec94b49a0ac5124e
BLAKE2b-256 680dd664ff8a5057198c49da7b6f7f3ee70f6e067d0f78ea44fa1537e3f53b9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 123dbefa2df0e956af9d9b05e1922638fae353bce9d4f8b31c15909a16e9da2b
MD5 537513c9d527b3f32cac47c463fbb5b4
BLAKE2b-256 accf95e6fc84e17950eb4e5ccbd1b623e14bf1be47c928a2bab40352ad15864b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 526862dada86c6c654c0c89138307535fbd5bf73696dfaddfc97fefdafa4e16c
MD5 5aef8973344700a91f3adb1430d4f6d6
BLAKE2b-256 521e1a2d7e7dfeae3fcac8227b64760dcc5b1d3a038e24eb9285412ac1f0309a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 02f1097f849dbbe3b08de98fb4490bdfe5bd460ea3285c168afa35001092884f
MD5 ea4f640b3a24c558a0649373b691a2b5
BLAKE2b-256 afb992c6fbc36f54027a3fc4afee701c7df886c2fe1dbc59a42fa5d134eba43e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cfb3bb9d0cc74a181a0dcd2968e44cc490345d7f6c929308eaac7a2bab760daf
MD5 7458e316ef0f817baa999cbc54052468
BLAKE2b-256 efc88ba77ae0d9cebf27e8e574f7503736eba81d91e0735427f531e95f50b13c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e88131ae18b1b344f9072a0887ba23ad73af42ad04c9f270e80deabc490ac6d
MD5 854ee7edd3d8e6f7f9f149612c1ee432
BLAKE2b-256 90e40872ca79b594f0f6d06963ba4f441b32a3445f6dc6dcf83f4cdd437e424e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f9381d0bc8b1f67cda726cb594816c87ea8d6e0a914753c7e2f2b0fdabbea06
MD5 cbc96cfa21d4c00059010c4aa6bb4b78
BLAKE2b-256 c341bd4a8bbead2f54f4835fdaf52378da88342e6f2b19106cf86a3c3e97e2b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dee7b19e6dc7a16a53aae5d7fc7657c5aa1d5517d3526e4d5227495d656b4ed6
MD5 91353bea3e3dd4efff8a115a4601fd3d
BLAKE2b-256 c196751ca6d3d0fd0c09047b9c99d57a670a6cb46fc432310067fc051a391260

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a4658bd2052fcd5b7b69a6c8bc9b56c20ff991247ee07ae90dd5fc0c399108ed
MD5 9baa0b2ca3d0e0d9ad5d7f4896626139
BLAKE2b-256 add89ee47f10a3d971ad0775da1e0639c92d224067171b732b3f71d5571f091d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5d92198c328364592d50fd708b8e45608dae6e3af9fcb2a92909a11debf104f0
MD5 94da7ab374abcbdfe641149bc85267ab
BLAKE2b-256 8771b3035afe254bc5c7ef55420c9f6891cde032f625426c03e0e139782c99fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 322de80f21f363e6f6cabb096f84b415178cc70bc61bc8eadf1502f9b9b32566
MD5 c21943ecdd83ecf69ebdaa6e01bcbc33
BLAKE2b-256 c1d71e6199aafee75465e837ae51601a14b93edd3e9f53fa4ff70191dff8852e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-29-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-29-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca57f060c5efd76891afad3aa0254315e6a33301b577af1c2ff36a2c44aa2b5e
MD5 3785e9c24fc87d041d690591920d1fdf
BLAKE2b-256 3c2ed5a612b051825c9f0655d57eaa59fe5860e583d2b1a3369f796c32abb8f3

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