pysted


Namepysted JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummarySTED image simulator in Python
upload_time2024-08-09 13:58:21
maintainerNone
docs_urlNone
authorAnthony Bilodeau, Benoit Turcotte, Albert Michaud-Gagnon, Audrey Durand
requires_python>=3.9
licenseNone
keywords microscopy sted simulation
VCS
bugtrack_url
requirements certifi cycler Cython decorator imageio kiwisolver matplotlib networkx numpy pyparsing python-dateutil PyWavelets scikit-image scipy six tifffile tqdm pyqt5
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="docs/img/figure0_v0.png">

# pySTED

<a target="_blank" href="https://colab.research.google.com/drive/128pOe4KwnZ7MH6HFcd-mG1HjwDWvohnq?usp=sharing">
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

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.

In this repository, we provide a few datamaps that can be loaded using the provided tools. However, if the user wants to create their own datamaps, we also provide the code to generate their datamaps at this [repository](https://github.com/FLClab/unet_dmap_gen).

## Installation

We recommend using a virtual environment in which to install pySTED. [Anaconda](https://docs.anaconda.com/anaconda/install/index.html) facilitates the creation of a virtual environment on most operating system. For exemple, a virtual environment can be created using
```bash
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
```bash
pip install pysted
```

### From source 

Clone the repository on your computer 
```bash
git clone https://github.com/FLClab/pySTED.git
```

To install the necessary public libraries, run
```bash
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](https://colab.research.google.com/drive/128pOe4KwnZ7MH6HFcd-mG1HjwDWvohnq?usp=sharing) jupyter notebook is provided to learn the basics of `pysted`.

### Local
  
Once `pysted` is installed, running the example script should be possible.
```bash 
python pySTED_tutorial.py
```

## Citation

If you use any material from this repository please cite the following
```bibtex
@article{bilodeau2024development,
  title={Development of AI-assisted microscopy frameworks through realistic simulation in pySTED},
  author={Bilodeau, Anthony and Michaud-Gagnon, Albert and Chabbert, Julia and Turcotte, Benoit and Heine, J{\"o}rn and Durand, Audrey and Lavoie-Cardinal, Flavie},
  journal={bioRxiv},
  pages={2024--03},
  year={2024},
  publisher={Cold Spring Harbor Laboratory}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pysted",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "microscopy, sted, simulation",
    "author": "Anthony Bilodeau, Benoit Turcotte, Albert Michaud-Gagnon, Audrey Durand",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ec/1e/45aaec10334c0961cc2cf2bbf48805e404573f5a74dd2b47087e445de51e/pysted-0.0.4.tar.gz",
    "platform": null,
    "description": "<img src=\"docs/img/figure0_v0.png\">\n\n# pySTED\n\n<a target=\"_blank\" href=\"https://colab.research.google.com/drive/128pOe4KwnZ7MH6HFcd-mG1HjwDWvohnq?usp=sharing\">\n  <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n</a>\n\nWe 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.\n\nIn this repository, we provide a few datamaps that can be loaded using the provided tools. However, if the user wants to create their own datamaps, we also provide the code to generate their datamaps at this [repository](https://github.com/FLClab/unet_dmap_gen).\n\n## Installation\n\nWe recommend using a virtual environment in which to install pySTED. [Anaconda](https://docs.anaconda.com/anaconda/install/index.html) facilitates the creation of a virtual environment on most operating system. For exemple, a virtual environment can be created using\n```bash\nconda create --name pysted python=3.10\nconda activate pysted\n```\n\n### Using pip\n\nWe do not provide a pypi installation package (yet). The user can however install pySTED using the url of the current repository\n```bash\npip install pysted\n```\n\n### From source \n\nClone the repository on your computer \n```bash\ngit clone https://github.com/FLClab/pySTED.git\n```\n\nTo install the necessary public libraries, run\n```bash\npython -m pip install -r pySTED/requirements.txt\npython -m pip install -e pySTED\n```\n\n*Note.* Using the local install will require to compile the cython code that are required in pySTED.\n\n## Usage\n\nWe highly recommend to run the provided notebook to get some insight about how to use pySTED. \n\n### Notebook\n\nA [Google Colab](https://colab.research.google.com/drive/128pOe4KwnZ7MH6HFcd-mG1HjwDWvohnq?usp=sharing) jupyter notebook is provided to learn the basics of `pysted`.\n\n### Local\n  \nOnce `pysted` is installed, running the example script should be possible.\n```bash \npython pySTED_tutorial.py\n```\n\n## Citation\n\nIf you use any material from this repository please cite the following\n```bibtex\n@article{bilodeau2024development,\n  title={Development of AI-assisted microscopy frameworks through realistic simulation in pySTED},\n  author={Bilodeau, Anthony and Michaud-Gagnon, Albert and Chabbert, Julia and Turcotte, Benoit and Heine, J{\\\"o}rn and Durand, Audrey and Lavoie-Cardinal, Flavie},\n  journal={bioRxiv},\n  pages={2024--03},\n  year={2024},\n  publisher={Cold Spring Harbor Laboratory}\n}\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "STED image simulator in Python",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/FLClab/pySTED",
        "Issues": "https://github.com/FLClab/pySTED/issues"
    },
    "split_keywords": [
        "microscopy",
        " sted",
        " simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c585935094da4cfb2db4e232af54071ddce0297f8a15c84dd3b57504d8be7a4",
                "md5": "ece98d7b3b355a9e13421f43a490f22b",
                "sha256": "bb04b4cdaaf0df61a0b5749887f2490762d865b7c0b369d010999db73abc437e"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ece98d7b3b355a9e13421f43a490f22b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3112663,
            "upload_time": "2024-08-09T13:57:56",
            "upload_time_iso_8601": "2024-08-09T13:57:56.206396Z",
            "url": "https://files.pythonhosted.org/packages/0c/58/5935094da4cfb2db4e232af54071ddce0297f8a15c84dd3b57504d8be7a4/pysted-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ed057e96809376910185a4da2002b95f729e3747189c076d8e30156665d8a69",
                "md5": "39e78129e6341248c9553964167eeb9a",
                "sha256": "f9cfb8e69bf0c9915165eb65335d86b3b8a38332ca5b56d32cf65999b061410a"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "39e78129e6341248c9553964167eeb9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3096971,
            "upload_time": "2024-08-09T13:57:57",
            "upload_time_iso_8601": "2024-08-09T13:57:57.836304Z",
            "url": "https://files.pythonhosted.org/packages/6e/d0/57e96809376910185a4da2002b95f729e3747189c076d8e30156665d8a69/pysted-0.0.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36aa27482c1a944deb9ae22a35da3f767dfec67a59726c6fbb125c72dce2ccbc",
                "md5": "d867e1b7e307032be58415f718b3c2e4",
                "sha256": "3edad831e118b14c4d650b646538ec79f9d818a99d373faf8942706b5508b086"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d867e1b7e307032be58415f718b3c2e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 4225451,
            "upload_time": "2024-08-09T13:57:59",
            "upload_time_iso_8601": "2024-08-09T13:57:59.435109Z",
            "url": "https://files.pythonhosted.org/packages/36/aa/27482c1a944deb9ae22a35da3f767dfec67a59726c6fbb125c72dce2ccbc/pysted-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22c4cee765f4e260bd6e817f0ac350d859b2e748ecba77051f712d61b4999e5e",
                "md5": "de22a301f381784a861dc5b441f6c780",
                "sha256": "5c6c7fd3e8a3a08b65767ac3b2718db5e90441261a57a3b449398591e69b9105"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "de22a301f381784a861dc5b441f6c780",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3084623,
            "upload_time": "2024-08-09T13:58:00",
            "upload_time_iso_8601": "2024-08-09T13:58:00.699273Z",
            "url": "https://files.pythonhosted.org/packages/22/c4/cee765f4e260bd6e817f0ac350d859b2e748ecba77051f712d61b4999e5e/pysted-0.0.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5b850943c17a453f3c4fdb3a527fa8bd7aa4888f89e091a398e6675fb283d6d",
                "md5": "c31767d4cb6b32730f5766b37fe5a66b",
                "sha256": "d396d8c3097e9a6fba4072757cf3e41046f7e082310184e67585463091a2c472"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c31767d4cb6b32730f5766b37fe5a66b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3112532,
            "upload_time": "2024-08-09T13:58:03",
            "upload_time_iso_8601": "2024-08-09T13:58:03.206899Z",
            "url": "https://files.pythonhosted.org/packages/b5/b8/50943c17a453f3c4fdb3a527fa8bd7aa4888f89e091a398e6675fb283d6d/pysted-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d39d317ddb080c7a30d2065658ab8b442960934adaab5f3b549b52cb351086e",
                "md5": "b761a8fb0d8a1ce71b72aacab7378c4c",
                "sha256": "17e9de03038b96bf3a44a4bccb00ba5ccf9fdb77435d0585cc85e6755d45c23a"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b761a8fb0d8a1ce71b72aacab7378c4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3096863,
            "upload_time": "2024-08-09T13:58:05",
            "upload_time_iso_8601": "2024-08-09T13:58:05.291244Z",
            "url": "https://files.pythonhosted.org/packages/7d/39/d317ddb080c7a30d2065658ab8b442960934adaab5f3b549b52cb351086e/pysted-0.0.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67745555b378e93a2c72c27a234d9395d50c55df5348bd9b7099f1a55282f8d2",
                "md5": "a0c171324e5f729015bda5d0207390d2",
                "sha256": "e0cee2106e9d58ab89a1fa38bb25c0fd490fd3f32aba16587c57897d1012eaea"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0c171324e5f729015bda5d0207390d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 4356428,
            "upload_time": "2024-08-09T13:58:07",
            "upload_time_iso_8601": "2024-08-09T13:58:07.014174Z",
            "url": "https://files.pythonhosted.org/packages/67/74/5555b378e93a2c72c27a234d9395d50c55df5348bd9b7099f1a55282f8d2/pysted-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5e43ea51fe98b92757f48c64ef0bfa7d807d6fadb455a4b2bd8825dbcb51719",
                "md5": "af61167d84c326db3e1e3a6f72a567b3",
                "sha256": "72904af561c330980fe71e14b63b6f10d54bf29c8e09d2498618f3950836736a"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "af61167d84c326db3e1e3a6f72a567b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3085187,
            "upload_time": "2024-08-09T13:58:08",
            "upload_time_iso_8601": "2024-08-09T13:58:08.493786Z",
            "url": "https://files.pythonhosted.org/packages/c5/e4/3ea51fe98b92757f48c64ef0bfa7d807d6fadb455a4b2bd8825dbcb51719/pysted-0.0.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cab9951a9821bc1a66f06f5457190a44cecb421096a4442122265cddbfc86a0",
                "md5": "30c0746c5b13bc1e5be86d0ff9c80df7",
                "sha256": "e8adcaa4905492ee774401ef83609aedf4c84e6777bc7d97ffbe1b4577f0aec4"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30c0746c5b13bc1e5be86d0ff9c80df7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3110963,
            "upload_time": "2024-08-09T13:58:09",
            "upload_time_iso_8601": "2024-08-09T13:58:09.765655Z",
            "url": "https://files.pythonhosted.org/packages/0c/ab/9951a9821bc1a66f06f5457190a44cecb421096a4442122265cddbfc86a0/pysted-0.0.4-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5abab52de76271ef22f55a25ffbaeb165746d769387a76ca3a42193bcdf6ce2a",
                "md5": "dae0aabd9069f5cd051baba544210103",
                "sha256": "544d577bf19f797a18c91a27f66699d4b55d25a601ba27c3bfc13c8a6a5d31ab"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dae0aabd9069f5cd051baba544210103",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3095705,
            "upload_time": "2024-08-09T13:58:10",
            "upload_time_iso_8601": "2024-08-09T13:58:10.980869Z",
            "url": "https://files.pythonhosted.org/packages/5a/ba/b52de76271ef22f55a25ffbaeb165746d769387a76ca3a42193bcdf6ce2a/pysted-0.0.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed554f9c054fdda34c485cc3dcc53f58bd3ff8642f0ef0e3dc9d9cc89a024680",
                "md5": "ee98c88ca9638e6f947d2ee29343f903",
                "sha256": "69e9b86eeb85f7adc319f94d541b4445e97b5feca9a426dadad9716419825bd7"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee98c88ca9638e6f947d2ee29343f903",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 4360234,
            "upload_time": "2024-08-09T13:58:12",
            "upload_time_iso_8601": "2024-08-09T13:58:12.520799Z",
            "url": "https://files.pythonhosted.org/packages/ed/55/4f9c054fdda34c485cc3dcc53f58bd3ff8642f0ef0e3dc9d9cc89a024680/pysted-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cdf9133947982c06578ff9ca9d48321f09824da15cafb2e8f022b6817658852",
                "md5": "6ead71c76dac61684308d42c79b3661e",
                "sha256": "307096703bd00de93903132466f62b1787d8481417843a0d27760dca4de632d3"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ead71c76dac61684308d42c79b3661e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3083216,
            "upload_time": "2024-08-09T13:58:13",
            "upload_time_iso_8601": "2024-08-09T13:58:13.936308Z",
            "url": "https://files.pythonhosted.org/packages/1c/df/9133947982c06578ff9ca9d48321f09824da15cafb2e8f022b6817658852/pysted-0.0.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d82af88b29b8cc4bc477e8b67969b84642aa0fb7d8f69c752848d870015c3b5f",
                "md5": "04a9d1a03dc4f8c849db9644f298dec2",
                "sha256": "0b59dbd5aee43454af3ba83b8ff11815abc67a7be86fb0ce336271d6a94a48bf"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04a9d1a03dc4f8c849db9644f298dec2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3113179,
            "upload_time": "2024-08-09T13:58:15",
            "upload_time_iso_8601": "2024-08-09T13:58:15.637386Z",
            "url": "https://files.pythonhosted.org/packages/d8/2a/f88b29b8cc4bc477e8b67969b84642aa0fb7d8f69c752848d870015c3b5f/pysted-0.0.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e0945f6887d81683125e4b65ca17f317e8fdee3207c6545fa08f8e607f8da90",
                "md5": "380af7614ec378d54fa8e5f3a18f6e45",
                "sha256": "655e798b70b0b240de48266b1e1d6fd76339b0ddd591bc95f93223247bf81d5e"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "380af7614ec378d54fa8e5f3a18f6e45",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3097583,
            "upload_time": "2024-08-09T13:58:16",
            "upload_time_iso_8601": "2024-08-09T13:58:16.997459Z",
            "url": "https://files.pythonhosted.org/packages/3e/09/45f6887d81683125e4b65ca17f317e8fdee3207c6545fa08f8e607f8da90/pysted-0.0.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52a95e6bee8035c3afb405fdd84774709e837161a223ddc9c0906797ad06b6a7",
                "md5": "7aacc605238bce436571056fe4da250c",
                "sha256": "520e190ce581c7557a85049e1367bf8773c3b0f0e68534a668825e67f1ab0be2"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7aacc605238bce436571056fe4da250c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 4227351,
            "upload_time": "2024-08-09T13:58:18",
            "upload_time_iso_8601": "2024-08-09T13:58:18.582368Z",
            "url": "https://files.pythonhosted.org/packages/52/a9/5e6bee8035c3afb405fdd84774709e837161a223ddc9c0906797ad06b6a7/pysted-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b48f12891f6c9c94e4c132227b84732844e585c025ff96f8771c3ee028d68967",
                "md5": "69086b35f41617aeebaab2dc02d9bd3e",
                "sha256": "34076a08d9a3eccede1e97a7ccf7b3abd85539840b4d06fca08c458b372b8266"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "69086b35f41617aeebaab2dc02d9bd3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3085165,
            "upload_time": "2024-08-09T13:58:19",
            "upload_time_iso_8601": "2024-08-09T13:58:19.800057Z",
            "url": "https://files.pythonhosted.org/packages/b4/8f/12891f6c9c94e4c132227b84732844e585c025ff96f8771c3ee028d68967/pysted-0.0.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec1e45aaec10334c0961cc2cf2bbf48805e404573f5a74dd2b47087e445de51e",
                "md5": "d6d73a7072adccbb2520e6d7622f5eea",
                "sha256": "57e930238d6783bf761154252a17b736f01dd07fea4b7b08dea6ac47733fb412"
            },
            "downloads": -1,
            "filename": "pysted-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d6d73a7072adccbb2520e6d7622f5eea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2871104,
            "upload_time": "2024-08-09T13:58:21",
            "upload_time_iso_8601": "2024-08-09T13:58:21.340972Z",
            "url": "https://files.pythonhosted.org/packages/ec/1e/45aaec10334c0961cc2cf2bbf48805e404573f5a74dd2b47087e445de51e/pysted-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-09 13:58:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FLClab",
    "github_project": "pySTED",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": []
        },
        {
            "name": "cycler",
            "specs": []
        },
        {
            "name": "Cython",
            "specs": []
        },
        {
            "name": "decorator",
            "specs": []
        },
        {
            "name": "imageio",
            "specs": []
        },
        {
            "name": "kiwisolver",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pyparsing",
            "specs": []
        },
        {
            "name": "python-dateutil",
            "specs": []
        },
        {
            "name": "PyWavelets",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "tifffile",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "pyqt5",
            "specs": []
        }
    ],
    "lcname": "pysted"
}
        
Elapsed time: 4.01172s