Metadata-Version: 2.4
Name: fluxpark
Version: 0.1.5
Summary: Spatially-explicit hydrological model for simulating evaporation fluxes and groundwater recharge
Author-email: Bernard Voortman <bernard.voortman@moisture-matters.nl>
License: FluxPark Custom License v1.0
        SPDX-License-Identifier: Custom-MoistureMatters-1.0
        Copyright © 2025 Bernard Voortman, Moisture Matters.
        
        1. License Grant  
        You are free to use, copy, modify and distribute FluxPark software, provided that you comply with all the restrictions below. This copyright notice and this list of conditions must be included in all copies or substantial portions of the software.
        
        2. Restrictions  
          a. No SaaS/Now-Casting  
             You may not offer FluxPark as a service (SaaS) or use it to generate recurring near-real-time outputs (for today, the past two months, or the coming month) in a repetitive manner—whether for commercial or non-commercial purposes.  
          b. No Sub-licensing  
             You may not sublicense the Software or impose additional restrictions on recipients without express written permission from Moisture Matters.  
          c. Attribution  
             In any distribution of the Software or in any publication, product, report or service that incorporates or is generated by FluxPark, you must include the following acknowledgment:  
             ```
             FluxPark (Moisture Matters)
             ```
        
        3. Commercial Licensing  
        If you need to use FluxPark in a SaaS/Now-Casting context, or require a warranty or indemnification, please contact support@moisturematters.nl for a Commercial License and Support Agreement.
        
        4. Disclaimer of Warranty  
        THIS SOFTWARE IS PROVIDED “AS IS” AND “AS-AVAILABLE” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
        
        5. Limitation of Liability  
        IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        6. Input Data  
        6.1. All third-party datasets distributed with FluxPark remain subject to their original licenses.  
        6.2. All proprietary datasets created by Moisture Matters and distributed as part of FluxPark are licensed under the terms of this FluxPark Custom License.
        
        7. Governing Law  
        This License shall be governed by the laws of The Netherlands, and any dispute shall be resolved in the courts of Utrecht.
        
Project-URL: Homepage, https://github.com/Moisture-Matters/fluxpark
Project-URL: Source, https://github.com/Moisture-Matters/fluxpark
Project-URL: Bug Tracker, https://github.com/Moisture-Matters/fluxpark/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.23.4
Requires-Dist: pandas>=1.5.1
Requires-Dist: scipy>=1.9.2
Requires-Dist: openpyxl>=3.0.0
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: flake8; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Dynamic: license-file
