-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (48 loc) · 1.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = pycloudtrace
version = attr: pycloudtrace.__version__
url = https://github.com/AbhishekSrikanth/pycloudtrace
project_urls =
Documentation = https://github.com/AbhishekSrikanth/pycloudtrace
Source Code = https://github.com/AbhishekSrikanth/pycloudtrace
Issue Tracker = https://github.com/AbhishekSrikanth/pycloudtrace/issues
license_files = file: LICENSE
author = Abhishek Srikanth
author_email = [email protected]
maintainer = Abhishek Srikanth
maintainer_email = [email protected]
description = pycloudtrace provides a Python function for parsing data from the Cloudflare CDN "https://1.1.1.1/cdn-cgi/trace" endpoint.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
network information
client device information
CDN tracing
HTTP headers
Python library
API client
cloudflare
DNS resolution
IP address
geo-location
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Networking
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = pycloudtrace
include_package_data = True
python_requires = >= 3.7
zip_safe = false
install_requires =
requests>=2.26.0
[flake8]
exclude = build,.git,.tox,./tests/.env