xdb_location 0.1.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- xdb_location/__init__.py +4 -0
- xdb_location/__main__.py +4 -0
- xdb_location/cli.py +22 -0
- xdb_location/utils.py +2 -0
- xdb_location/xdb_location.py +5 -0
- xdb_location-0.1.3.dist-info/METADATA +41 -0
- xdb_location-0.1.3.dist-info/RECORD +11 -0
- xdb_location-0.1.3.dist-info/WHEEL +5 -0
- xdb_location-0.1.3.dist-info/entry_points.txt +2 -0
- xdb_location-0.1.3.dist-info/licenses/LICENSE +21 -0
- xdb_location-0.1.3.dist-info/top_level.txt +1 -0
xdb_location/__init__.py
ADDED
xdb_location/__main__.py
ADDED
xdb_location/cli.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"""Console script for xdb_location."""
|
|
2
|
+
|
|
3
|
+
import typer
|
|
4
|
+
from rich.console import Console
|
|
5
|
+
|
|
6
|
+
from xdb_location import utils
|
|
7
|
+
|
|
8
|
+
app = typer.Typer()
|
|
9
|
+
console = Console()
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@app.command()
|
|
13
|
+
def main():
|
|
14
|
+
"""Console script for xdb_location."""
|
|
15
|
+
console.print("Replace this message by putting your code into "
|
|
16
|
+
"xdb_location.cli.main")
|
|
17
|
+
console.print("See Typer documentation at https://typer.tiangolo.com/")
|
|
18
|
+
utils.do_something_useful()
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
if __name__ == "__main__":
|
|
22
|
+
app()
|
xdb_location/utils.py
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: xdb_location
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: a geographic information database
|
|
5
|
+
Author-email: hongjian fang <fanghongjian@geetest.com>
|
|
6
|
+
Maintainer-email: hongjian fang <fanghongjian@geetest.com>
|
|
7
|
+
License: MIT
|
|
8
|
+
Project-URL: bugs, https://github.com/gunhe/xdb_location/issues
|
|
9
|
+
Project-URL: changelog, https://github.com/gunhe/xdb_location/blob/master/changelog.md
|
|
10
|
+
Project-URL: homepage, https://github.com/gunhe/xdb_location
|
|
11
|
+
Requires-Python: >=3.10
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
Requires-Dist: typer
|
|
15
|
+
Provides-Extra: test
|
|
16
|
+
Requires-Dist: coverage; extra == "test"
|
|
17
|
+
Requires-Dist: pytest; extra == "test"
|
|
18
|
+
Requires-Dist: ruff; extra == "test"
|
|
19
|
+
Requires-Dist: ty; extra == "test"
|
|
20
|
+
Requires-Dist: ipdb; extra == "test"
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
|
|
23
|
+
# Xdb_Location
|
|
24
|
+
|
|
25
|
+

|
|
26
|
+
[](https://xdb_location.readthedocs.io/en/latest/?version=latest)
|
|
27
|
+
|
|
28
|
+
a geographic information database
|
|
29
|
+
|
|
30
|
+
* PyPI package: https://pypi.org/project/xdb_location/
|
|
31
|
+
* Free software: MIT License
|
|
32
|
+
* Documentation: https://xdb_location.readthedocs.io.
|
|
33
|
+
|
|
34
|
+
## Features
|
|
35
|
+
|
|
36
|
+
* TODO
|
|
37
|
+
|
|
38
|
+
## Credits
|
|
39
|
+
|
|
40
|
+
This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
|
|
41
|
+
# xdb_location
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
xdb_location/__init__.py,sha256=AYX0wcQzcZDTSRPWj44KAWAXSFTF0h_wwfnxt3KoiBg,115
|
|
2
|
+
xdb_location/__main__.py,sha256=Qd-f8z2Q2vpiEP2x6PBFsJrpACWDVxFKQk820MhFmHo,59
|
|
3
|
+
xdb_location/cli.py,sha256=LNta7H7GHJk7fH_WEYwxuKGa96PVQoXhlDUDT18Bzh4,486
|
|
4
|
+
xdb_location/utils.py,sha256=1RxiNQM7rpegUEPuFvOlbSGesR4gnWpXr82bZQCgELM,77
|
|
5
|
+
xdb_location/xdb_location.py,sha256=zX4kTp3ZcIEUj7OPLmDryiuZZ845QUfsxgvAqrUu750,90
|
|
6
|
+
xdb_location-0.1.3.dist-info/licenses/LICENSE,sha256=DgRhrGVdWobjKF2gG_w8llAyTpi9213ps8yKRYttjIo,1071
|
|
7
|
+
xdb_location-0.1.3.dist-info/METADATA,sha256=uKNl1yIv10OSefoIxU7Y-fVZegpFxh7GehabF_IXg4o,1453
|
|
8
|
+
xdb_location-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
xdb_location-0.1.3.dist-info/entry_points.txt,sha256=sGg8yUKBf0J3KOhv-RogidqyrtnPI3X1q-Vyl5Rretk,54
|
|
10
|
+
xdb_location-0.1.3.dist-info/top_level.txt,sha256=oLPaNgHcICMzafPoaL81v0lqLSYQXUP9_js3GUGz3No,13
|
|
11
|
+
xdb_location-0.1.3.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025, hongjian fang
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
xdb_location
|