whatap-python 1.8.12__tar.gz → 1.8.13rc2__tar.gz
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.
Potentially problematic release.
This version of whatap-python might be problematic. Click here for more details.
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/PKG-INFO +1 -1
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/agent/darwin/amd64/whatap_python +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/agent/darwin/arm64/whatap_python +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/agent/linux/amd64/whatap_python +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/agent/linux/arm64/whatap_python +0 -0
- whatap_python-1.8.13rc2/whatap/build.py +4 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/fastapi.py +1 -0
- whatap_python-1.8.13rc2/whatap/trace/mod/httpc/httpx.py +36 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/PKG-INFO +1 -1
- whatap_python-1.8.12/whatap/build.py +0 -4
- whatap_python-1.8.12/whatap/trace/mod/httpc/httpx.py +0 -24
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/README.md +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/setup.cfg +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/setup.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/LICENSE +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/README.rst +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/__main__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/bootstrap/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/bootstrap/sitecustomize.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/conf/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/conf/configuration.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/conf/configure.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/conf/license.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/control/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/counter/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/counter/counter_manager.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/counter/tasks/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/counter/tasks/llm_stat.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/counter/tasks/openfiledescriptor.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/io/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/io/data_inputx.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/io/data_outputx.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/async_sender.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/packet_enum.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/packet_type_enum.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/param_def.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/stackhelper.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/udp_session.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/net/udp_thread.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/pack/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/pack/logSinkPack.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/pack/pack.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/pack/pack_enum.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/pack/tagCountPack.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/scripts/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/amqp/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/amqp/kombu.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/amqp/pika.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/bottle.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/celery.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/cherrypy.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/django.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/django_asgi.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/django_py3.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/flask.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/frappe.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/graphql.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/nameko.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/odoo.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/starlette.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/tornado.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/wsgi.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/cxoracle.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/mongo.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/mysql.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/neo4j.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/psycopg2.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/psycopg3.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/redis.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/sqlalchemy.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/sqlite3.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/database/util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/email/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/email/smtp.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/httpc/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/httpc/django.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/httpc/httplib.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/httpc/requests.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/httpc/urllib3.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/llm/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/llm/openai.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/logging.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/plugin.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/standalone/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/standalone/multiple.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/standalone/single.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/simple_trace_context.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/trace_context.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/trace_context_manager.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/trace_import.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/trace_module_definition.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/bit_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/cardinality/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/cardinality/hyperloglog.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/cardinality/murmurhash.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/cardinality/registerset.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/compare_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/date_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/debug_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/escape_literal_sql.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/hash_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/hexa32.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/int_set.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/ip_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/keygen.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/linked_list.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/linked_map.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/metering_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/request_double_queue.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/request_queue.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/string_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/throttle_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/util/userid_util.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/__init__.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/blob_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/boolean_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/decimal_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/double_summary.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/double_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/float_array.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/float_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/int_array.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/ip4_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/list_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/long_array.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/long_summary.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/map_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/null_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/number_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/summary_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/text_array.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/text_hash_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/text_value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/value.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/value/value_enum.py +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/whatap.conf +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/SOURCES.txt +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/dependency_links.txt +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/entry_points.txt +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/not-zip-safe +0 -0
- {whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
from whatap.trace.mod.application.wsgi import transfer, trace_handler, \
|
|
2
|
+
interceptor_httpc_request
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
def instrument_httpx(module):
|
|
6
|
+
def wrapper(fn):
|
|
7
|
+
@trace_handler(fn)
|
|
8
|
+
def trace(*args, **kwargs):
|
|
9
|
+
if len(args) >= 2 and hasattr(args[1], 'headers') and hasattr(args[1], 'url'):
|
|
10
|
+
request = args[1]
|
|
11
|
+
request.headers = transfer(request.headers)
|
|
12
|
+
httpc_url = str(request.url)
|
|
13
|
+
|
|
14
|
+
# 2. stream call: send(request=request, ...)
|
|
15
|
+
elif len(args) == 1 and 'request' in kwargs:
|
|
16
|
+
request = kwargs['request']
|
|
17
|
+
if hasattr(request, 'headers') and hasattr(request, 'url'):
|
|
18
|
+
request.headers = transfer(request.headers)
|
|
19
|
+
httpc_url = str(request.url)
|
|
20
|
+
else:
|
|
21
|
+
httpc_url = "invalid_request_object"
|
|
22
|
+
|
|
23
|
+
# 3. 예상치 못한 패턴
|
|
24
|
+
else:
|
|
25
|
+
httpc_url = "httpx_unknown_pattern"
|
|
26
|
+
|
|
27
|
+
return interceptor_httpc_request(fn, httpc_url, *args, **kwargs)
|
|
28
|
+
|
|
29
|
+
return trace
|
|
30
|
+
|
|
31
|
+
if hasattr(module, 'Client') and hasattr(module.Client, 'send'):
|
|
32
|
+
module.Client.send = wrapper(module.Client.send)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
if hasattr(module, 'AsyncClient') and hasattr(module.AsyncClient, 'send'):
|
|
36
|
+
module.AsyncClient.send = wrapper(module.AsyncClient.send)
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
from whatap.trace.mod.application.wsgi import transfer, trace_handler, \
|
|
2
|
-
interceptor_httpc_request
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
def instrument_httpx(module):
|
|
6
|
-
def wrapper(fn):
|
|
7
|
-
@trace_handler(fn)
|
|
8
|
-
def trace(*args, **kwargs):
|
|
9
|
-
request = args[1]
|
|
10
|
-
request.headers = transfer(request.headers)
|
|
11
|
-
|
|
12
|
-
httpc_url = str(request.url)
|
|
13
|
-
callback = interceptor_httpc_request(fn, httpc_url, *args, **kwargs)
|
|
14
|
-
|
|
15
|
-
return callback
|
|
16
|
-
|
|
17
|
-
return trace
|
|
18
|
-
|
|
19
|
-
if hasattr(module, 'Client') and hasattr(module.Client, 'send'):
|
|
20
|
-
module.Client.send = wrapper(module.Client.send)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
if hasattr(module, 'AsyncClient') and hasattr(module.AsyncClient, 'send'):
|
|
24
|
-
module.AsyncClient.send = wrapper(module.AsyncClient.send)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap/trace/mod/application/django_asgi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{whatap_python-1.8.12 → whatap_python-1.8.13rc2}/whatap_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|