python-auditor 0.10.2__cp314-none-win_amd64.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.
pyauditor/__init__.py ADDED
@@ -0,0 +1,5 @@
1
+ from .pyauditor import *
2
+
3
+ __doc__ = pyauditor.__doc__
4
+ if hasattr(pyauditor, "__all__"):
5
+ __all__ = pyauditor.__all__
Binary file
@@ -0,0 +1,69 @@
1
+ Metadata-Version: 2.1
2
+ Name: python-auditor
3
+ Version: 0.10.2
4
+ Classifier: Programming Language :: Rust
5
+ Classifier: Programming Language :: Python :: Implementation :: CPython
6
+ Classifier: Development Status :: 3 - Alpha
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: Intended Audience :: Information Technology
9
+ Classifier: Intended Audience :: Science/Research
10
+ Classifier: Intended Audience :: System Administrators
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Summary: Python interface to AuditorClient
14
+ Keywords: accounting,opportunistic,grid-computing,batch-systems
15
+ Home-Page: https://alu-schumacher.github.io/AUDITOR/
16
+ Author: Stefan Kroboth <stefan.kroboth@gmail.com>
17
+ Author-email: Stefan Kroboth <stefan.kroboth@gmail.com>
18
+ License: MIT OR Apache-2.0
19
+ Requires-Python: >=3.9
20
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
21
+ Project-URL: Source Code, https://github.com/alu-schumacher/AUDITOR
22
+
23
+ <p align="center">
24
+ <a href="https://pypi.org/project/python-auditor/">
25
+ <img alt="PyPI" src="https://img.shields.io/pypi/v/python-auditor?style=flat-square">
26
+ </a>
27
+ <a href="https://pypi.org/project/python-auditor/">
28
+ <img alt="PyPI - Status" src="https://img.shields.io/pypi/status/python-auditor?style=flat-square">
29
+ </a>
30
+ <a href="https://pypi.org/project/python-auditor/">
31
+ <img alt="PyPI - Format" src="https://img.shields.io/pypi/format/python-auditor?style=flat-square">
32
+ </a>
33
+ <a href="https://github.com/alu-schumacher/AUDITOR/actions"
34
+ ><img
35
+ src="https://img.shields.io/github/workflow/status/alu-schumacher/AUDITOR/Auditor/main?label=Auditor CI&style=flat-square"
36
+ alt="GitHub Actions workflow status"
37
+ /></a>
38
+ <img
39
+ src="https://img.shields.io/crates/l/auditor?style=flat-square"
40
+ alt="License"
41
+ />
42
+ </p>
43
+
44
+ # pyauditor
45
+
46
+ **pyauditor** is a Python library which simplifies the interaction with AUDITOR from Python.
47
+
48
+ For more information please [visit our website](https://alu-schumacher.github.io/AUDITOR/).
49
+
50
+
51
+ <p align="center">
52
+ <a href="https://alu-schumacher.github.io/AUDITOR/pyauditor/">pyauditor Documentation</a>
53
+ |
54
+ <a href="https://alu-schumacher.github.io/AUDITOR/">Auditor Documentation</a>
55
+ </p>
56
+
57
+ ## License
58
+
59
+ Licensed under either of
60
+
61
+ - Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/ALU-Schumacher/AUDITOR/blob/main/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
62
+ - MIT License ([LICENSE-MIT](https://github.com/ALU-Schumacher/AUDITOR/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
63
+
64
+ at your option.
65
+
66
+ ### Contribution
67
+
68
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
69
+
@@ -0,0 +1,5 @@
1
+ python_auditor-0.10.2.dist-info/METADATA,sha256=lJrFLxK6PAtcDE82ZgzK3xLGtTgKXFx8yBaEwgq_p0g,2900
2
+ python_auditor-0.10.2.dist-info/WHEEL,sha256=v2Qtrs3dxaJ39O-YrC7-4iSAt3vQe_xv0Qfu4h2aQS4,95
3
+ pyauditor/__init__.py,sha256=5Kbd9Hzx9SsImf8mF5kZvg_z_9tQf0E3wr9V_3KVO5w,119
4
+ pyauditor/pyauditor.cp314-win_amd64.pyd,sha256=2gJ69c3p_mkPZ4PGmeGsNgp0CHZ-tXCbYrUs71T_TAw,10672640
5
+ python_auditor-0.10.2.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.2.3)
3
+ Root-Is-Purelib: false
4
+ Tag: cp314-none-win_amd64