Metadata-Version: 2.1
Name: teamlistdevops
Version: 1.0.3
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 ==2.3.0
Requires-Dist: colorama ==0.4.6
Requires-Dist: requests ==2.31.0


# 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 teamlistdevops
```
    

## Usage/Examples

```python
import teamlistdevops as t

t.get_devops_details()

```

