Metadata-Version: 2.1
Name: django-zip-code-api
Version: 1.4.2
Summary: Zip Code API is an API for zip codes (postal codes) and addresses requesting. Optimized for polish addresses, however might work as universal tool.
Home-page: https://integree.eu/en/solutions/zip-code-api/
Author: Integree Bussines Solutions
License: UNKNOWN
Description: # Zip Code API
        
        ![Python version](https://img.shields.io/pypi/pyversions/django-zip-code-api.svg)
        ![Django version](https://img.shields.io/badge/django-1.11%20or%20newer-green.svg)
        ![PyPI version](https://img.shields.io/pypi/v/django-zip-code-api.svg)
        ![Licence](https://img.shields.io/pypi/l/django-zip-code-api.svg)
        ![Downloads](https://img.shields.io/pypi/dm/django-zip-code-api.svg)
        
        Zip Code API is an API for zip codes (postal codes) and addresses requesting. Optimized for polish addresses, however might work as universal tool.
        
        ----
        
        ## Requirements
        
        Zip Code API requires Python 2.7 or Python 3.3 or newer and Django 1.11.
        
        ## Installation
        
        To install zip-code-api using `PIP` run command:
        
        ```
        pip install django-zip-code-api
        ```
        
        You can also install it directly from `GIT` repo:
        
        ```
        pip install https://gitlab.com/integree/internal/zip_code_api.git
        ```
        
        or, if you need install from branch:
        
        ```
        pip install https://gitlab.com/integree/internal/zip_code_api.git@branch-name
        ```
        
        You can also clone project to your local directory:
        
        ```
        cd \serwer\www
        mkdir zip_code_api
        git clone https://gitlab.com/integree/internal/zip_code_api.git zip_code_api
        ```
        
        Then you can install it using `setup.py`:
        
        ```
        python setup.py install
        ```
        
        or install the package with a symlink, so that changes to the source files will be immediately reflected:
        
        ```
        python setup.py develop
        ```
        
        
        ## Authors
        
        Made with love by [Integree Bussines Solutions](https://www.integree.eu) from Warsaw, Poland
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 1.11
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
