Metadata-Version: 2.1
Name: feed-utils
Version: 0.3.4
Summary: Common code for feed
Home-page: https://github.com/rorymcstay/feed_utils
Author: Rory McStay
Author-email: rory@rorymcstay.com
License: UNKNOWN
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

#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


