Metadata-Version: 2.1
Name: feed_utils
Version: 0.2.5
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
        
        
        ##build package (from venv):
        
        python setup.py sdist bdist_wheel
        
        ##upload package (from sys):
        
        python3 -m twine upload dist/*
        
        ##RoadMap
        
        
        1. make generic logger
        2. unit tests and local testing environment
        
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
