Metadata-Version: 2.1
Name: wloc
Version: 0.7.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://img.shields.io/github/v/release/xvitaly/wloc?sort=semver&color=brightgreen&logo=git&logoColor=white)](https://github.com/xvitaly/wloc/releases)
        [![PyPi Version](https://img.shields.io/pypi/v/wloc.svg?logo=pypi&logoColor=white)](https://pypi.org/project/wloc/)
        [![GitHub CI status](https://github.com/xvitaly/wloc/workflows/Python%20CI/badge.svg?branch=dev)](https://github.com/xvitaly/wloc/actions)
        [![AppVeyor CI status](https://ci.appveyor.com/api/projects/status/l7bmgfr9amvawty4?svg=true)](https://ci.appveyor.com/project/xvitaly/wloc)
        [![LGTM grade](https://img.shields.io/lgtm/grade/python/g/xvitaly/wloc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xvitaly/wloc/context:python)
        [![LGTM alerts](https://img.shields.io/lgtm/alerts/g/xvitaly/wloc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xvitaly/wloc/alerts/)
        [![CodeFactor](https://www.codefactor.io/repository/github/xvitaly/wloc/badge/dev)](https://www.codefactor.io/repository/github/xvitaly/wloc/overview/dev)
        [![GitHub issues](https://img.shields.io/github/issues/xvitaly/wloc.svg?label=issues)](https://github.com/xvitaly/wloc/issues)
        ---
        
        Locate user by using global Wi-Fi database (no GPS required). Supported backends:
        
          * [Google Geolocation API](https://developers.google.com/maps/documentation/geolocation/intro);
          * [Mozilla Geolocation API](https://mozilla.github.io/ichnaea/api/index.html);
          * [Yandex Locator API](https://tech.yandex.ru/locator/doc/dg/api/json-docpage/).
        
        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.
        
        Icon for the Windows executable and installer from the [Noto Emoji](https://github.com/googlefonts/noto-emoji) font, licensed under the terms of the [Apache License 2.0](https://github.com/googlefonts/noto-emoji/blob/main/LICENSE).
        
        # 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
