Metadata-Version: 2.1
Name: wloc
Version: 0.9.2
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
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
License-File: COPYING
Requires-Dist: requests (>=2.22.0)
Requires-Dist: dbus-python (>=1.2.16) ; sys_platform == "linux"
Requires-Dist: python-networkmanager (>=2.2) ; sys_platform == "linux"
Requires-Dist: comtypes (>=1.1.8) ; sys_platform == "win32"

# 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/)
[![Codacy](https://app.codacy.com/project/badge/Grade/cfe76043f5c248e8b7c365bf9b49975d)](https://www.codacy.com/gh/xvitaly/wloc/dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/xvitaly/wloc/badge)](https://www.codefactor.io/repository/github/xvitaly/wloc)
[![GitHub issues](https://img.shields.io/github/issues/xvitaly/wloc.svg?label=issues)](https://github.com/xvitaly/wloc/issues)
---

## About

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 `master` branch in production due to possible breaking changes. Always use [tagged versions](https://github.com/xvitaly/wloc/releases) 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).


