Skip to main content

STED image simulator in Python

Project description

pySTED

Open In Colab

We have built a realistic STED simulation platform within the Python environment, namely pysted. pysted breaks down a STED acquisition into its main constituents: wavelength dependent focusing properties of the objective lens, fluorophore excitation and depletion, and fluorescence detection. Each step of the acquisition process corresponds to an independent component of the pipeline and is created with its own parameters that users can modify according to their experimental requirements. Generating a synthetic image with the pysted simulator requires the user to specify the positions of the emitters in the field of view (referred to as datamap) and to provide the characteristics of the fluorophore). The emission and photobleaching properties of the fluorophores that are implemented in pysted and inspired from previous theoretical and experimental models. As in a real experiment, the datamap is continuously being updated during the simulation process to realistically simulate point-scanning acquisition schemes.

Installation

We recommend using a virtual environment in which to install pySTED. Anaconda facilitates the creation of a virtual environment on most operating system. For exemple, a virtual environment can be created using

conda create --name pysted python=3.10
conda activate pysted

Using pip

We do not provide a pypi installation package (yet). The user can however install pySTED using the url of the current repository

pip install pysted

From source

Clone the repository on your computer

git clone https://github.com/FLClab/pySTED.git

To install the necessary public libraries, run

python -m pip install -r pySTED/requirements.txt
python -m pip install -e pySTED

Note. Using the local install will require to compile the cython code that are required in pySTED.

Usage

We highly recommend to run the provided notebook to get some insight about how to use pySTED.

Notebook

A Google Colab jupyter notebook is provided to learn the basics of pysted.

Local

Once pysted is installed, running the example script should be possible.

python pySTED_tutorial.py

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

pysted-0.0.2.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

pysted-0.0.2-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pysted-0.0.2-cp312-cp312-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pysted-0.0.2-cp312-cp312-musllinux_1_1_i686.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

