Metadata-Version: 2.1
Name: python-auditor
Version: 0.0.6
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Summary: Python interface to AuditorClient
Keywords: accounting,opportunistic,grid-computing,batch-systems
Home-Page: https://alu-schumacher.github.io/AUDITOR/
Author: Stefan Kroboth <stefan.kroboth@gmail.com>
Author-email: Stefan Kroboth <stefan.kroboth@gmail.com>
License: MIT OR Apache-2.0
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/alu-schumacher/AUDITOR

<p align="center">
  <a href="https://pypi.org/project/python-auditor/">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/python-auditor?style=flat-square">
  </a>
  <a href="https://pypi.org/project/python-auditor/">
    <img alt="PyPI - Status" src="https://img.shields.io/pypi/status/python-auditor?style=flat-square">
  </a>
  <a href="https://pypi.org/project/python-auditor/">
    <img alt="PyPI - Format" src="https://img.shields.io/pypi/format/python-auditor?style=flat-square">
  </a>
  <a href="https://github.com/alu-schumacher/AUDITOR/actions"
    ><img
      src="https://img.shields.io/github/workflow/status/alu-schumacher/AUDITOR/Auditor/main?label=Auditor CI&style=flat-square"
      alt="GitHub Actions workflow status"
  /></a>
  <img
    src="https://img.shields.io/crates/l/auditor?style=flat-square"
    alt="License"
  />
</p>

# pyauditor

**pyauditor** is a Python library which simplifies the interaction with AUDITOR from Python.

For more information please [visit our website](https://alu-schumacher.github.io/AUDITOR/).


<p align="center">
  <a href="https://alu-schumacher.github.io/AUDITOR/pyauditor/">pyauditor Documentation</a>
  |
  <a href="https://alu-schumacher.github.io/AUDITOR/">Auditor Documentation</a>
</p>

## License

Licensed under either of

 - 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>)
 - MIT License ([LICENSE-MIT](https://github.com/ALU-Schumacher/AUDITOR/blob/main/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

at your option.

### Contribution

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.

