enpt-enmapboxapp


Nameenpt-enmapboxapp JSON
Version 0.8.5 PyPI version JSON
download
home_pagehttps://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp
SummaryA QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).
upload_time2024-02-09 21:05:02
maintainer
docs_urlNone
authorDaniel Scheffler
requires_python>=3.8
licenseGPL-3.0-or-later
keywords enpt_enmapboxapp enmap enmap-box hyperspectral remote sensing satellite processing chain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/main/pipeline.svg
        :target: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/commits/main
.. image:: https://img.shields.io/pypi/v/enpt_enmapboxapp.svg
        :target: https://pypi.python.org/pypi/enpt_enmapboxapp
.. image:: https://img.shields.io/conda/vn/conda-forge/enpt_enmapboxapp.svg
        :target: https://anaconda.org/conda-forge/enpt_enmapboxapp
.. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/main/coverage.svg
        :target: coverage_
.. image:: https://img.shields.io/static/v1?label=Documentation&message=GitLab%20Pages&color=orange
        :target: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/
.. image:: https://img.shields.io/pypi/l/enpt_enmapboxapp.svg
        :target: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg
        :target: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg
.. image:: https://img.shields.io/pypi/dm/enpt_enmapboxapp.svg
        :target: https://pypi.python.org/pypi/enpt_enmapboxapp


================
enpt_enmapboxapp
================

A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).

* Free software: GNU General Public License v3 or later (GPLv3+)
* Documentation: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/

See also the latest coverage_ report and the pytest_ HTML report.


How the GUI looks like
----------------------

.. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/raw/main/docs/images/screenshot_enpt_enmapboxapp_v0.6.0.png
    :width: 1046 px
    :height: 876 px
    :scale: 70 %


Credits
-------
This software was developed within the context of the EnMAP project supported by the DLR Space Administration with
funds of the German Federal Ministry of Economic Affairs and Energy (on the basis of a decision by the German
Bundestag: 50 EE 1529) and contributions from DLR, GFZ and OHB System AG.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/coverage/
.. _pytest: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/test_reports/report.html


=======
History
=======


0.8.5 (2024-01-05)
------------------

* Adapted GUI to upstream changes of the EnPT ortho_resampAlg parameter.
  Changed default resampling for orthorectification to bilinear (!49).


0.8.4 (2024-01-05)
------------------

* Updated copyright (!48).
* Added output_nodata_value parameter (!47) and increased minimal EnPT version to 0.19.7.


0.8.3 (2023-12-21)
------------------

* Added a warning in case POLYMER is found but incorrectly installed (!43).
* Dropped importlib-metadata as Python 3.7 is not supported anymore (!44).
* Improved EnPT backend check during setup (!44).
* Revised conda environment files (!45).
* Set default of auto_download_ecmwf parameter to True (!46).


0.8.2 (2023-12-21)
------------------

* Improved the check to detect internally installed EnPT backend (!41).
* Added EnPT backend version to About dialog (!42).


0.8.1 (2023-12-08)
------------------

* Removed root level imports to avoid breaking the conda-forge builds which do not package qgis and enmapbox.


0.8.0 (2023-12-07)
------------------

