A lightweight and flexible pagination package for Python applications.
Project description
Pagify
Welcome to the Pagify documentation! This package provides an easy-to-use solution for handling pagination in Python applications, supporting a wide range of projects from basic scripts to complex frameworks.
Introduction
The Pagify package is a versatile and efficient tool for implementing pagination in Python applications. It supports multiple pagination types to cater to different needs, making it suitable for use with plain Python, Django, Flask, or any other Python-based frameworks.
Key Features
- Framework-Agnostic: Compatible with raw Python applications, Django projects, and more.
- Multiple Pagination Methods: Supports offset, cursor, and page number pagination for diverse use cases.
- Detailed Metadata: Provides comprehensive pagination details such as next, previous, and current pages.
- Easy-to-Use: Straightforward API for rapid integration.
- Customizable: Easily extendable for advanced use cases.
Installation
To install the Pagify package, run the following command:
Install the Pagify Package
Install Pagify from PyPI using pip:
pip install pagify
Usage
For complete guides, detailed examples, and advanced use cases, refer to the usage documentation. This section covers everything from basic usage to customization for different pagination strategies.
Quick Start
Here's a brief overview to get you started quickly:
- Import and Setup: Import the appropriate pagination method from
pagify.adapters. - Apply Pagination: Use the method on your dataset or query results.
- Format Responses: Utilize the provided functions for standardized JSON response formatting.
Example:
from pagify.adapters.paginate import paginate_with_page_number
data = [{'id': i} for i in range(1, 101)] # Sample dataset
result = paginate_with_page_number(data, page=2, page_size=10)
print(result)
API Reference
For a detailed breakdown of classes, methods, and available parameters, please refer to the API reference. This will guide you through the full potential of Pagify and provide insights into all features.
Quick Links
- Pagination Adapters: Overview of adapters for various pagination types.
- Helper Functions: Details of utility functions for formatting responses.
- Error Handling: Learn how to manage common issues when implementing pagination.
Contributing
We welcome contributions to Pagify! If you'd like to contribute, follow these steps:
- Fork the Repository: Create a copy of the project on your GitHub account.
- Make Changes: Implement your improvements or new features.
- Submit a Pull Request: Share your work with the community.
For detailed contribution guidelines, see the CONTRIBUTING.md file in the repository.
License
This project is licensed under the MIT License. For more information, see the LICENSE file. This permits free use, modification, and distribution while maintaining the package's open-source nature.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pagify-1.1.1.tar.gz.
File metadata
- Download URL: pagify-1.1.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e000a2163dbd6db4aafd425ec8e6ae674b7629b03bed3bb9c5bf31ea421bfa64
|
|
| MD5 |
acdda0abb6920f84e5734079f4b2d219
|
|
| BLAKE2b-256 |
4236cb631060dc5081536006f042ff463d7d99e4decd989b8102ae3171ff2cc4
|
File details
Details for the file pagify-1.1.1-py3-none-any.whl.
File metadata
- Download URL: pagify-1.1.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bc620b0800b4f171a7274967847a82138f7dc6a124314a0e5fddfb9b45ebbc1
|
|
| MD5 |
d1b2e93c20f1f5319bb8af488c59aad1
|
|
| BLAKE2b-256 |
30de5931f99b78a8dd387ceda7817a47f7904193edc1c4bef77c7bc7beb73a35
|