cy-rule-engine 0.1.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.
cy_rule_engine/core.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cy_rule_engine
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Axonius CY Rule Engine placeholder package
|
|
5
|
+
Home-page: https://github.com/axonius/cy_rule_engine
|
|
6
|
+
Author: Axonius Publisher
|
|
7
|
+
Author-email: package-publisher@axonius.com
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Requires-Python: >=3.6
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
Dynamic: author
|
|
14
|
+
Dynamic: author-email
|
|
15
|
+
Dynamic: classifier
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: requires-python
|
|
20
|
+
Dynamic: summary
|
|
21
|
+
|
|
22
|
+
This is a placeholder package for CY Rule Engine.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
cy_rule_engine/__init__.py,sha256=s7xixfWQ09039Pu8ikxVA30PZ0I2Odw8rQqNas6A3Wo,62
|
|
2
|
+
cy_rule_engine/core.py,sha256=_5Vc9C2hiO660A8S-T80w4ZzGAr4v5FQnQjo9QC5AI8,144
|
|
3
|
+
cy_rule_engine-0.1.0.dist-info/METADATA,sha256=Y7GwpMzq6Mr2LZPLWjCL5eK8e077xuraKpMib7ujuc0,667
|
|
4
|
+
cy_rule_engine-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
cy_rule_engine-0.1.0.dist-info/top_level.txt,sha256=usWdrn24aLm-QKeoBFyeD-uGKPD7B0VRwLXvv9ggiYs,15
|
|
6
|
+
cy_rule_engine-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cy_rule_engine
|