Metadata-Version: 2.1
Name: u-copsapi
Version: 0.0.1
Summary: a fan made python API wrapper for the c-ops public api
Home-page: https://github.com/Kitsune-San/cops.py
Author: Kitsune
Author-email: kitsune@yokaigroup.gg
License: MIT
Keywords: cops,api,wrapper,apiwrapper,python,c-ops
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# fan made python API wrapper for the c-ops public api.

## Description:
A unofficial Python API wrapper for the public c-ops API, made by the community for the community.

## How to import:
```python from copspy import get_profile```

## How to use:
```python
#Get user profile by ign:
get_profile.get_user_by_ign(usernamehere)```
