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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9

pym2149-26-cp39-cp39-manylinux1_i686.whl (927.5 kB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

pym2149-26-cp36-cp36m-manylinux1_i686.whl (921.2 kB view details)

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: pym2149-26.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-26.tar.gz
Algorithm Hash digest
SHA256 93968c6dac693a00ec0d6c3bba5a0e5f9299b18d9b3549430ebb7ef260cc4f90
MD5 c086ce92ad790b66fd9ba73aaffd0a14
BLAKE2b-256 4b99c265f69332a9304c9f6d83d36e9386516db7969508a34d85b68647435cf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f693afb36071cf728578c377a0e594d41c4191b9f0601b91866cd43213c91098
MD5 4def8ae151638a991c56570d8b3ca094
BLAKE2b-256 ce31783f0b92bc2ebe510af694698476ea9c526a9b161edef19b0ba33d88a7e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a008477700728157dba923524d4b6a65e3fcddee3a7a3dee6adbc0c92caf952
MD5 e595788739f2e4e0e74d5d472bd3bc91
BLAKE2b-256 799fb0634c38654977c80efa7e011a2b61b2860348ccd91d1ffd9a1b4dbe2e19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1351c4d18f1a75f900eb1396c707dabd7f79fe098f89b92adcd7f07ec77bcc60
MD5 ab727da917e2d4850b83a053be6ef0be
BLAKE2b-256 13338a08e80e94154cfcee69a744c150152cd8722bbc9535d4686b3d9bb671d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f68b36c7d7ad0637e6fe39eb3c37a0b1a600b490e367110de6d9ba25d1f1f920
MD5 e9f7cde894ef8af535d442903116ecad
BLAKE2b-256 299be5d9f89eb4f9b15ce98e244500be6836b6ba3282c6640f81ca071933d46b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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.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-26-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d72f7c705675f9668cecb8d31cb5e7c84461e27788b4b42c640c1ee12db4abc5
MD5 38da952e87ef6c31fdeed7632e24eb9c
BLAKE2b-256 04a6342727897453ba91761018107ecfe679ae74e814099b2379a0de93413501

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 927.5 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-26-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a96cb08ebecdf1d2d1778a02bbc4c857529c29af897efcf30a7c816d62b33976
MD5 6b3f1d36ba4ef2c12534b0124f201fab
BLAKE2b-256 55557d4219520e73adb49095cdc56dee2ac761bc281d128fa5a790a6d7210994

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e92e2f8a9d51d8375aa85f0bcebc1167c26311c9bb7382e1936e508ec6c9b773
MD5 743670afcf611470fb9b2d9ee52be054
BLAKE2b-256 bd009f87b0c17fc83d7987360c2dd31970ba0a5f5a651621fbff5c268d4b6725

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a100a08ce37e0e6ab92bff2885b8a0649f73e0ceb59f7dd817bd9a860eb212b6
MD5 7fd995309e7556d1860be710ff67fcc0
BLAKE2b-256 35a826acb2fe05bba7e3eec735d4d626b1eb15f3eadce025bf34b7b8100d84f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 56a4c6ddafec739a3e5c326c19840784b90802093f6b07c46cc4139f982c7bde
MD5 32ba97cfb2f230ec9cb21c9f59b73aba
BLAKE2b-256 df5e5ba796d5af022ef553df5084747c62e1dad4b4f5b1ba552c89b21f9b2f7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 996bd247f59d5b4c9c9ce63480750d72a3fa01e8cb86419e6fef8ed5ae3f8f3b
MD5 17e1828d15530b28f85066ec43f09aff
BLAKE2b-256 7c86d83b96f24a9d7db159166d3e15df2d6fd5376572181bed2ec279cfce0c9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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.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-26-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 024a833a3486899a9841f04a4d4049ede7c386bb5c2aae732c2d47f025532ec5
MD5 855b5bfc6965b0ded7e6f3f26f2dc18d
BLAKE2b-256 e49b9402f8d376aecefadfffd1fed83c402dfdd79bc8fec7eed19877faf5694f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b78acfd9ed03acf8eba7559027c307415b714e4c5557569a8a01e286dfdef720
MD5 e698f95f81f62456b909314aa6584b52
BLAKE2b-256 685612cefe491df04ba9b93106fd73eaa04e6097856ab52660a5c56a3eac7a35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cfb26045db0b4b095f6f4ad7d1df2ac7fbbba67e49893ff028a5b344be66800
MD5 f23e4fa046bed8de1f5d22746cfe531b
BLAKE2b-256 facb084f112c77dafb13d4f623d4a40b3e55a9ac18fa808d2a407d9808cb2aff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c93c6f4afcd74ef9d6b94c25ce440376bb76b437a1d8ac49c78560f26656177
MD5 abd84df1b8a5f2ebfe418e43da7f62e6
BLAKE2b-256 e5e704397255a013d1599fbef1a5f94887c74015710b98f0195729a27ed9c780

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0802996b24984a936beb81f183951a9ba3e8e472a2cb46d8d10a24548e153ef0
MD5 d055655add154c3163eeb6217d01b134
BLAKE2b-256 69816a23779eccac9dce3e4ca83ebc336fc40dde65bed110645fe49a757836c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2b5b159a76e9f6d0932d90777f8d9034e47c2644da107ff232af2b57f0be50eb
MD5 e9e578494cdcd894955c41b6c79b5ac1
BLAKE2b-256 f62e6b5d81c43860509128f068643dc8cfefc0900a88d17432f693c6b589b177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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.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-26-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cc54319721627bd45d4e14b567a67dec827cde6a0b96d00839d5ba5b64a440ab
MD5 dedcca397e8987f021eace9300d11056
BLAKE2b-256 b4df913b8ad2764c7b27878f7110fd5a616bc4475843c40fcd89bf394368709c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd77bd72c9ae41239ca7f4a9e09beefd5afc7f7e33045c311ab7bf62fca3d8f4
MD5 696fab57a7b86d68661fa24f6394cccd
BLAKE2b-256 b328d1e8c97e54359af4c44cc6c1c7d1d7c7be6278b0c612fd1223aa6c25876d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9ef81ab73756042aa0a40fd167a1b7f11b1e551fcf2605bd53e178f3bdc5a3a
MD5 604addef04be57c0c68de5471c04f483
BLAKE2b-256 0757a7ddd0a1f046cdc7d41f75f94222492795ff82a4d263ddc39737a1b70a2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cfe79af7ff4d255f84a5a671d2f31cb34d1206589defa33b415d120fb58ce599
MD5 d3faaab82f29dedf64a7cf286f4425b4
BLAKE2b-256 5efebe8c973cf4b2fde622cb0dcf1909891735665f736be6c994c33fdbbafca9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ba312d2d4faa799658775fefcc6754876930e9057399b45d71ac65617a708915
MD5 b222d30d895d5bbaf0ac1d821184e3d2
BLAKE2b-256 e45c235693bee64f36991268e93e3d4e1cb5264901d54c9801d29d2d3476ca3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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-26-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ea2ed1485d2bb1fea57352cb0762bc4b7d943520fb32fba421f47ff927836a14
MD5 a68668334a3546620cb9dd4e15fa1453
BLAKE2b-256 74921eb03166319a9fa7378589f45aa7898d9ac8a07b61884635e742c0cb0da6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-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.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-26-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3ee5f2e8ee2d5e53594e043fb1cbdc7f7bcba03b5285891537d49a418729d4f4
MD5 ba53bbff739fb3d47d1b1679e402c727
BLAKE2b-256 3da89dd07dbb5a99798ffd7c8bfd42541ef9f4840af7c3952c5bac00f9657c12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pym2149-26-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 921.2 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-26-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c20b20bc7453566271bd3d8522ffc0f51d395ed6572d094992dd4cdbe8a6c69
MD5 a04e2cef716725b36bf09ad888f20d8a
BLAKE2b-256 ec2b830251261a70fa522fba55e68588a0d82326818410eac89b5a0626b829e8

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