Metadata-Version: 2.1
Name: functioneer
Version: 0.0.1
Summary: Functioneer is a Python package that simplifies the setup of automated analyses for your functions.
Author-email: Quinn Marsh <quinnmarsh@hotmail.com>
Maintainer-email: Quinn Marsh <quinnmarsh@hotmail.com>
License: Proprietary Software License
        ----------------------------
        
        Software: functioneer (Functioneer)
        Author: Quinn Marsh
        Copyright: © [2024] Quinn Marsh
        
        All rights reserved.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, and distribute copies of the Software, subject to the following conditions:
        
        1. Attribution: All copies, substantial portions of the Software, and derivative works must include this original copyright notice, the name of the author(s), and a link to the original repository.
        
        2. Non-commercial Use: The Software may not be used, in whole or in part, for commercial purposes without explicit permission from the copyright holder.
        
        3. No Warranty: 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 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        4. No Misrepresentation: Users of the Software shall not misrepresent the origin of the Software and should clearly indicate any modifications made.
        
        By using, copying, modifying, or distributing this Software, you agree to the terms and conditions outlined above.
        
        
        For details on using the Software within the terms of this license, please contact Quinn Marsh.
        
        Quinn Marsh
        [quinnmarsh@hotmail.com, X @qthedoc]
        
Project-URL: Homepage, https://github.com/qthedoc/functioneer
Project-URL: Issues, https://github.com/qthedoc/functioneer/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://quinnmarsh.com
Keywords: functioneer,analysis,automation,autorun
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.18.5
Requires-Dist: scipy>=1.5.2
Requires-Dist: pandas>=1.0.5

# Functioneer

**Author**: Quinn Marsh  
**Date**: October 21, 2024  

Functioneer is a powerful Python package that simplifies the setup of automated analyses for your functions. With Functioneer, you can configure and execute functions with unlimited combinations of inputs, making it perfect for optimizations, parameter sweeps, testing, and any scenario where you need to test a function(s) over a wide range of inputs.

## Features

- **Fast Setup**: Define inputs, configurations, and combinations in seconds.
- **Automated Execution**: Run functions with diverse parameter combinations, reducing repetitive setup.
- **Flexible Input Handling**: Supports a variety of input types for complex analyses.
- **Combinatorial Efficiency**: Specify ranges and conditions to create the full space of function possibilities.
- **Output Management**: Easily retrieve and analyze the output of all function executions.

## Installation

Install Functioneer directly from PyPI:

```
pip install functioneer
```

## Documentation
For full documentation on setting up Functioneer, customizing parameters, and handling outputs, visit the documentation site.

## License
Functioneer is released as open-source software with a custom license. Please see the LICENSE file for usage guidelines.
