Metadata-Version: 2.1
Name: gitlab-docs
Version: 0.0.39
Summary: A tool that automatically generates gitlab documentation from yaml files
Author: Charlie Smith
Author-email: me@charlieasmith.co.uk
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: jq (>=1.8.0,<2.0.0)
Requires-Dist: markdown-analysis
Requires-Dist: oyaml
Requires-Dist: prettytable
Requires-Dist: pytablewriter (>=1.2.0,<1.3.0)
Requires-Dist: semver (>=3.0.2,<4.0.0)
Requires-Dist: setuptools
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown



## Variables
|     Key     |   Value   | Description | Options  | Expand |
|:-----------:|:---------:|:-----------:|:--------:|:------:|
| OUTPUT_FILE | README.md |   &#x274c;  | &#x274c; |  true  |

## Includes

| Include Type |          Project          | Version | Valid Version | File | Variables | Rules |
|:------------:|:-------------------------:|:-------:|:-------------:|:----:|:---------:|:-----:|
|    local     | gitlab-ci/hidden.jobs.yml |   n/a   |    &#9989;    |      |           |       |
## Jobs

### **MEGALINTER**
|    **Key**    |               **Value**                |
|:-------------:|:--------------------------------------:|
| **artifacts** |            'when': 'always'            |
|               |     'paths': ['megalinter-reports']    |
|               |          'expire_in': '1 week'         |
|   **image**   |  oxsecurity/megalinter-python:v8.0.0   |
|   **stage**   |           code-quality11234            |
| **variables** | 'DEFAULT_WORKSPACE': '$CI_PROJECT_DIR' |
### **BUILD:PYTHON**
|     **Key**     |           **Value**            |
|:---------------:|:------------------------------:|
| **environment** |            release             |
|  **id_tokens**  | 'PYPI_ID_TOKEN': 'aud': 'pypi' |
|    **needs**    |               []               |
|    **stage**    |              .pre              |
### **DOCKER-BUILD-MASTER**
|   **Key**    |                                              **Value**                                               |
|:------------:|:----------------------------------------------------------------------------------------------------:|
|  **image**   |                                            docker:latest                                             |
|  **rules**   | ['if': '$CI_COMMIT_REF_NAME == $CI_COMMIT_TAG || $CI_COMMIT_REF_NAME == "f-code-for-includes-docs"'] |
| **services** |                                           ['docker:dind']                                            |
|  **stage**   |                                                build                                                 |
### **BUILD:DOCKER**
|   **Key**    |                                              **Value**                                               |
|:------------:|:----------------------------------------------------------------------------------------------------:|
|  **image**   |                                            docker:latest                                             |
|  **rules**   | ['if': '$CI_COMMIT_REF_NAME == $CI_COMMIT_TAG || $CI_COMMIT_REF_NAME == "f-code-for-includes-docs"'] |
| **services** |                                           ['docker:dind']                                            |
|  **stage**   |                                                build                                                 |
|   **tags**   |                                        ['gitlab-org-docker']                                         |


[comment]: <> (gitlab-docs-closing-auto-generated)
