peak-finder-app


Namepeak-finder-app JSON
Version 0.1.0b4 PyPI version JSON
download
home_pagehttps://www.mirageoscience.com/mining-industry-software/python-integration/
SummaryPeak Finder App
upload_time2024-05-06 01:58:04
maintainerDominique Fournier
docs_urlNone
authorMira Geoscience
requires_python<3.11,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            |coverage| |precommit_ci| |docs| |style| |version| |status| |pyversions|


.. |docs| image:: https://readthedocs.org/projects/peak-finder-app/badge/
    :alt: Documentation Status
    :target: https://peak-finder-app.readthedocs.io/en/latest/?badge=latest

.. |coverage| image:: https://codecov.io/gh/MiraGeoscience/peak-finder-app/branch/develop/graph/badge.svg
    :alt: Code coverage
    :target: https://codecov.io/gh/MiraGeoscience/peak-finder-app

.. |style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :alt: Coding style
    :target: https://github.com/pf/black

.. |version| image:: https://img.shields.io/pypi/v/peak-finder-app.svg
    :alt: version on PyPI
    :target: https://pypi.python.org/pypi/peak-finder-app/

.. |status| image:: https://img.shields.io/pypi/status/peak-finder-app.svg
    :alt: version status on PyPI
    :target: https://pypi.python.org/pypi/peak-finder-app/

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/peak-finder-app.svg
    :alt: Python versions
    :target: https://pypi.python.org/pypi/peak-finder-app/

.. |precommit_ci| image:: https://results.pre-commit.ci/badge/github/MiraGeoscience/peak-finder-app/develop.svg
    :alt: pre-commit.ci status
    :target: https://results.pre-commit.ci/latest/github/MiraGeoscience/peak-finder-app/develop

.. .. |maintainability| image:: https://api.codeclimate.com/v1/badges/_token_/maintainability
..    :target: https://codeclimate.com/github/MiraGeoscience/peak-finder-app/maintainability
..    :alt: Maintainability


Peak-Finder-App
===============
**peak-finder-app** is a package for the detection and grouping of time-domain
electromagnetic (TEM) anomalies measured along flight lines.


Documentation
^^^^^^^^^^^^^
`Online documentation <https://mirageoscience-peak-finder-app.readthedocs-hosted.com/en/latest/>`_


Installation
^^^^^^^^^^^^
**peak-finder-app** is currently written for Python 3.10 or higher.


Install Conda
-------------

To install **peak-finder-app**, you need to install **Conda** first.

We recommend to install **Conda** using `miniforge`_.

.. _miniforge: https://github.com/conda-forge/miniforge

Within a conda environment
--------------------------

You can install (or update) a conda environment with all the requires packages to run **peak-finder-app**.
To do so you can directly run the **Install_or_Update.bat** file by double left clicking on it.

Install with conda
------------------

You can install the package using ``conda`` and the ``.lock`` files from a conda prompt:

.. code-block:: bash

  conda env create -n my-env -f environments/[the_desired_env].lock.yml

Install with PyPI
-----------------

You should not install the package from PyPI, as the app requires conda packages to run.
Still, you can install it in a conda environment without its dependencies (``--no-deps``).

From PyPI
~~~~~~~~~

To install the **peak-finder-app** package published on PyPI:

.. code-block:: bash

    pip install -U --no-deps peak-finder-app

From a Git tag or branch
~~~~~~~~~~~~~~~~~~~~~~~~
If the package is not on PiPY yet, you can install it from a Git tag:

.. code-block:: bash

    pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/peak-finder-app/archive/refs/tags/TAG.zip

Or to install the latest changes available on a given Git branch:

.. code-block:: bash

    pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/peak-finder-app/archive/refs/heads/BRANCH.zip

.. note::
    The ``--force-reinstall`` option is used to make sure the updated version
    of the sources is installed, and not the cached version, even if the version number
    did not change. The ``-U`` or ``--upgrade`` option is used to make sure to get the latest version,
    on not merely reinstall the same version. As the package is aimed to be in a **Conda environment**, the option ``--no-deps`` is used to avoid installing the dependencies with pip, as they will be installed with conda.

From a local copy of the sources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have a git clone of the package sources locally,
you can install **peak-finder-app** from the local copy of the sources with:

.. code-block:: bash

    pip install -U --force-reinstall path/to/project_folder_with_pyproject_toml

Or in **editable mode**, so that you can edit the sources and see the effect immediately at runtime:

