Metadata-Version: 1.1
Name: census-map-downloader
Version: 0.0.1
Summary: Easily download U.S. census maps
Home-page: http://www.github.com/datadesk/census-map-downloader
Author: Los Angeles Times Data Desk
Author-email: datadesk@latimes.com
License: MIT
Project-URL: Maintainer, https://github.com/datadesk
Project-URL: Source, https://github.com/datadesk/census-map-downloader
Project-URL: Tracker, https://github.com/datadesk/census-map-downloader/issues
Description: python-open-source-template
        ===========================
        
        A template for open-source Python software repositories
        
        Contributing
        ------------
        
        Install dependencies for development ::
        
            $ pipenv install --dev
        
        Run tests ::
        
            $ make test
        
        Ship new version to PyPI ::
        
            $ make ship
        
        
        Developing the CLI
        ------------------
        
        The command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as `prescribed by the Click documentation <https://click.palletsprojects.com/en/7.x/setuptools/#setuptools-integration>`_. ::
        
            $ pip install --editable .
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
