Metadata-Version: 2.1
Name: wloc
Version: 0.4.0
Summary: Simple Wi-Fi geolocation library and tool
Home-page: https://github.com/xvitaly/wloc
Author: Vitaly Zaitsev
Author-email: vitaly@easycoding.org
License: GPLv3
Description: # Wi-Fi geolocation library and tool
        
        [![GitHub version](https://badge.fury.io/gh/xvitaly%2Fwloc.svg)](https://github.com/xvitaly/wloc/releases)
        [![Build status](https://travis-ci.org/xvitaly/wloc.svg?branch=dev)](https://travis-ci.org/xvitaly/wloc)
        [![GitHub issues](https://img.shields.io/github/issues/xvitaly/wloc.svg?label=issues&maxAge=60)](https://github.com/xvitaly/wloc/issues)
        ---
        
        Locate user by using global Wi-Fi database (no GPS required). Supported backends:
         * [Yandex Maps API](https://tech.yandex.ru/locator/doc/dg/api/json-docpage/);
         * [Google Geolocation API](https://developers.google.com/maps/documentation/geolocation/intro);
         * [Mozilla Geolocation API](https://mozilla.github.io/ichnaea/api/index.html).
        
        Warning! Do not use `dev` branch in production due to possible breaking changes. Use `master` instead.
        
        # License
        [GNU General Public License version 3](COPYING). External libraries can use another compatible licenses.
        
        # Documentation
        
        Documentation available [here](docs/README.md).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
