Metadata-Version: 2.1
Name: pagr
Version: 0.1.7
Summary: A Python Aggregator
Home-page: https://github.com/defreng/python-pagr
Author: Alexander Hungenberg
Author-email: alexander.hungenberg@gmail.com
License: UNKNOWN
Description: # pagr - the Python Aggregator
        **THIS IS NOT INTENDED FOR ANY USE**
        
        ## Development
        
        ### Upload to pip
        1. Make sure that the version number has been updated
        1. Generate dist files `python setup.py sdist bdist_wheel`
        2. Upload to PyPI `twine upload dist/*`
        
        ## Docker
        1. `docker build -t pagr-test:latest .`
        1. `docker run pagr-test:latest`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
