cscope 0.0.0__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.
- cscope/__init__.py +6 -0
- cscope-0.0.0.dist-info/METADATA +21 -0
- cscope-0.0.0.dist-info/RECORD +4 -0
- cscope-0.0.0.dist-info/WHEEL +4 -0
cscope/__init__.py
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cscope
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Placeholder — name reserved for C-Scope (runtime causal-trace tooling). Not yet released.
|
|
5
|
+
Author: enikok
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Keywords: causal,debugging,observability,tracing
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# cscope
|
|
17
|
+
|
|
18
|
+
Placeholder release reserving the `cscope` name on PyPI.
|
|
19
|
+
|
|
20
|
+
**C-Scope is not yet released.** This package contains no functionality.
|
|
21
|
+
A real release with the actual tooling will follow.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
cscope/__init__.py,sha256=CRDODgd4RxDk9lYQ0chAgAZMXNIrW-HavXFesi8fFpk,157
|
|
2
|
+
cscope-0.0.0.dist-info/METADATA,sha256=HeJucu88_GEHDgwb-z3aWH8agO3oiWyxJY-yupiSl-Q,742
|
|
3
|
+
cscope-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
cscope-0.0.0.dist-info/RECORD,,
|