Metadata-Version: 2.4
Name: pdfslice-py
Version: 1.0.0
Summary: Split, gather, and verify PDF <-> page-image sets (Python port of pdfslice)
Author: DuckyMomo20012
License: # Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
        
        By exercising the Licensed Rights (defined below), You accept and agree to be
        bound by the terms and conditions of this Creative Commons
        Attribution-NonCommercial-ShareAlike 4.0 International Public License ("Public
        License"). To the extent this Public License may be interpreted as a contract,
        You are granted the Licensed Rights in consideration of Your acceptance of these
        terms and conditions, and the Licensor grants You such rights in consideration
        of benefits the Licensor receives from making the Licensed Material available
        under these terms and conditions.
        
        ## Section 1 – Definitions.
        
        - **Licensed Material**: the artistic or literary work, database, or other
          material to which the Licensor applied this Public License.
        - **Licensor**: the individual(s) or entity(ies) granting rights under this
          Public License.
        - **You**: the individual or entity exercising the Licensed Rights under this
          Public License.
        - **Share**: to provide material to the public by any means or process.
        - **Adapted Material**: material derived from or modified based on the Licensed
          Material.
        - **NonCommercial**: not primarily intended for or directed towards commercial
          advantage or monetary compensation.
        
        ## Section 2 – Scope.
        
        ### 2.1 License Grant
        
        Subject to the terms of this Public License, the Licensor grants You a
        worldwide, royalty-free, non-exclusive, irrevocable license to:
        
        - **Share**: copy and redistribute the Licensed Material in any medium or
          format.
        - **Adapt**: remix, transform, and build upon the Licensed Material.
        
        ### 2.2 Conditions
        
        - **Attribution (BY)**: You must give appropriate credit, provide a link to the
          license, and indicate if changes were made.
        - **NonCommercial (NC)**: You may **not** use the material for commercial
          purposes.
        - **ShareAlike (SA)**: If you remix, transform, or build upon the material, you
          must distribute your contributions under the same license as the original.
        
        ## Section 3 – Disclaimer.
        
        The Licensed Material is provided "as-is" without any warranties or guarantees.
        The Licensor is not liable for any damages arising from its use.
        
        **Full License Text:**
        [Creative Commons License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)
        
Requires-Python: >=3.10
License-File: LICENSE.md
Requires-Dist: click>=8.1
Requires-Dist: pypdf>=4.0
Requires-Dist: pypdfium2>=4.30
Requires-Dist: pillow>=10.0
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Provides-Extra: lint
Requires-Dist: ruff>=0.6; extra == "lint"
Dynamic: license-file
