Metadata-Version: 2.1
Name: Ananth2023DevOpsTeamList
Version: 1.0.2
Summary: Displays the DevOps Team List of Presidio
Author: Ananth S S
Author-email: ananthsekar007@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: ascii_magic
Requires-Dist: colorama
Requires-Dist: requests


# Ananth-2023-DevOpsTeamList

This module is used to display the current Presidio DevOps Fresher team list.


## Installation

Install this package with pip

```bash
  pip install Ananth2023DevOpsTeamList
```
    

## Usage/Examples

```python
import Ananth2023DevOpsTeamList as a

a.get_devops_details()

```

