Metadata-Version: 2.4
Name: end-point-blank-py
Version: 0.2.2
Summary: Python library for EndPointBlank API integration - endpoint tracking, authorization, and error reporting
Author-email: "Robert A. Lasch" <rlasch@gmail.com>
License: Copyright (c) 2026 EndPointBlank. All rights reserved.
        
        This software and its associated documentation (the "Software") are the
        proprietary and confidential property of EndPointBlank. The Software is licensed,
        not sold, and its use is governed by a separate written agreement between you and
        EndPointBlank. No rights are granted except as expressly set out in that agreement.
        
        Without the prior written permission of EndPointBlank, you may not copy, modify,
        merge, publish, distribute, sublicense, or sell copies of the Software, in whole
        or in part, by any means.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
        FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL ENDPOINTBLANK BE
        LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THE
        SOFTWARE.
        
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: requests>=2.28
Provides-Extra: flask
Requires-Dist: flask>=2.3; extra == "flask"
Provides-Extra: django
Requires-Dist: django>=4.2; extra == "django"
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-mock>=3.11; extra == "dev"
Requires-Dist: responses>=0.23; extra == "dev"
Requires-Dist: flask>=2.3; extra == "dev"
Dynamic: license-file
