Metadata-Version: 2.1
Name: testfoundry
Version: 0.1
Summary: A Python test generator
Home-page: https://github.com/KDreynolds/py_testgen
Author: Kyle Reynolds
Author-email: kylereynoldsdev@gmail.com
License: UNKNOWN
Description: # testfoundry
        
        [testfoundry](file:///home/frey/Documents/Dev/testfoundry/setup.py#7%2C11-7%2C11) is a Python test generator. This package provides a set of functions for mathematical operations and string manipulation.
        
        ## Installation
        
        You can install [testfoundry](file:///home/frey/Documents/Dev/testfoundry/setup.py#7%2C11-7%2C11) using pip:
        
        bash
        pip install testfoundry
        
        ## Usage
        
        Here's a basic example of how to use [testfoundry](file:///home/frey/Documents/Dev/testfoundry/setup.py#7%2C11-7%2C11):
        
        python
        from testfoundry import test_repo
        Multiply two numbers
        result = test_repo.multiply(2, 3)
        print(result) # Outputs: 6
        
        ## Features
        
        - Mathematical Operations: Provides functions to perform multiplication, division, power, factorial, and Fibonacci calculations.
        - String Manipulation: Provides a function to concatenate two strings and another to generate a greeting message.
        
        ## Contributing
        
        We welcome contributions to [testfoundry](file:///home/frey/Documents/Dev/testfoundry/setup.py#7%2C11-7%2C11)! If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
        
        ## License
        
        [testfoundry](file:///home/frey/Documents/Dev/testfoundry/setup.py#7%2C11-7%2C11) is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
