Metadata-Version: 2.1
Name: pyimprove
Version: 0.0.2
Summary: Automated Program Repair of Python Source-Code Using Genetic Improvement
Home-page: https://gitlab.com/WilliamWCYoung/pyimprove
Author: William Young
Author-email: william.w.c.young@hotmail.com
License: UNKNOWN
Description: # Pyimprove
        
        Automated program repair for Python using Genetic Improvement.
        
        ## Installation
        
        This project is avaliable through pip:
        ```
        pip install pyimprove
        ```
        
        And run the project using:
        ```
        python -m pyimprove ./bugs/custom/factorial.py ./bugs/custom/factorial_test.py
        ```
        
        ## Future development
        
        This project was made during University and there were a lot of features that were dropped due to time constraints. There are also a raft of changes I would make in hindsight after completing the first version. Please checkout the issue board to see future intended development.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
