# Shift Nth Row N Steps
<p align="center">
<a href="https://github.com/34j/shift-nth-row-n-steps/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/34j/shift-nth-row-n-steps/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://shift-nth-row-n-steps.readthedocs.io">
<img src="https://img.shields.io/readthedocs/shift-nth-row-n-steps.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/34j/shift-nth-row-n-steps">
<img src="https://img.shields.io/codecov/c/github/34j/shift-nth-row-n-steps.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json" alt="Poetry">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/shift-nth-row-n-steps/">
<img src="https://img.shields.io/pypi/v/shift-nth-row-n-steps.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/shift-nth-row-n-steps.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/shift-nth-row-n-steps.svg?style=flat-square" alt="License">
</p>
---
**Documentation**: <a href="https://shift-nth-row-n-steps.readthedocs.io" target="_blank">https://shift-nth-row-n-steps.readthedocs.io </a>
**Source Code**: <a href="https://github.com/34j/shift-nth-row-n-steps" target="_blank">https://github.com/34j/shift-nth-row-n-steps </a>
---
Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX
## Installation
Install this via pip (or your favourite package manager):
`pip install shift-nth-row-n-steps`
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/34j"><img src="https://avatars.githubusercontent.com/u/55338215?v=4?s=80" width="80px;" alt="34j"/><br /><sub><b>34j</b></sub></a><br /><a href="https://github.com/34j/shift-nth-row-n-steps/commits?author=34j" title="Code">💻</a> <a href="#ideas-34j" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/34j/shift-nth-row-n-steps/commits?author=34j" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": "https://github.com/34j/shift-nth-row-n-steps",
"name": "shift-nth-row-n-steps",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "34j",
"author_email": "34j.github@proton.me",
"download_url": "https://files.pythonhosted.org/packages/94/a5/b972b5b612bb44a9a807a6d03cced4ffd8375bd4d94350be3c11f89c916c/shift_nth_row_n_steps-0.2.7.tar.gz",
"platform": null,
"description": "# Shift Nth Row N Steps\n\n<p align=\"center\">\n <a href=\"https://github.com/34j/shift-nth-row-n-steps/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/34j/shift-nth-row-n-steps/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://shift-nth-row-n-steps.readthedocs.io\">\n <img src=\"https://img.shields.io/readthedocs/shift-nth-row-n-steps.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n </a>\n <a href=\"https://codecov.io/gh/34j/shift-nth-row-n-steps\">\n <img src=\"https://img.shields.io/codecov/c/github/34j/shift-nth-row-n-steps.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/astral-sh/ruff\">\n <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/shift-nth-row-n-steps/\">\n <img src=\"https://img.shields.io/pypi/v/shift-nth-row-n-steps.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/shift-nth-row-n-steps.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/shift-nth-row-n-steps.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Documentation**: <a href=\"https://shift-nth-row-n-steps.readthedocs.io\" target=\"_blank\">https://shift-nth-row-n-steps.readthedocs.io </a>\n\n**Source Code**: <a href=\"https://github.com/34j/shift-nth-row-n-steps\" target=\"_blank\">https://github.com/34j/shift-nth-row-n-steps </a>\n\n---\n\nShift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install shift-nth-row-n-steps`\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/34j\"><img src=\"https://avatars.githubusercontent.com/u/55338215?v=4?s=80\" width=\"80px;\" alt=\"34j\"/><br /><sub><b>34j</b></sub></a><br /><a href=\"https://github.com/34j/shift-nth-row-n-steps/commits?author=34j\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#ideas-34j\" title=\"Ideas, Planning, & Feedback\">\ud83e\udd14</a> <a href=\"https://github.com/34j/shift-nth-row-n-steps/commits?author=34j\" title=\"Documentation\">\ud83d\udcd6</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX",
"version": "0.2.7",
"project_urls": {
"Bug Tracker": "https://github.com/34j/shift-nth-row-n-steps/issues",
"Changelog": "https://github.com/34j/shift-nth-row-n-steps/blob/main/CHANGELOG.md",
"Documentation": "https://shift-nth-row-n-steps.readthedocs.io",
"Homepage": "https://github.com/34j/shift-nth-row-n-steps",
"Repository": "https://github.com/34j/shift-nth-row-n-steps"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5335c966e0140fa309cf31ac652e5364344920204316ac5a9ef944cbab204547",
"md5": "b623ff75f11e87ba449637d12eaad5ef",
"sha256": "943f4e58376ad7ce5e73a5aac425422af05b85d504c64caa28abb8bf764d1d2b"
},
"downloads": -1,
"filename": "shift_nth_row_n_steps-0.2.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b623ff75f11e87ba449637d12eaad5ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 7809,
"upload_time": "2024-12-04T22:55:19",
"upload_time_iso_8601": "2024-12-04T22:55:19.944676Z",
"url": "https://files.pythonhosted.org/packages/53/35/c966e0140fa309cf31ac652e5364344920204316ac5a9ef944cbab204547/shift_nth_row_n_steps-0.2.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "94a5b972b5b612bb44a9a807a6d03cced4ffd8375bd4d94350be3c11f89c916c",
"md5": "6a3842a054541bd63f31b24b8f774277",
"sha256": "958a9308ba01a4225e7f12d8e6f1815d422e8edea3ed0db5880be847e67a9bca"
},
"downloads": -1,
"filename": "shift_nth_row_n_steps-0.2.7.tar.gz",
"has_sig": false,
"md5_digest": "6a3842a054541bd63f31b24b8f774277",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 8030,
"upload_time": "2024-12-04T22:55:21",
"upload_time_iso_8601": "2024-12-04T22:55:21.758803Z",
"url": "https://files.pythonhosted.org/packages/94/a5/b972b5b612bb44a9a807a6d03cced4ffd8375bd4d94350be3c11f89c916c/shift_nth_row_n_steps-0.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-04 22:55:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "34j",
"github_project": "shift-nth-row-n-steps",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "shift-nth-row-n-steps"
}