Metadata-Version: 2.1
Name: feed_utils
Version: 0.5.6
Summary: Common code for feed
Home-page: https://github.com/rorymcstay/feed_utils
Author: Rory McStay
Author-email: rory@rorymcstay.com
License: UNKNOWN
Description: #distributing
        
        1. set ```TWINE_USERNAME``` and ```TWINE_PASSWORD```
        2. do ```./release.sh```
        
        # testing
        1. run unit tests 
            
            python -m unittest feed
        
        2. run unit tests in pdb
        
            python -m pdb <test_file_path> <ClassName>.<test_method>
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
