ipref

View on PyPIReverse Dependencies (0)

0.3.0 ipref-0.3.0-py3-none-any.whl

Wheel Details

Project: ipref
Version: 0.3.0
Filename: ipref-0.3.0-py3-none-any.whl
Download: [link]
Size: 40625
MD5: cda0d7f89f27a250b34a66b2d659465a
SHA256: 01a625d9ecdc55f69ba01e28992c74177aea6f51eb705d8f747fa02a3790d4d8
Uploaded: 2023-08-23 09:43:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ipref
Version: 0.3.0
Summary: A simple utility to lookup IP addresses by MaxMind's GeoIP databases (CLI & WEB).
Author: mkt
Author-Email: md.irohas[at]gmail.com
Home-Page: https://github.com/md-irohas/ipref-py
Project-Url: Bug Tracker, https://github.com/md-irohas/ipref-py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: dnspython
Requires-Dist: geoip2
Requires-Dist: pyyaml
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: Flask; extra == "web"
Requires-Dist: gunicorn; extra == "web"
Requires-Dist: emoji-country-flag; extra == "web"
Provides-Extra: dev
Provides-Extra: web
Description-Content-Type: text/markdown
[Description omitted; length: 5776 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ipref/__init__.py sha256=p_RSTU1xZ9bYChsGA5w55uCVTTDlnOjZuYeJM4gPNl8 48
ipref/__main__.py sha256=tgctBPsOmX9h7DcqaHCVU9crc1exKyt11otNH6KGqbQ 2262
ipref/config-geolite.yaml.orig sha256=POyyOaafgoWz7uoLR3K4E-eTrj2VRBT14Hw941F9jng 3720
ipref/config.py sha256=fBCgy1RyQJ77LjoJ6et_11vj6Bqbge2hvFEsxbheoNI 3205
ipref/config.yaml.orig sha256=-lCYA6zRQ_AtpTbW4tbDBEcHXsZz_g_PJjDxvrqhBIA 8616
ipref/lookup.py sha256=9tLoKJj39RKDirWrW4H1eSSI0AeuaxZR49Tylqd-Gr4 9467
ipref/util.py sha256=nHb9t1Jkl5QvK72-P6mSJpN4XsSFSgOFQowKCKRI9Xk 1395
ipref/web.py sha256=cqkCTMenEx57UWopwxJdaCTrKygylZoGECb65Kii0NI 6133
ipref/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ipref/data/dns.py sha256=widncCUbRl-ZoXvsOC3rC-5R-VE7CDj19fl2v3VZx9w 1064
ipref/data/geoip.py sha256=HBUESG0BR7vEbFavgub1AnfiVT2IumqkPXnRTszCGl8 1737
ipref/static/css/bootstrap.min.css sha256=djO3wMl9GeaC_u6K-ic4Uj_LKhRUSlUFcsruzS7v5ms 155845
ipref/templates/search.html sha256=y-cgPZZSzr0rhkM453RZyxgr4y-8n-p9HqgcWFk_iuU 3675
ipref-0.3.0.dist-info/METADATA sha256=Jt_d9erv5pKBJArL-oEsY9XYPgJtvINh2qmYixOB54U 6766
ipref-0.3.0.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
ipref-0.3.0.dist-info/entry_points.txt sha256=9QuKE_pUbcUunznQWM7kjjagAy3BGtBjzBq5Oz44SBk 76
ipref-0.3.0.dist-info/top_level.txt sha256=ffAz6xVAFS7VFNFLlK5dKYXK64GdIaT1bvMMGeuHgtE 6
ipref-0.3.0.dist-info/RECORD

top_level.txt

ipref

entry_points.txt

ipref = ipref.__main__:main
ipref-web = ipref.web:run_dev