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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pym2149-25-cp39-cp39-manylinux1_x86_64.whl (957.8 kB view details)

Uploaded CPython 3.9

pym2149-25-cp39-cp39-manylinux1_i686.whl (927.7 kB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pym2149-25-cp38-cp38-manylinux1_x86_64.whl (979.3 kB view details)

Uploaded CPython 3.8

pym2149-25-cp38-cp38-manylinux1_i686.whl (946.8 kB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pym2149-25-cp37-cp37m-manylinux1_x86_64.whl (963.0 kB view details)

Uploaded CPython 3.7m

pym2149-25-cp37-cp37m-manylinux1_i686.whl (932.2 kB view details)

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pym2149-25-cp36-cp36m-manylinux1_x86_64.whl (953.3 kB view details)

Uploaded CPython 3.6m

pym2149-25-cp36-cp36m-manylinux1_i686.whl (921.3 kB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: pym2149-25.tar.gz
  • Upload date:
  • Size: 498.0 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-25.tar.gz
Algorithm Hash digest
SHA256 69ffb7a03ae40b5756e897ca9186972a34a7e73b2b314ae6c0f17c9a273dd79a
MD5 d6bd2981e36b62d7cf3c160b1b90e6ce
BLAKE2b-256 4a77c6e6d1cbd05d473a3a3d9430c18260fe7ddcdebe8aaa5bc820bfa0081479

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b81ac9ec84b97b184fd65505d8f2ce1f274d914736135d12ba205a4a970bef9d
MD5 8ed9f7048b459cf96576cfa0cc94d965
BLAKE2b-256 ccae452ed1de28e307fdf8ea33bac5ebcd82ad052e745744c3573b3b9478d4c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8fe6256b7c42b64b8f64571120aba83d8d2a522a438618cfcbe55d517b26d5e6
MD5 009ad624fdf766ba5bbd7c49edcff7ca
BLAKE2b-256 b36d6c3e1267291e34317f65d0559f61c38820b308d8ff5480bf40a44fb0b4ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f0c90c50d426056baba92d143824301ca53a646dcb22852dc2fa2a3c788bf179
MD5 96b708d6f7a7f7dcf7e4d326f07fe43f
BLAKE2b-256 e32f64d4a630d8bc203be2403e2bdeecb84c088f782a020a0746fcb8b28bd926

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 813804646d3f672f26e4ba9b9b0150bde1be7f8628c70e42766e1cee393ce31c
MD5 d34ea1d1241847b6c4922360061e27e1
BLAKE2b-256 0a80335dab2d89e8ccaab2730aca3d3fd1f8314c3effb36cf99ab0f7d5831ba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 957.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-25-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d9642476dbd89e8712493dd1f6c98fee69cfe1d385e459f6da93de3529c9b64b
MD5 37bbe888fd2605040bc17835126aff5c
BLAKE2b-256 231ba7d8ef0447357b7d8988a76455598469be750dcf5e96d434e62b3dea05e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 927.7 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-25-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4aaedd6279621dfa56d93ef9bcf5025b248d7a746c4cbcfb2bf1c6fa8a40e9b6
MD5 a0138cbdeb76d5911b9b53d59abba416
BLAKE2b-256 4e8bae86554692bbd0331ea1c742ebf5b52473d1ddd48da542094c4af7b8ca11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61a45e6c56337f530595e3fcd1b63a871d93d518067bae59cf86bbb801838a3c
MD5 35487049c6e4a5e6d3bbe4a175998dac
BLAKE2b-256 48f88474a47b27581cf89663e16265437ba80c7e597f74d85d3c8f3f8347105c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77bfd95a45d294b0a6be31a0dc65cfa0440be75d3786c3f07aede9db5161fa08
MD5 16fa75a0d566c8da4522aa51e34fd36d
BLAKE2b-256 e5e46d84d48ed11b7deed4d0634b444bc3c6ab1db177c4d60ae56119fc20f15b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1df77235e00749c6773e277b3e31d6bda7c86d9e362579ba27c224d58d9d3c95
MD5 72c6e9b9b1618ba306b8e4b201647923
BLAKE2b-256 af0790db642af27998f8d77830987ab98fb8aacf24036447385146706a0fffa1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 43888a13f20446a0fb0f7512e0918afe9c074b61d5e9bfcdbf55c53105fd232f
MD5 b6b3015e72556ba355e252d1904c52fd
BLAKE2b-256 a59e7c25a07b2d675a0bb18f492383f2e2fd978d4676ece9f129496b5a5dbcda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 979.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-25-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a68effd05d7ec179849aacaa2c0ba4ef832454863cb03e9b093c0e571f559716
MD5 8f7888933fd657d82423dc1662d00173
BLAKE2b-256 1976083efb37a08e2b39eb6aefa08f7e5612676313a90c52e6c7e12fee7df9fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 946.8 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-25-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 85117b97dfefb68a68788beb353f15e7ed75a26b767b217e463b33172ca12620
MD5 428e37f6910c39d2139d5aae7a7e32eb
BLAKE2b-256 978a16deb0aed3c0620eab50240f000f9fbcc0b6b2300e433cc2a762dfc957a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 562710a70cb7b31ae077eb5d249cd923aa46392199a05142f1a755a1cc0ea340
MD5 5f8b85d29be0685a72c7ff20f6caf446
BLAKE2b-256 21960c54a13ed528a5d1229ab5abe042a1295a3bdef84443f3a16cf2270ca084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5abe64afa3a5f5c1273d1489d94f205cbc44b2489ca8db33ba5452a7028f87c5
MD5 b61adea66fae64e3ebe650f7c7c441c4
BLAKE2b-256 48c334e5bbf17e238b9b620c18bc351eae222ea18b4abefda7e017f67b93c915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b082cf5f3c0c68871a277408753a0dc5bb474557adc5b27544b64181d8aa70f
MD5 6c368090e7764d11f5c410558bcf1442
BLAKE2b-256 f33b7314d43b118acd300863fdda48a827038bd4905494b96e1c777d4033ad79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9f7c9bfea2d9c1400be184d2c38ac65f00cdca5576e742f5900d0c8da3e46c04
MD5 f8661c584cd252d804e5228893210f45
BLAKE2b-256 b1bd89f8c6354f8dd8e3452f43aa7e840c4b3e4e68ead42b59cbbfdd7bf19bfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 963.0 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-25-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8054e042108df8dabfc407770ed27593e29740bc3806b83881ff90dcc4558bf8
MD5 2030918afdf5a7c4c949b824421eab79
BLAKE2b-256 4791117ca9d9707a8babf8d3769104674edc655a6013ee72357f629232074f29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 932.2 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-25-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 197761573ce92dd18c5545e2818cb626d53ccaee3622027358d7d4774a6582f8
MD5 eed1fd3c72e1a5bcd87a629e0162bbe7
BLAKE2b-256 b2ac160217daa2509cf4f00654fe5260c1f9d4e49d20e3146b5d50b5d3149b05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c68fb39f3c78c0e90fe135332eebf290472343419680719ad7f7426fd28aba1f
MD5 5e8a8ccb7438a64b978e6c4a7ef58b62
BLAKE2b-256 4d6e7325b216cc107881e8abd8177bdf9dbf9c58ae84398e701aed9add8c3ad5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3ac337d7946f76dd8788a19f9ca174eb026b05f0c1c9f0acf32244e073e3e79
MD5 d309641c380def05eeda58e3161f4d30
BLAKE2b-256 b3d3da9c9416a7cec8dd92b082e9ae810a40ffb4498c31d038d3a2e9afc30f41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b9e331117afee9fea173247689fa307238eb23bcae19be9836260fa743caf59f
MD5 368b1206438057126253c8233131222b
BLAKE2b-256 5065b680a3a470d18e908d1f0a11688b3e6c2f565c815007ee10d1e04e0c4c37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-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-25-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2f36e917fbbc22f4ab50b72345ba2a125ebbab51927057c404a3e1ece12bfa4d
MD5 a02be7b8f80292ddd66ca64ce4a8d130
BLAKE2b-256 5d605c4048b34cc22ef353a0f8c65dce609c32fa12b1801723be671929a73844

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 953.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-25-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba841cff5108ef8bb971c1b68c939a32a4d93e6fe18c9ea69ea59d24e988100c
MD5 2e5f13b551b465cfcb572d7e3dc95778
BLAKE2b-256 5cfeb68b3764d207945083d79e63ae80bfb04619d563458dbee1d1957488c697

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-25-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 921.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-25-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa222c3aa4d5a0dd645369f8577ec7ebe63e220032492416a2154e28ab4e916a
MD5 ad4ed585df87fac0c0ebf6fd3f379fb4
BLAKE2b-256 dd54abbb589d5360a8c9d9b296d98c225db6b38ee163abb757e705f791a60867

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