* Updated CI to use the Python 3.11, QGIS 3.34.1, and the EnMAP-Box 3.13.2 (!37).
* Fixed #24 ('make docs html' causes SegmentationFault) (!37).
* Fixed installation CI test (closes #29) (!38).
* Added compatibility for Python 3.11 and dropped Python 3.7 support due to EOL status (!39).
* Added conda-forge badge to README.rst.


0.7.10 (2023-12-06)
-------------------

* Fixed an issue where EnPT is not detected to be installed externally
  if QGIS is started from the EnPT repository root (!36).
* Improved error message when no 'enpt' environment is found within specified conda installation (!36).
* Added useful error message if the enpt executable script is not found within the external enpt environment (!36).
* Fixed #33 ([WINDOWS] EnPT run script not found after installing enpt_enmapboxapp from conda.) (!36).


0.7.9 (2023-12-06)
------------------

* Fixed #31 (Module not found 'packaging' when calling build --sdist) (!35).
* Replaced deprecated calls of pkgutil (!35).
* Included twine and build as deploy requirements (!35).


0.7.8 (2023-11-16)
------------------

* Fixed #30 (Error in executing EnPT...) (!34).


0.7.6 (2023-03-21)
------------------

* Removed root level imports.


0.7.5 (2023-03-17)
------------------

* Improved test_enpt_enmapboxapp_install (!30).
* Added typeguard to enmap-box requirements.
* Updated CI runner and included the latest EnMAP-Box version into CI (!33).
* Added a check if the minimum required version of EnPT is installed (!32).
* Added polymer_additional_results parameter (!31).


0.7.4 (2023-01-19)
------------------

* Disabled the dead pixel correction by default (already done within L1 processing) and changed the default approach of
  the the dead pixel correction from spectral to spatial interpolation (!29).


0.7.3 (2023-01-17)
------------------

* Fixed ValueError related with the output_interleave parameter (!28).


0.7.2 (2023-01-06)
------------------

* Added output data interleave parameter (!25).
* Fixed deprecated URLs (!26).
* Updated copyright (!27).


0.7.1 (2022-08-26)
------------------

* Fixed incorrect method name in the context of the alphanumeric menu entry (!24).


0.7.0 (2022-08-26)
------------------

* Alphanumeric order is now preserved when adding the EnPT entry into the menu in the EnMAP-Box (!16).
* Migrated test calls from nosetests to pytest and implemented new test report (!17).
* Fixed CI tests, they now use EnMAP-Box 3.9 + QGIS 3.18 (!18, !19, !20).
* Refactored 'Anaconda' to 'Conda' to also include Miniconda, MiniForge, and MambaForge (!22).
* Dropped Python 3.6 support due to end-of-life status.
* Pinned Python in CI test environment to <3.9 to avoid incompatibility with QGIS 3.18 (!23).


0.6.3 (2022-02-15)
------------------

* Fixed "No output raster was written" error message in case out BIL or BIP output interleave.


0.6.2 (2021-06-23)
------------------

* Disabled parameters that are currently not implemented in EnPT.


0.6.1 (2021-06-18)
------------------

* Revised output and exception handling.
* Revised code to get rid of code duplicates.
* Small bug fixes.
* Set test_enpt_enmapboxapp_install CI job to 'manual' for now.


0.6.0 (2021-06-16)
------------------

* Added parameters related to three new AC modes in EnPT and ACwater.
* Revised descriptions and titles all over the GUI.
* Revised 'optional' flags.
* Improved connection of the QGIS feedback object to EnPT STDOUT and STDERR stream to fix missing log messages on Linux.
* Updated GUI screenshots and installation.rst.


0.5.0 (2021-06-04)
------------------

* 'make lint' now additionally prints the log outputs.
* Replaced deprecated URLs. Fixed 'make lint'.
* Removed classifiers for Python<=3.5.
* Split  enpt_enmapboxapp.py into separate modules - one on case EnPT is installed externally and
  one in case it is part of the QGIS environment. Added EnPTAlgorithm for the latter case and respective test.
* Adapted new --exclude-patterns parameter of urlchecker.
* The EnPTAlgorithm class now also uses a subcommand to run EnPT to be able to use multiprocessing.
* Updated EnPT entry point.
* Flagged many GUI parameters as 'advanced' to hide them by default.
* Replaced QgsProcessingParameter with QgsProcessingParameterRasterLayer where it makes sense (adds a dropdown menu).
* Avoid crash in case output directory is not set by the user.
* Revised GUI parameters, added dropdown menus.


0.4.7 (2021-01-11)
------------------

* Updated GitLab URLs due to changes on the server side.
* Moved enmap-box, sicor and enpt download from build_enpt_enmapboxapp_testsuite_image.sh to new before_script.sh
  and adjusted 'make gitlab_CI_docker' accordingly.


0.4.6 (2020-12-10)
------------------

* Added URL checker and corresponding CI job.
* Fixed all dead URLs.
* Removed travis related files.


0.4.5 (2020-11-27)
------------------

* Replaced deprecated 'source activate' by 'conda activate'.
* Replaced deprecated add_stylesheet() method by add_css_file() in conf.py.
* Use SPDX license identifier.


0.4.4 (2020-03-26)
------------------

* Replaced deprecated HTTP links.


0.4.3 (2020-03-26)
------------------

* Fixed broken 'pip install enpt_enmapboxapp' on Windows (fixes issue #17).


0.4.2 (2020-03-26)
------------------

* added parameter 'vswir_overlap_algorithm'


0.4.1 (2020-03-26)
------------------

* nosetests are now properly working:
  EnPT is called with the given GUI parameters and sends back a file containing all received parameters
  -> fixes issue #13 (closed)
* fixed Linux implementation
* improved error messages in case not all software components are properly installed


0.4.0 (2020-03-25)
------------------

* EnPT can now be interrupted by pressing the cancel button.
* Replaced placeholder app with a link to start the GUI.
* Added an About-Dialog.
* The package is now publicly available.
* Added PyPI upload.


0.3.0 (2020-01-28)
------------------

* The EnPT output is now properly displayed in the log window during EnPT runtime
* Code improvements
* Some minor documentation improvements


0.2.0 (2020-01-17)
------------------

* The GUI app is now working together with the EnPT backend installed in a separate Conda environment.
* Many improvements.
* Added documentation.



0.1.0 (2018-07-05)
------------------

* First release on GitLab.

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp",
    "name": "enpt-enmapboxapp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "enpt_enmapboxapp,EnMAP,EnMAP-Box,hyperspectral,remote sensing,satellite,processing chain",
    "author": "Daniel Scheffler",
    "author_email": "danschef@gfz-potsdam.de",
    "download_url": "https://files.pythonhosted.org/packages/d4/b8/28e3fa54a12f15619c527df0b5d595b27a145d5a91f3a78fe9950cc55b58/enpt_enmapboxapp-0.8.5.tar.gz",
    "platform": null,
    "description": ".. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/main/pipeline.svg\n        :target: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/commits/main\n.. image:: https://img.shields.io/pypi/v/enpt_enmapboxapp.svg\n        :target: https://pypi.python.org/pypi/enpt_enmapboxapp\n.. image:: https://img.shields.io/conda/vn/conda-forge/enpt_enmapboxapp.svg\n        :target: https://anaconda.org/conda-forge/enpt_enmapboxapp\n.. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/badges/main/coverage.svg\n        :target: coverage_\n.. image:: https://img.shields.io/static/v1?label=Documentation&message=GitLab%20Pages&color=orange\n        :target: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/\n.. image:: https://img.shields.io/pypi/l/enpt_enmapboxapp.svg\n        :target: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/blob/main/LICENSE\n.. image:: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg\n        :target: https://img.shields.io/pypi/pyversions/enpt_enmapboxapp.svg\n.. image:: https://img.shields.io/pypi/dm/enpt_enmapboxapp.svg\n        :target: https://pypi.python.org/pypi/enpt_enmapboxapp\n\n\n================\nenpt_enmapboxapp\n================\n\nA QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).\n\n* Free software: GNU General Public License v3 or later (GPLv3+)\n* Documentation: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/doc/\n\nSee also the latest coverage_ report and the pytest_ HTML report.\n\n\nHow the GUI looks like\n----------------------\n\n.. image:: https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/raw/main/docs/images/screenshot_enpt_enmapboxapp_v0.6.0.png\n    :width: 1046 px\n    :height: 876 px\n    :scale: 70 %\n\n\nCredits\n-------\nThis software was developed within the context of the EnMAP project supported by the DLR Space Administration with\nfunds of the German Federal Ministry of Economic Affairs and Energy (on the basis of a decision by the German\nBundestag: 50 EE 1529) and contributions from DLR, GFZ and OHB System AG.\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _coverage: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/coverage/\n.. _pytest: https://enmap.git-pages.gfz-potsdam.de/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp/test_reports/report.html\n\n\n=======\nHistory\n=======\n\n\n0.8.5 (2024-01-05)\n------------------\n\n* Adapted GUI to upstream changes of the EnPT ortho_resampAlg parameter.\n  Changed default resampling for orthorectification to bilinear (!49).\n\n\n0.8.4 (2024-01-05)\n------------------\n\n* Updated copyright (!48).\n* Added output_nodata_value parameter (!47) and increased minimal EnPT version to 0.19.7.\n\n\n0.8.3 (2023-12-21)\n------------------\n\n* Added a warning in case POLYMER is found but incorrectly installed (!43).\n* Dropped importlib-metadata as Python 3.7 is not supported anymore (!44).\n* Improved EnPT backend check during setup (!44).\n* Revised conda environment files (!45).\n* Set default of auto_download_ecmwf parameter to True (!46).\n\n\n0.8.2 (2023-12-21)\n------------------\n\n* Improved the check to detect internally installed EnPT backend (!41).\n* Added EnPT backend version to About dialog (!42).\n\n\n0.8.1 (2023-12-08)\n------------------\n\n* Removed root level imports to avoid breaking the conda-forge builds which do not package qgis and enmapbox.\n\n\n0.8.0 (2023-12-07)\n------------------\n\n* Updated CI to use the Python 3.11, QGIS 3.34.1, and the EnMAP-Box 3.13.2 (!37).\n* Fixed #24 ('make docs html' causes SegmentationFault) (!37).\n* Fixed installation CI test (closes #29) (!38).\n* Added compatibility for Python 3.11 and dropped Python 3.7 support due to EOL status (!39).\n* Added conda-forge badge to README.rst.\n\n\n0.7.10 (2023-12-06)\n-------------------\n\n* Fixed an issue where EnPT is not detected to be installed externally\n  if QGIS is started from the EnPT repository root (!36).\n* Improved error message when no 'enpt' environment is found within specified conda installation (!36).\n* Added useful error message if the enpt executable script is not found within the external enpt environment (!36).\n* Fixed #33 ([WINDOWS] EnPT run script not found after installing enpt_enmapboxapp from conda.) (!36).\n\n\n0.7.9 (2023-12-06)\n------------------\n\n* Fixed #31 (Module not found 'packaging' when calling build --sdist) (!35).\n* Replaced deprecated calls of pkgutil (!35).\n* Included twine and build as deploy requirements (!35).\n\n\n0.7.8 (2023-11-16)\n------------------\n\n* Fixed #30 (Error in executing EnPT...) (!34).\n\n\n0.7.6 (2023-03-21)\n------------------\n\n* Removed root level imports.\n\n\n0.7.5 (2023-03-17)\n------------------\n\n* Improved test_enpt_enmapboxapp_install (!30).\n* Added typeguard to enmap-box requirements.\n* Updated CI runner and included the latest EnMAP-Box version into CI (!33).\n* Added a check if the minimum required version of EnPT is installed (!32).\n* Added polymer_additional_results parameter (!31).\n\n\n0.7.4 (2023-01-19)\n------------------\n\n* Disabled the dead pixel correction by default (already done within L1 processing) and changed the default approach of\n  the the dead pixel correction from spectral to spatial interpolation (!29).\n\n\n0.7.3 (2023-01-17)\n------------------\n\n* Fixed ValueError related with the output_interleave parameter (!28).\n\n\n0.7.2 (2023-01-06)\n------------------\n\n* Added output data interleave parameter (!25).\n* Fixed deprecated URLs (!26).\n* Updated copyright (!27).\n\n\n0.7.1 (2022-08-26)\n------------------\n\n* Fixed incorrect method name in the context of the alphanumeric menu entry (!24).\n\n\n0.7.0 (2022-08-26)\n------------------\n\n* Alphanumeric order is now preserved when adding the EnPT entry into the menu in the EnMAP-Box (!16).\n* Migrated test calls from nosetests to pytest and implemented new test report (!17).\n* Fixed CI tests, they now use EnMAP-Box 3.9 + QGIS 3.18 (!18, !19, !20).\n* Refactored 'Anaconda' to 'Conda' to also include Miniconda, MiniForge, and MambaForge (!22).\n* Dropped Python 3.6 support due to end-of-life status.\n* Pinned Python in CI test environment to <3.9 to avoid incompatibility with QGIS 3.18 (!23).\n\n\n0.6.3 (2022-02-15)\n------------------\n\n* Fixed \"No output raster was written\" error message in case out BIL or BIP output interleave.\n\n\n0.6.2 (2021-06-23)\n------------------\n\n* Disabled parameters that are currently not implemented in EnPT.\n\n\n0.6.1 (2021-06-18)\n------------------\n\n* Revised output and exception handling.\n* Revised code to get rid of code duplicates.\n* Small bug fixes.\n* Set test_enpt_enmapboxapp_install CI job to 'manual' for now.\n\n\n0.6.0 (2021-06-16)\n------------------\n\n* Added parameters related to three new AC modes in EnPT and ACwater.\n* Revised descriptions and titles all over the GUI.\n* Revised 'optional' flags.\n* Improved connection of the QGIS feedback object to EnPT STDOUT and STDERR stream to fix missing log messages on Linux.\n* Updated GUI screenshots and installation.rst.\n\n\n0.5.0 (2021-06-04)\n------------------\n\n* 'make lint' now additionally prints the log outputs.\n* Replaced deprecated URLs. Fixed 'make lint'.\n* Removed classifiers for Python<=3.5.\n* Split  enpt_enmapboxapp.py into separate modules - one on case EnPT is installed externally and\n  one in case it is part of the QGIS environment. Added EnPTAlgorithm for the latter case and respective test.\n* Adapted new --exclude-patterns parameter of urlchecker.\n* The EnPTAlgorithm class now also uses a subcommand to run EnPT to be able to use multiprocessing.\n* Updated EnPT entry point.\n* Flagged many GUI parameters as 'advanced' to hide them by default.\n* Replaced QgsProcessingParameter with QgsProcessingParameterRasterLayer where it makes sense (adds a dropdown menu).\n* Avoid crash in case output directory is not set by the user.\n* Revised GUI parameters, added dropdown menus.\n\n\n0.4.7 (2021-01-11)\n------------------\n\n* Updated GitLab URLs due to changes on the server side.\n* Moved enmap-box, sicor and enpt download from build_enpt_enmapboxapp_testsuite_image.sh to new before_script.sh\n  and adjusted 'make gitlab_CI_docker' accordingly.\n\n\n0.4.6 (2020-12-10)\n------------------\n\n* Added URL checker and corresponding CI job.\n* Fixed all dead URLs.\n* Removed travis related files.\n\n\n0.4.5 (2020-11-27)\n------------------\n\n* Replaced deprecated 'source activate' by 'conda activate'.\n* Replaced deprecated add_stylesheet() method by add_css_file() in conf.py.\n* Use SPDX license identifier.\n\n\n0.4.4 (2020-03-26)\n------------------\n\n* Replaced deprecated HTTP links.\n\n\n0.4.3 (2020-03-26)\n------------------\n\n* Fixed broken 'pip install enpt_enmapboxapp' on Windows (fixes issue #17).\n\n\n0.4.2 (2020-03-26)\n------------------\n\n* added parameter 'vswir_overlap_algorithm'\n\n\n0.4.1 (2020-03-26)\n------------------\n\n* nosetests are now properly working:\n  EnPT is called with the given GUI parameters and sends back a file containing all received parameters\n  -> fixes issue #13 (closed)\n* fixed Linux implementation\n* improved error messages in case not all software components are properly installed\n\n\n0.4.0 (2020-03-25)\n------------------\n\n* EnPT can now be interrupted by pressing the cancel button.\n* Replaced placeholder app with a link to start the GUI.\n* Added an About-Dialog.\n* The package is now publicly available.\n* Added PyPI upload.\n\n\n0.3.0 (2020-01-28)\n------------------\n\n* The EnPT output is now properly displayed in the log window during EnPT runtime\n* Code improvements\n* Some minor documentation improvements\n\n\n0.2.0 (2020-01-17)\n------------------\n\n* The GUI app is now working together with the EnPT backend installed in a separate Conda environment.\n* Many improvements.\n* Added documentation.\n\n\n\n0.1.0 (2018-07-05)\n------------------\n\n* First release on GitLab.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A QGIS EnMAPBox plugin providing a GUI for the EnMAP processing tools (EnPT).",
    "version": "0.8.5",
    "project_urls": {
        "Homepage": "https://git.gfz-potsdam.de/EnMAP/GFZ_Tools_EnMAP_BOX/enpt_enmapboxapp"
    },
    "split_keywords": [
        "enpt_enmapboxapp",
        "enmap",
        "enmap-box",
        "hyperspectral",
        "remote sensing",
        "satellite",
        "processing chain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4b828e3fa54a12f15619c527df0b5d595b27a145d5a91f3a78fe9950cc55b58",
                "md5": "13b92df95b7a1704143b28e990f1217c",
                "sha256": "74aebd1852e4207b8e2b4fa3703abcbee50b565850316b778acee361e310dec1"
            },
            "downloads": -1,
            "filename": "enpt_enmapboxapp-0.8.5.tar.gz",
            "has_sig": false,
            "md5_digest": "13b92df95b7a1704143b28e990f1217c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 911391,
            "upload_time": "2024-02-09T21:05:02",
            "upload_time_iso_8601": "2024-02-09T21:05:02.034837Z",
            "url": "https://files.pythonhosted.org/packages/d4/b8/28e3fa54a12f15619c527df0b5d595b27a145d5a91f3a78fe9950cc55b58/enpt_enmapboxapp-0.8.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 21:05:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "enpt-enmapboxapp"
}
        
Elapsed time: 0.18830s