.. code-block:: bash

    pip install -e -U --force-reinstall path/to/project_folder_with_pyproject_toml


License
^^^^^^^
MIT License

Copyright (c) 2024 Mira Geoscience

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Third Party Software
^^^^^^^^^^^^^^^^^^^^
The peak-finder-app Software may provide links to third party libraries or code (collectively “Third Party Software”)
to implement various functions. Third Party Software does not comprise part of the Software.
The use of Third Party Software is governed by the terms of such software license(s).
Third Party Software notices and/or additional terms and conditions are located in the
`THIRD_PARTY_SOFTWARE.rst`_ file.

.. _THIRD_PARTY_SOFTWARE.rst: THIRD_PARTY_SOFTWARE.rst

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.mirageoscience.com/mining-industry-software/python-integration/",
    "name": "peak-finder-app",
    "maintainer": "Dominique Fournier",
    "docs_url": null,
    "requires_python": "<3.11,>=3.10",
    "maintainer_email": "dominiquef@mirageoscience.com",
    "keywords": null,
    "author": "Mira Geoscience",
    "author_email": "support@mirageoscience.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/4b/94063ba02f71e81447a79d195e57088a094dd93d88e9d94b57c0b2ec4972/peak_finder_app-0.1.0b4.tar.gz",
    "platform": null,
    "description": "|coverage| |precommit_ci| |docs| |style| |version| |status| |pyversions|\n\n\n.. |docs| image:: https://readthedocs.org/projects/peak-finder-app/badge/\n    :alt: Documentation Status\n    :target: https://peak-finder-app.readthedocs.io/en/latest/?badge=latest\n\n.. |coverage| image:: https://codecov.io/gh/MiraGeoscience/peak-finder-app/branch/develop/graph/badge.svg\n    :alt: Code coverage\n    :target: https://codecov.io/gh/MiraGeoscience/peak-finder-app\n\n.. |style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :alt: Coding style\n    :target: https://github.com/pf/black\n\n.. |version| image:: https://img.shields.io/pypi/v/peak-finder-app.svg\n    :alt: version on PyPI\n    :target: https://pypi.python.org/pypi/peak-finder-app/\n\n.. |status| image:: https://img.shields.io/pypi/status/peak-finder-app.svg\n    :alt: version status on PyPI\n    :target: https://pypi.python.org/pypi/peak-finder-app/\n\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/peak-finder-app.svg\n    :alt: Python versions\n    :target: https://pypi.python.org/pypi/peak-finder-app/\n\n.. |precommit_ci| image:: https://results.pre-commit.ci/badge/github/MiraGeoscience/peak-finder-app/develop.svg\n    :alt: pre-commit.ci status\n    :target: https://results.pre-commit.ci/latest/github/MiraGeoscience/peak-finder-app/develop\n\n.. .. |maintainability| image:: https://api.codeclimate.com/v1/badges/_token_/maintainability\n..    :target: https://codeclimate.com/github/MiraGeoscience/peak-finder-app/maintainability\n..    :alt: Maintainability\n\n\nPeak-Finder-App\n===============\n**peak-finder-app** is a package for the detection and grouping of time-domain\nelectromagnetic (TEM) anomalies measured along flight lines.\n\n\nDocumentation\n^^^^^^^^^^^^^\n`Online documentation <https://mirageoscience-peak-finder-app.readthedocs-hosted.com/en/latest/>`_\n\n\nInstallation\n^^^^^^^^^^^^\n**peak-finder-app** is currently written for Python 3.10 or higher.\n\n\nInstall Conda\n-------------\n\nTo install **peak-finder-app**, you need to install **Conda** first.\n\nWe recommend to install **Conda** using `miniforge`_.\n\n.. _miniforge: https://github.com/conda-forge/miniforge\n\nWithin a conda environment\n--------------------------\n\nYou can install (or update) a conda environment with all the requires packages to run **peak-finder-app**.\nTo do so you can directly run the **Install_or_Update.bat** file by double left clicking on it.\n\nInstall with conda\n------------------\n\nYou can install the package using ``conda`` and the ``.lock`` files from a conda prompt:\n\n.. code-block:: bash\n\n  conda env create -n my-env -f environments/[the_desired_env].lock.yml\n\nInstall with PyPI\n-----------------\n\nYou should not install the package from PyPI, as the app requires conda packages to run.\nStill, you can install it in a conda environment without its dependencies (``--no-deps``).\n\nFrom PyPI\n~~~~~~~~~\n\nTo install the **peak-finder-app** package published on PyPI:\n\n.. code-block:: bash\n\n    pip install -U --no-deps peak-finder-app\n\nFrom a Git tag or branch\n~~~~~~~~~~~~~~~~~~~~~~~~\nIf the package is not on PiPY yet, you can install it from a Git tag:\n\n.. code-block:: bash\n\n    pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/peak-finder-app/archive/refs/tags/TAG.zip\n\nOr to install the latest changes available on a given Git branch:\n\n.. code-block:: bash\n\n    pip install -U --no-deps --force-reinstall https://github.com/MiraGeoscience/peak-finder-app/archive/refs/heads/BRANCH.zip\n\n.. note::\n    The ``--force-reinstall`` option is used to make sure the updated version\n    of the sources is installed, and not the cached version, even if the version number\n    did not change. The ``-U`` or ``--upgrade`` option is used to make sure to get the latest version,\n    on not merely reinstall the same version. As the package is aimed to be in a **Conda environment**, the option ``--no-deps`` is used to avoid installing the dependencies with pip, as they will be installed with conda.\n\nFrom a local copy of the sources\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIf you have a git clone of the package sources locally,\nyou can install **peak-finder-app** from the local copy of the sources with:\n\n.. code-block:: bash\n\n    pip install -U --force-reinstall path/to/project_folder_with_pyproject_toml\n\nOr in **editable mode**, so that you can edit the sources and see the effect immediately at runtime:\n\n.. code-block:: bash\n\n    pip install -e -U --force-reinstall path/to/project_folder_with_pyproject_toml\n\n\nLicense\n^^^^^^^\nMIT License\n\nCopyright (c) 2024 Mira Geoscience\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\nThird Party Software\n^^^^^^^^^^^^^^^^^^^^\nThe peak-finder-app Software may provide links to third party libraries or code (collectively \u201cThird Party Software\u201d)\nto implement various functions. Third Party Software does not comprise part of the Software.\nThe use of Third Party Software is governed by the terms of such software license(s).\nThird Party Software notices and/or additional terms and conditions are located in the\n`THIRD_PARTY_SOFTWARE.rst`_ file.\n\n.. _THIRD_PARTY_SOFTWARE.rst: THIRD_PARTY_SOFTWARE.rst\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Peak Finder App",
    "version": "0.1.0b4",
    "project_urls": {
        "Documentation": "https://mirageoscience-peak-finder-app.readthedocs-hosted.com/",
        "Homepage": "https://www.mirageoscience.com/mining-industry-software/python-integration/",
        "Repository": "https://github.com/MiraGeoscience/peak-finder-app"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "684075e76cdeca1bb37fab7cc918099afb3898d53f800bed235954b9527c0661",
                "md5": "a6c26c6c72949f901c29fad7b87c4fe5",
                "sha256": "7790c1716bbe90d17c1fa847dbe7e61d65d2263c373b1c7442375be8bb0f0010"
            },
            "downloads": -1,
            "filename": "peak_finder_app-0.1.0b4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6c26c6c72949f901c29fad7b87c4fe5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.10",
            "size": 1453430,
            "upload_time": "2024-05-06T01:58:02",
            "upload_time_iso_8601": "2024-05-06T01:58:02.087623Z",
            "url": "https://files.pythonhosted.org/packages/68/40/75e76cdeca1bb37fab7cc918099afb3898d53f800bed235954b9527c0661/peak_finder_app-0.1.0b4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44b94063ba02f71e81447a79d195e57088a094dd93d88e9d94b57c0b2ec4972",
                "md5": "42026f4593f47964ad78f178020374c6",
                "sha256": "6a4769f16f75502ef66732076ad2caa7f17e411033aec52ad27cdd218571b933"
            },
            "downloads": -1,
            "filename": "peak_finder_app-0.1.0b4.tar.gz",
            "has_sig": false,
            "md5_digest": "42026f4593f47964ad78f178020374c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.10",
            "size": 1444590,
            "upload_time": "2024-05-06T01:58:04",
            "upload_time_iso_8601": "2024-05-06T01:58:04.985584Z",
            "url": "https://files.pythonhosted.org/packages/f4/4b/94063ba02f71e81447a79d195e57088a094dd93d88e9d94b57c0b2ec4972/peak_finder_app-0.1.0b4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 01:58:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MiraGeoscience",
    "github_project": "peak-finder-app",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "peak-finder-app"
}
        
Elapsed time: 0.31728s