isp_tensors


Nameisp_tensors JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/csaybar/isp-tensors
SummaryThis is a template repository for Python projects that use Poetry for their dependency management.
upload_time2023-11-20 01:59:35
maintainer
docs_urlNone
authorCesar Aybar
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # isp-tensors

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

This is a template repository for Python projects that use Poetry for their dependency management.

- **Github repository**: <https://github.com/csaybar/isp-tensors/>
- **Documentation** <https://csaybar.github.io/isp-tensors/>

<center>
<img src="docs/specification.png" width="400" height="400" /

</center>

## 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/isp-tensors.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/isp-tensors/settings/secrets/actions/new).
- Create a [new release](https://github.com/csaybar/isp-tensors/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/isp-tensors",
    "name": "isp_tensors",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cesar Aybar",
    "author_email": "fcesaraybar@uv.es",
    "download_url": "https://files.pythonhosted.org/packages/27/c7/0bfdc75ff6419ef6c327fe5ca79a61072ca21491581d1ed502ddcdc2f6b8/isp_tensors-0.0.1.tar.gz",
    "platform": null,
    "description": "# isp-tensors\n\n[![Release](https://img.shields.io/github/v/release/csaybar/isp-tensors)](https://img.shields.io/github/v/release/csaybar/isp-tensors)\n[![Build status](https://img.shields.io/github/actions/workflow/status/csaybar/isp-tensors/main.yml?branch=main)](https://github.com/csaybar/isp-tensors/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/csaybar/isp-tensors/branch/main/graph/badge.svg)](https://codecov.io/gh/csaybar/isp-tensors)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/csaybar/isp-tensors)](https://img.shields.io/github/commit-activity/m/csaybar/isp-tensors)\n[![License](https://img.shields.io/github/license/csaybar/isp-tensors)](https://img.shields.io/github/license/csaybar/isp-tensors)\n\nThis is a template repository for Python projects that use Poetry for their dependency management.\n\n- **Github repository**: <https://github.com/csaybar/isp-tensors/>\n- **Documentation** <https://csaybar.github.io/isp-tensors/>\n\n<center>\n<img src=\"docs/specification.png\" width=\"400\" height=\"400\" /\n\n</center>\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/isp-tensors.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/isp-tensors/settings/secrets/actions/new).\n- Create a [new release](https://github.com/csaybar/isp-tensors/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",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a template repository for Python projects that use Poetry for their dependency management.",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://csaybar.github.io/isp-tensors/",
        "Homepage": "https://github.com/csaybar/isp-tensors",
        "Repository": "https://github.com/csaybar/isp-tensors"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ac3c19f11c859aea5afe74ed0efd8c0d181ef025d85a0b3fa73372bdf1d18bb",
                "md5": "ce9bcf27306e425ad0d49e17795509b3",
                "sha256": "45965c65a7b434e3b7d61120f463dc18418bece92eaec001d520a91c4fdd0248"
            },
            "downloads": -1,
            "filename": "isp_tensors-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce9bcf27306e425ad0d49e17795509b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5354,
            "upload_time": "2023-11-20T01:59:33",
            "upload_time_iso_8601": "2023-11-20T01:59:33.473409Z",
            "url": "https://files.pythonhosted.org/packages/4a/c3/c19f11c859aea5afe74ed0efd8c0d181ef025d85a0b3fa73372bdf1d18bb/isp_tensors-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27c70bfdc75ff6419ef6c327fe5ca79a61072ca21491581d1ed502ddcdc2f6b8",
                "md5": "8bacec2bd1afd1e50ef140560502cfda",
                "sha256": "b08811e49243fe74a9312775f468ce545bf7598253ac04ac8c4a09b2e9e35be5"
            },
            "downloads": -1,
            "filename": "isp_tensors-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8bacec2bd1afd1e50ef140560502cfda",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 5055,
            "upload_time": "2023-11-20T01:59:35",
            "upload_time_iso_8601": "2023-11-20T01:59:35.027651Z",
            "url": "https://files.pythonhosted.org/packages/27/c7/0bfdc75ff6419ef6c327fe5ca79a61072ca21491581d1ed502ddcdc2f6b8/isp_tensors-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 01:59:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csaybar",
    "github_project": "isp-tensors",
    "github_not_found": true,
    "lcname": "isp_tensors"
}
        
Elapsed time: 0.32498s