<p align="center">
<a href="https://logyca.com/"><img src="https://logyca.com/sites/default/files/logyca.png" alt="Logyca"></a>
</p>
<p align="center">
<em>LOGYCA public libraries</em>
</p>
<p align="center">
<a href="https://pypi.org/project/logyca-pagination" target="_blank">
<img src="https://img.shields.io/pypi/v/logyca-pagination?color=orange&label=PyPI%20Package" alt="Package version">
</a>
<a href="(https://www.python.org" target="_blank">
<img src="https://img.shields.io/badge/Python-%5B%3E%3D3.8%2C%3C%3D3.11%5D-orange" alt="Python">
</a>
</p>
---
# About us
* <a href="http://logyca.com" target="_blank">LOGYCA Company</a>
* <a href="https://www.youtube.com/channel/UCzcJtxfScoAtwFbxaLNnEtA" target="_blank">LOGYCA Youtube Channel</a>
* <a href="https://www.linkedin.com/company/logyca" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Linkedin"></a>
* <a href="https://twitter.com/LOGYCA_Org" target="_blank"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"></a>
* <a href="https://www.facebook.com/OrganizacionLOGYCA/" target="_blank"><img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" alt="Facebook"></a>
---
# LOGYCA public libraries: To according to a query created with sqlalchemy, paginate its result and return the information in lists of items with page numbers that can be used in frontend grids.
[Source code](https://github.com/logyca/python-libraries/tree/main/logyca-pagination)
| [Package (PyPI)](https://pypi.org/project/logyca-pagination/)
| [Samples](https://github.com/logyca/python-libraries/tree/main/logyca-pagination/samples)
---
Samples
https://github.com/logyca/python-libraries/tree/main/logyca-pagination/samples
---
# Semantic Versioning
logyca_pagination < MAJOR >.< MINOR >.< PATCH >
* **MAJOR**: version when you make incompatible API changes
* **MINOR**: version when you add functionality in a backwards compatible manner
* **PATCH**: version when you make backwards compatible bug fixes
## Definitions for releasing versions
* https://peps.python.org/pep-0440/
- X.YaN (Alpha release): Identify and fix early-stage bugs. Not suitable for production use.
- X.YbN (Beta release): Stabilize and refine features. Address reported bugs. Prepare for official release.
- X.YrcN (Release candidate): Final version before official release. Assumes all major features are complete and stable. Recommended for testing in non-critical environments.
- X.Y (Final release/Stable/Production): Completed, stable version ready for use in production. Full release for public use.
---
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
## [0.0.1rcX] - 2024-06-19
### Added
- First tests using pypi.org in develop environment.
## [0.1.0] - 2024-06-19
### Added
- Completion of testing and launch into production.
## [0.1.1] - 2024-07-09
### Fixed
- Fixed bug of filter attributes.
### Added
- Sample for filter attributes.
Raw data
{
"_id": null,
"home_page": "https://github.com/logyca/python-libraries/tree/main/logyca-pagination",
"name": "logyca-pagination",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pagination, serverless, backend, fastapi",
"author": "Jaime Andres Cardona Carrillo",
"author_email": "jacardona@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/69/77/db4f0acd6bba766059793c7762dbbff79672c54af4c39119f2d53026c29d/logyca_pagination-0.1.2.tar.gz",
"platform": null,
"description": "<p align=\"center\">\r\n <a href=\"https://logyca.com/\"><img src=\"https://logyca.com/sites/default/files/logyca.png\" alt=\"Logyca\"></a>\r\n</p>\r\n<p align=\"center\">\r\n <em>LOGYCA public libraries</em>\r\n</p>\r\n\r\n<p align=\"center\">\r\n<a href=\"https://pypi.org/project/logyca-pagination\" target=\"_blank\">\r\n <img src=\"https://img.shields.io/pypi/v/logyca-pagination?color=orange&label=PyPI%20Package\" alt=\"Package version\">\r\n</a>\r\n<a href=\"(https://www.python.org\" target=\"_blank\">\r\n <img src=\"https://img.shields.io/badge/Python-%5B%3E%3D3.8%2C%3C%3D3.11%5D-orange\" alt=\"Python\">\r\n</a>\r\n</p>\r\n\r\n\r\n---\r\n\r\n# About us\r\n\r\n* <a href=\"http://logyca.com\" target=\"_blank\">LOGYCA Company</a>\r\n* <a href=\"https://www.youtube.com/channel/UCzcJtxfScoAtwFbxaLNnEtA\" target=\"_blank\">LOGYCA Youtube Channel</a>\r\n* <a href=\"https://www.linkedin.com/company/logyca\" target=\"_blank\"><img src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white\" alt=\"Linkedin\"></a>\r\n* <a href=\"https://twitter.com/LOGYCA_Org\" target=\"_blank\"><img src=\"https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white\" alt=\"Twitter\"></a>\r\n* <a href=\"https://www.facebook.com/OrganizacionLOGYCA/\" target=\"_blank\"><img src=\"https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white\" alt=\"Facebook\"></a>\r\n\r\n---\r\n\r\n# LOGYCA public libraries: To according to a query created with sqlalchemy, paginate its result and return the information in lists of items with page numbers that can be used in frontend grids.\r\n\r\n[Source code](https://github.com/logyca/python-libraries/tree/main/logyca-pagination)\r\n| [Package (PyPI)](https://pypi.org/project/logyca-pagination/)\r\n| [Samples](https://github.com/logyca/python-libraries/tree/main/logyca-pagination/samples)\r\n\r\n---\r\n\r\nSamples\r\n\r\nhttps://github.com/logyca/python-libraries/tree/main/logyca-pagination/samples\r\n\r\n---\r\n\r\n# Semantic Versioning\r\n\r\nlogyca_pagination < MAJOR >.< MINOR >.< PATCH >\r\n\r\n* **MAJOR**: version when you make incompatible API changes\r\n* **MINOR**: version when you add functionality in a backwards compatible manner\r\n* **PATCH**: version when you make backwards compatible bug fixes\r\n\r\n## Definitions for releasing versions\r\n* https://peps.python.org/pep-0440/\r\n\r\n - X.YaN (Alpha release): Identify and fix early-stage bugs. Not suitable for production use.\r\n - X.YbN (Beta release): Stabilize and refine features. Address reported bugs. Prepare for official release.\r\n - X.YrcN (Release candidate): Final version before official release. Assumes all major features are complete and stable. Recommended for testing in non-critical environments.\r\n - X.Y (Final release/Stable/Production): Completed, stable version ready for use in production. Full release for public use.\r\n\r\n---\r\n\r\n# Changelog\r\n\r\nAll notable changes to this project will be documented in this file.\r\n\r\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\r\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\r\n\r\n## Types of changes\r\n\r\n- Added for new features.\r\n- Changed for changes in existing functionality.\r\n- Deprecated for soon-to-be removed features.\r\n- Removed for now removed features.\r\n- Fixed for any bug fixes.\r\n- Security in case of vulnerabilities.\r\n\r\n## [0.0.1rcX] - 2024-06-19\r\n### Added\r\n- First tests using pypi.org in develop environment.\r\n\r\n## [0.1.0] - 2024-06-19\r\n### Added\r\n- Completion of testing and launch into production.\r\n\r\n## [0.1.1] - 2024-07-09\r\n### Fixed\r\n- Fixed bug of filter attributes.\r\n### Added\r\n- Sample for filter attributes.\r\n\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "An integration package created by the company LOGYCA to according to a query created with sqlalchemy, paginate its result and return the information in lists of items with page numbers that can be used in frontend grids.",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/logyca/python-libraries/tree/main/logyca-pagination"
},
"split_keywords": [
"pagination",
" serverless",
" backend",
" fastapi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cbf4afb61a52ae6ad4cebf2534c091f82c13ddd8f693b4d19781ac3638933ad7",
"md5": "3659692a1b459bb0232a4c9bea105401",
"sha256": "2e9cb70e0db9c9d6848ec32d9d94436264756388903d568d70694c6280cad38b"
},
"downloads": -1,
"filename": "logyca_pagination-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3659692a1b459bb0232a4c9bea105401",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6460,
"upload_time": "2024-08-20T15:52:25",
"upload_time_iso_8601": "2024-08-20T15:52:25.861168Z",
"url": "https://files.pythonhosted.org/packages/cb/f4/afb61a52ae6ad4cebf2534c091f82c13ddd8f693b4d19781ac3638933ad7/logyca_pagination-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6977db4f0acd6bba766059793c7762dbbff79672c54af4c39119f2d53026c29d",
"md5": "bbca9279b85523b4e16ea2b2295c2086",
"sha256": "5afb819ab213de7451e5310e5e5130e690800fda084987c409d1bf85e1e76e24"
},
"downloads": -1,
"filename": "logyca_pagination-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "bbca9279b85523b4e16ea2b2295c2086",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5985,
"upload_time": "2024-08-20T15:52:26",
"upload_time_iso_8601": "2024-08-20T15:52:26.889544Z",
"url": "https://files.pythonhosted.org/packages/69/77/db4f0acd6bba766059793c7762dbbff79672c54af4c39119f2d53026c29d/logyca_pagination-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-20 15:52:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "logyca",
"github_project": "python-libraries",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "logyca-pagination"
}