Metadata-Version: 2.1
Name: pr_stats
Version: 0.0.2
Summary: This module brings different stats about pull requests using GitHub API.
Home-page: https://github.com/AmitHasanShuvo/PR-stats
Author: Kazi Amit Hasan
Author-email: kaziamithasan89@gmail.com
Keywords: stats,pull requests,github
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


# PR-stats
![Author](https://img.shields.io/badge/author-AmitHasanShuvo-orange)
[![MIT](https://img.shields.io/badge/license-MIT-5eba00.svg)](https://github.com/AmitHasanShuvo/data-inspector/blob/main/LICENCE.txt)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/AmitHasanShuvo/PR-stats)
[![Stars](https://img.shields.io/github/stars/AmitHasanShuvo/data-inspector.svg?style=social)](https://github.com/AmitHasanShuvo/PR-stats/stargazers)
[![Downloads](https://static.pepy.tech/personalized-badge/PR-stats?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/PR-stats)

PR-stats is an open-source python library that brings different functions to bring stats about pull requests.


## Author: Kazi Amit Hasan


## Project Description: 

Data Inspector brings 15++ essential exploratory data analysis, data cleaning automations to make a dataset understandable. This is a perfect tool to get started with you data. 

## Installation:

```pip install pr-stats```

Package available at https://pypi.org/project/pr-stats/


### Available automation:

All stats about pull requests: ``` get_pull_requests("ownername", "reponame", "your_token") ```




### How to cite:
  ```bibtex
@online{PR-stats,
  title={PR-stats},
  url={https://pypi.org/project/pr-stats/},
  urldate = {2023-01-06}, 
  publisher={Kazi Amit Hasan}
}
```

### Future Works:
1. Add some more automations.

### How to contribute:
Any contribution would be highly appreciated. Kindly go through the guidelines for contributing in github.




Change Log
==========

0.0.1 (6/1/2023)
------------------
- First Release

0.0.2 (6/1/2023)
------------------
- instructions added
