auris_tools 0.0.1__py3-none-any.whl → 0.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: auris_tools
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: The swiss knife tools to coordinates cloud frameworks with an easy for Auris platforms
5
5
  Author: Antonio Senra
6
6
  Author-email: acsenrafilho@gmail.com
@@ -19,6 +19,12 @@ Description-Content-Type: text/markdown
19
19
 
20
20
  # auris-tools
21
21
 
22
+ [![PyPI version](https://img.shields.io/pypi/v/auris-tools.svg)](https://pypi.org/project/auris-tools/)
23
+ [![Documentation Status](https://readthedocs.org/projects/auris-tools/badge/?version=latest)](https://auris-tools.readthedocs.io/en/latest/?badge=latest)
24
+ [![CI for Develop Branch](https://github.com/AurisAASI/auris-tools/actions/workflows/ci_develop.yml/badge.svg?branch=develop)](https://github.com/AurisAASI/auris-tools/actions/workflows/ci_develop.yml)
25
+ [![CI for Develop Branch](https://github.com/AurisAASI/auris-tools/actions/workflows/ci_develop.yml/badge.svg?branch=main)](https://github.com/AurisAASI/auris-tools/actions/workflows/ci_develop.yml)
26
+ [![codecov](https://codecov.io/gh/AurisAASI/auris-tools/graph/badge.svg?token=08891W8HP2)](https://codecov.io/gh/AurisAASI/auris-tools)
27
+
22
28
  The swiss knife tools to coordinates cloud frameworks with an easy for Auris platforms
23
29
 
24
30
  ## Installation
@@ -65,12 +71,27 @@ The main classes and modules are organized as follows:
65
71
  ```bash
66
72
  task test
67
73
  ```
68
- - **Run linter (ruff):**
74
+ - **Run linter (blue and isort):**
69
75
  ```bash
70
76
  task lint
71
77
  ```
72
78
 
73
79
  Test coverage and linting are enforced in CI. Make sure all tests pass and code is linted before submitting a PR.
74
80
 
81
+ ## Documentation
82
+
83
+ We use MkDocs with Material theme for our documentation:
84
+
85
+ - **Run documentation server locally:**
86
+ ```bash
87
+ task docs
88
+ ```
89
+ - **Build documentation:**
90
+ ```bash
91
+ task docs-build
92
+ ```
93
+
94
+ The documentation is automatically published to Read the Docs when changes are pushed to the main branch.
95
+
75
96
  ---
76
97
 
@@ -6,6 +6,6 @@ auris_tools/officeWordHandler.py,sha256=Y_6K2fpmrEP-B7PZYmCYE6P0p1deSguIiopkHNL_
6
6
  auris_tools/storageHandler.py,sha256=-rbD0Oi4lstLv3ZVrF2ikUM8A5uPPrXfKGrn-dbXToI,6315
7
7
  auris_tools/textractHandler.py,sha256=OGrCwP_Jvehqivqw9ssLDeasJZX93Lg1O6A2NN553Wo,5247
8
8
  auris_tools/utils.py,sha256=pBI_2B0e0hMYFg337bbcjHUQQDM_-AdNgof5rJbcaC8,3308
9
- auris_tools-0.0.1.dist-info/METADATA,sha256=zcgXRMjeplXPk0GNsvQx-MI66iO78e6hDxACttZ97Jw,2061
10
- auris_tools-0.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
- auris_tools-0.0.1.dist-info/RECORD,,
9
+ auris_tools-0.0.2.dist-info/METADATA,sha256=CD-a2dAfolPcMF6CYuLFdDvWi7PMH9DsKkEQm0NdEHY,3180
10
+ auris_tools-0.0.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
+ auris_tools-0.0.2.dist-info/RECORD,,