opensr-mamba


Nameopensr-mamba JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/csaybar/opensr-mamba
SummaryA python package to super-resolve Sentinel-2 imagery
upload_time2024-09-02 08:54:20
maintainerNone
docs_urlNone
authorCesar Aybar
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opensr-mamba

[![Release](https://img.shields.io/github/v/release/csaybar/opensr-mamba)](https://img.shields.io/github/v/release/csaybar/opensr-mamba)
[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/opensr-mamba/main.yml?branch=main)](https://github.com/csaybar/opensr-mamba/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/csaybar/opensr-mamba/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/opensr-mamba)
[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/opensr-mamba)](https://img.shields.io/github/commit-activity/m/csaybar/opensr-mamba)
[![License](https://img.shields.io/github/license/csaybar/opensr-mamba)](https://img.shields.io/github/license/csaybar/opensr-mamba)

A python package to super-resolve Sentinel-2 imagery

- **Github repository**: <https://github.com/csaybar/opensr-mamba/>
- **Documentation** <https://csaybar.github.io/opensr-mamba/>

## Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:csaybar/opensr-mamba.git
git push -u origin main
```

Finally, install the environment and the pre-commit hooks with

```bash
make install
```

You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPi or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).

## Releasing a new version

- Create an API Token on [Pypi](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/csaybar/opensr-mamba/settings/secrets/actions/new).
- Create a [new release](https://github.com/csaybar/opensr-mamba/releases/new) on Github.
- Create a new tag in the form `*.*.*`.

For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/csaybar/opensr-mamba",
    "name": "opensr-mamba",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Cesar Aybar",
    "author_email": "fcesar.aybar@uv.es",
    "download_url": "https://files.pythonhosted.org/packages/0b/45/df5438136dc0892ec61107f79f1fe55317f4891b7d9404ead18ab4c7b863/opensr_mamba-0.0.1.tar.gz",
    "platform": null,
    "description": "# opensr-mamba\n\n[![Release](https://img.shields.io/github/v/release/csaybar/opensr-mamba)](https://img.shields.io/github/v/release/csaybar/opensr-mamba)\n[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/opensr-mamba/main.yml?branch=main)](https://github.com/csaybar/opensr-mamba/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/csaybar/opensr-mamba/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/opensr-mamba)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/opensr-mamba)](https://img.shields.io/github/commit-activity/m/csaybar/opensr-mamba)\n[![License](https://img.shields.io/github/license/csaybar/opensr-mamba)](https://img.shields.io/github/license/csaybar/opensr-mamba)\n\nA python package to super-resolve Sentinel-2 imagery\n\n- **Github repository**: <https://github.com/csaybar/opensr-mamba/>\n- **Documentation** <https://csaybar.github.io/opensr-mamba/>\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:csaybar/opensr-mamba.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPi or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).\n\n## Releasing a new version\n\n- Create an API Token on [Pypi](https://pypi.org/).\n- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/csaybar/opensr-mamba/settings/secrets/actions/new).\n- Create a [new release](https://github.com/csaybar/opensr-mamba/releases/new) on Github.\n- Create a new tag in the form `*.*.*`.\n\nFor more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package to super-resolve Sentinel-2 imagery",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://csaybar.github.io/opensr-mamba/",
        "Homepage": "https://github.com/csaybar/opensr-mamba",
        "Repository": "https://github.com/csaybar/opensr-mamba"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64599da64234a9ac3235974b91cf4afbe30ccfaee36af645d8dd3a65c3642d24",
                "md5": "090b295dc016c20f303a47e55980054c",
                "sha256": "b4f96a2bb85142e78ea23461204b8fdba3e057850ce9ff62556e46667d7e9447"
            },
            "downloads": -1,
            "filename": "opensr_mamba-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "090b295dc016c20f303a47e55980054c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5441034,
            "upload_time": "2024-09-02T08:54:18",
            "upload_time_iso_8601": "2024-09-02T08:54:18.001413Z",
            "url": "https://files.pythonhosted.org/packages/64/59/9da64234a9ac3235974b91cf4afbe30ccfaee36af645d8dd3a65c3642d24/opensr_mamba-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b45df5438136dc0892ec61107f79f1fe55317f4891b7d9404ead18ab4c7b863",
                "md5": "d4c7115a666206ce9f2f2c2fc2ccedeb",
                "sha256": "d00d1c3fce0ca67c3265301e281cd33dad856ffc03cae765df60f052acdc6a79"
            },
            "downloads": -1,
            "filename": "opensr_mamba-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d4c7115a666206ce9f2f2c2fc2ccedeb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 5439098,
            "upload_time": "2024-09-02T08:54:20",
            "upload_time_iso_8601": "2024-09-02T08:54:20.675878Z",
            "url": "https://files.pythonhosted.org/packages/0b/45/df5438136dc0892ec61107f79f1fe55317f4891b7d9404ead18ab4c7b863/opensr_mamba-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 08:54:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csaybar",
    "github_project": "opensr-mamba",
    "github_not_found": true,
    "lcname": "opensr-mamba"
}
        
Elapsed time: 0.58770s