Metadata-Version: 1.2
Name: test-macro
Version: 0.1
Summary: a test automating library written in Python
Home-page: https://github.com/kerryeon/test-macro
Author: Ho Kim
Author-email: ho.kim@gnu.ac.kr
Maintainer: Ho Kim
Maintainer-email: ho.kim@gnu.ac.kr
License: MIT
Description: # TestMacro - a test automating library written in Python
        Do not change the experimental conditions one by one!
        
        TestMacro is a module that fully / semi-automates the testing and recording of results in programs.
        
        TestMacro can:
        * [x] Change `.yaml`
        * [ ] Change arguments
        * [x] Recode programs
        * [ ] `.csv` records
        * [ ] Label arguments
        * [ ] Write meta file
        
        ## Install TestMacro
        ```bash
        $ pip install test_macro
        ```
        
        ## Hello world
        TODO
        
        # List of main features
        TODO
        
        # License
        TestMacro uses the [MIT license](https://github.com/kerryeon/test-macro/blob/master/LICENSE).
        
        (The standalone tool is under GPL2)
        
        # Contribute
        TestMacro is currently determining a pull-requests policy.
        
        If you would like to contribute now, please contact below.
        
        # Contact
        If you have any questions or want my assistance, you can email me at ho.kim at gnu ac kr.
        
        * [Ho Kim](https://github.com/kerryeon)
        
Platform: UNKNOWN