pysted-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysted-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysted-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysted-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pysted-0.0.2-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pysted-0.0.2-cp311-cp311-musllinux_1_1_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pysted-0.0.2-cp311-cp311-musllinux_1_1_i686.whl (4.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

pysted-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysted-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysted-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysted-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pysted-0.0.2-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pysted-0.0.2-cp310-cp310-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pysted-0.0.2-cp310-cp310-musllinux_1_1_i686.whl (4.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

pysted-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysted-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysted-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pysted-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pysted-0.0.2-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pysted-0.0.2-cp39-cp39-musllinux_1_1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pysted-0.0.2-cp39-cp39-musllinux_1_1_i686.whl (4.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

pysted-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysted-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysted-0.0.2-cp39-cp39-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pysted-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pysted-0.0.2-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8Windows x86-64

pysted-0.0.2-cp38-cp38-musllinux_1_1_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

pysted-0.0.2-cp38-cp38-musllinux_1_1_i686.whl (4.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

pysted-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysted-0.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pysted-0.0.2-cp38-cp38-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pysted-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pysted-0.0.2.tar.gz.

File metadata

  • Download URL: pysted-0.0.2.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b01a47374f74f6d138a7819153f5c54ab3ef3656c459ca759b20a4a54e34ed70
MD5 52a76b710e3979baee516f25988277b4
BLAKE2b-256 87d4f9fa02a3d6dc3b3e14a7aff00205d930591a3ffe9270d71dadfcc49b36bb

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysted-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbfb8293cc3213924adc96773794dd53b2a65db0fbff33e28852cad3f690fc13
MD5 4536d804f18216a3263ae82fcee65573
BLAKE2b-256 586ac7863f40bfc52f470863537c6e371855cb427affa9d33b76eb37cbfd735e

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d932e783425cabd687453407bd2cd8ab5c746f6f465b7279424be92cc66610bf
MD5 8828afac5b514c7a3c2d653cf409b200
BLAKE2b-256 e3db5f06b0c75701fe8e9bc297238e1613eb49248bf30d7a5a50f0d9f90e4458

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6ba8eaf35d21b768bcc99cf8ebe4fc379e2f431ccdcbaf8dde247de91d3b7b1d
MD5 09328bc6746b2e45e7f344cb52bf3b5d
BLAKE2b-256 690af61c9028e752fe4e6abcda7bce1c904e411373310f437af5b69b62a8525e

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3e9d2906257e36b3b6116ba932bd5a4fe867170ff0f02296f941a61b11f9e06
MD5 30e5ecd6a9c7368840c2abaeda4afd7f
BLAKE2b-256 66f0a59fc584f6ff55b18436ed42248d1f88e6b4f549c8cb4663bd2c489640d7

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 118d95b6533049f0ff3ea24c000acb884acdb2d645fe0a59747b87dde91de16a
MD5 9f24fe6096d6025921cb22039439e612
BLAKE2b-256 458b44b58e0cffd5dcb9423268cc5ad7859ec0427ad83d0a98be54690b41b17e

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac1484b1752c5dbeeea947760c6cf182ffd7ceb6619de8ba0dabac513571bde6
MD5 07dc81a6203215438fb4d25cd3b582f6
BLAKE2b-256 9430ca6e4ae7850b3ac120a284f3aa9a91b5083c8b6ab55dd5a3ece673be27e4

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b70dfaec20831a0b1b4b7148797c78664ae06ffc3667a8812727509f6559100e
MD5 8dcbdf93455aa49ff129d92a9e5f266a
BLAKE2b-256 b61a283b1f47677da18e193a093368bf50f18e7fb095f1d812c5ca0b81b48617

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysted-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 976535a51d1e87021a6e9e796111d321e89d0c3553c24dcb56ddcc358d5f946a
MD5 4588f3e6411b56bee7a73a2feebff66b
BLAKE2b-256 4f409559ba5cabc8cdb78db4ba4364c1315d05baeb5b6e34b43e60be38b44458

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d6453d8336569038e23d9ca0aacb832663d317317bd38eac65cf834aa355844
MD5 a39f07ff007f387bf55d9169191afed9
BLAKE2b-256 981e13b69c65810f64541ebbdb942d181f20538e3ca4543ea5de07a859fd2efc

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3a3304489f7cbd05c1b7cd24eb802709891e52334a4d42f57301b2ffd6f2135c
MD5 9afd72240fef331f8a8087e954bec0a9
BLAKE2b-256 a4e58b3d1ce92e3cb3a785a420427999b54be0b4a2b9c6b0ceef3ab769e10bd0

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 913981fc94fedc3ce060283e487a4fe365ff9cbed553a3b3ca817696eccf10a6
MD5 7a438f27f1658dd6fdd741585a3d935a
BLAKE2b-256 55abcbf950c84217da215d53688aa051c6c9fc2757ae4c9b8475459b9c798dd7

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d76e9a19ea7fed2cc1b6685193287762cd4f5044a303b4f714c5b7ea709e155c
MD5 d008f0f6a922b686e968408e70a465d3
BLAKE2b-256 0ec22e5385076019f60bfee31b06f978b0afdf764b53e4c378856ac8a0000edb

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 776559e54f41d87087f2c50962b38cffab6154e8b118c9a2612618312bb4e82c
MD5 b1f48d7b7a838d51b8b6c4624f94cb2e
BLAKE2b-256 7603a63cb95eb42cd9a9ec9fb88e4c5ac22f4c1c8f70d0b2ceb8d8bc4ca03806

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74dd3b63cd7c5221029b8991f69206a4844628f4f2b8d5f8b09788a52f642441
MD5 3dd587eaf163f14d11aa43c07ffe4a5d
BLAKE2b-256 4432467bd0dd56a0f0831f4518dcf832bcc410b6dae005146cb8f767e7e4a255

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysted-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fb63e86bb6b3002fd0eb3b4e0ee3a699e5a95985929c23bc6ff5e0f2e45bb597
MD5 a8154773d8ee963eea8f623fb3b0a8af
BLAKE2b-256 8e3d8c7724c73792ece97035479803fe542002eee35957260543ece80c3a69e9

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d1c013d3e646e3bf11abfae115824b694deade957629d97fbb0ee230ff367a7
MD5 641765937d0ad0272c4ca72978f35cad
BLAKE2b-256 e5abbc276e1a98ad485a0895bfb375d2cb63b76333fcca7e4e9a371297def921

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2a7faf44ef9423d9825c6e670251ffd649af23604ec7bf270e5ef437468efb04
MD5 edf9316d358a0deb6f66b7b9eef9b2bf
BLAKE2b-256 7d59a960a2882cf02d7ef8890f8147bec2e2aeb77b379a4511450e2e831a4024

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4123215b2ee4fb9d38a0c5831b6bfeae21fa42e338155663b8921d5e76747d3
MD5 49af2b1c079c40367f3a95c4f37e2b7c
BLAKE2b-256 09019c6fe648f6a96cdf020a1edaedba41b7cd74e0c834c132d85802cfa94560

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f2c57f84566f8f8752f67d06835ea572614a951079bea9b0badaac8e362a1b3
MD5 a3234269207dd1dc35d9a417a8ccf790
BLAKE2b-256 323baa1a98fcc70b02f131bba14429f2d51e7347a3c5a2790c5c59bdcbd9ad7c

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d51927ca09a3a2344c09ef4281d43e85158bc11ff7d18a41a2f87458856fa80
MD5 2fca8e3c9f01c91d19177b37b9575fd1
BLAKE2b-256 cd0bba301108735eecb7fc56c00d81268e0bd12758fc8a78c4701da709cf8c68

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c74a300b74a7d95a67ae04c85fa5e84234eecb401b9812f7e22edac220596e1
MD5 9e42593c4808452d3d73acfaf44ccc4e
BLAKE2b-256 68baf91828efd3d04b56d0116787aaa693c782a05ec6e0d66a5c1af8eb64004c

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pysted-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5235a63f2f254dfedc04f6e457e88f2159f785d5e6881069b9158570092d33c6
MD5 e2c9bde32f68c9e883bbac1d022cfb46
BLAKE2b-256 ec8ef988ea3c0e7d4847ac7c3a6efc0c60bbd4fca5b29c0c8860e1193b49a6c6

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4bce89271ba492817e94d34caf708b314059d9f10fa528599fa67bef5314e7f1
MD5 df2a59daa5ef69e0c30ebae9ed93cdc9
BLAKE2b-256 b6dc5f51d7f1ffc6d8e68c896304f9ddaa7c8d7c9de870dc8ffd6f8c3ead2a9f

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pysted-0.0.2-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 12b68d37a2dc2a13afb790e25d8805ad71826212554f5fe25ac142c18032b944
MD5 3d2813734d773784a8afd341ac0aad38
BLAKE2b-256 3cd527cfd2be7d23df9013a770b5a14a9877f1180775a960d96e377593e72072

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28155ab7362d84957781c5d9d94b22795c4231bc9f182b314dafc3a83234717e
MD5 7da9feb0aa35790ced996fb6dd1ac395
BLAKE2b-256 9b967192c074b8f694f706ed3171aa780a956249d9d7208dd822c94231a14e84

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 554f79db310891d6601a6fdd0a2d9ddaca363f157989795fcca2d479b3be68ee
MD5 c06ff253f1726fc5a180702f83f5cd09
BLAKE2b-256 41ecdfe9ac5f5dc887e174a31e1c5271752bd05a6f5186c8b3b36ed0b29f9bd4

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61cf03f119f23b6ef4ce98b852277bd46b628e36ecf66701d627bdde80917dbe
MD5 a84114f3fdc379d5354c38e605864fbf
BLAKE2b-256 4919475aa44bae548a9d193a257160497056ce6b503e9d4b2035f518f64e6c3f

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c57f2e27a4582494ab968a2e42495a23285bba8e0f0ccfce9128ce3db9ffd07c
MD5 ad529e91300bdde01cb3c3b6faefd71d
BLAKE2b-256 1d00cbd0394d722fbc312f0e8d2bc781daae4b71b6284a082f3449bcecaec397

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pysted-0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 04967aec0fb567c5f735051d8833aa9db62c8e20fdefb46f80182b79007c2691
MD5 d85389cb6c52399d1dce6b5bd4327b09
BLAKE2b-256 6a8e1067d484c313bb39b83af72c42bbb5793085cf4720194172f1f16405baa5

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c867b56cb2f3f1840c72ff62b6f60defe5eebc0dcaeb3c27a59a6b7ce68a733
MD5 c3e291c1264d8706f99802acf3dbbecf
BLAKE2b-256 570f3169f9e06cde897f9e727f7384a7264d9bc6515c5283ccd5ae760e7cd313

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pysted-0.0.2-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pysted-0.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 717e119807e93bc971759a04c7f7deb8c8718e734b34a85e86d7b7cd899b2f30
MD5 3ded7d25914aab2094d9b9c87c7cdd28
BLAKE2b-256 c292651822f5d6f9a8440f39e5bfa06a2a1ff5f06c8797900f3a4e83a16aa6cb

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0607a0418d2ec1dd538e94aba8fea7518c1ec1410c4dda7a4c25de00c2a6bc26
MD5 7ba413ee1466aaeec81166f48bb27dbb
BLAKE2b-256 b7cb3011993a56d6fdda30553cb0c051f246401d00ec26596a3f926ecadc10f7

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f9902c68b64fd8070c37e8432fc4d9733f3b43b4cc7d2bf6af4b0592d1e4e1b
MD5 7f6e7736df0b50b151a43bcbf36e49eb
BLAKE2b-256 4316b150d12d73ecce3454864443710246956598b722a50eeed03a43d35a009a

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2b340a55661f911d34e3d3629c7ae6c5b4488eaf51a574f6f4b5a560e648d14
MD5 e8bddd1fd7944ce2cb0e754520055cf7
BLAKE2b-256 ea8c74ea826eedd3812cbf0e4abc12678ad3437fbc5a77ffd7a9543ecc19fb00

See more details on using hashes here.

File details

Details for the file pysted-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pysted-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e144b0e77df1edd546ef1168c4a492c23ed0c7f0df401c785271e9ca4edc1fb1
MD5 489c3632bb03cb8e9d31c0a615a947a7
BLAKE2b-256 e154a772b1f74081546d3a20963737f6606707a264399554e46baef14a1b1d7f

See more details on using hashes here.

Supported by

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