Metadata-Version: 2.1
Name: jft
Version: 0.0.82
Summary: Function Test Pair Toolbox
Home-page: https://gitlab.com/zereiji/jft
Author: @JohnRForbes
Author-email: john.robert.forbes@gmail.com
License: MIT
Description: jft
        ===============
        This project is a collection of function test pairs for common tasks.
        Mostly for my own use but others are welcome to leverage it.
        
        ## Required configuration
        `git config --global user.email "you@example.com"`
        `git config --global user.name "Your Name`
        
        ## Required packages
        * `sudo apt install twine`
        
        ## Recommended packages
        * `sudo npm i -g nodemon`
        
        ## Test Cycle
        `nodemon --exec python3 test.py`
        
Keywords: jft
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
