Metadata-Version: 2.3
Name: pybpsapi
Version: 1.3.4
Summary: This package is a Python wrapper for the BPS Circular API. It supports all the five endpoints of the API, and also contains a good circular-checking system.
License-Expression: MIT
License-File: LICENSE
Keywords: api,bps,bpsapi,python,python3,wrapper
Requires-Python: >=3.10
Requires-Dist: requests
Description-Content-Type: text/markdown

![PyPI](https://img.shields.io/pypi/v/pybpsapi?style=for-the-badge)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pybpsapi?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/BPS-Circular-API/python-package?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/BPS-Circular-API/python-package?style=for-the-badge)
![Python Version](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11-blue?style=for-the-badge)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/BPS-Circular-API/python-package?style=for-the-badge)
---

# pybpsapi - Python bindings for the BPS Circular API

What is `pybpsapi`?

`pybpsapi` is a Python library that allows you to interact with the BPS Circular API. It is written in Python using the requests library.
This package also features a well maintained and tried and tested circular-checking system to check for new circulars.

## Installation

`pybpsapi` can be installed using pip:

```bash
pip install pybpsapi
```

## Building

To build the package, you can use the following command:

```bash
py -m build
```

And to upload, 

```bash
py -m twine upload dist/*
```


## Contributing

Contributions are welcome! Please feel free to open an issue or a pull request on the [GitHub repository](https://bpsapi.rajtech.me/r/python-package)


## Documentation

**The full documentation for the package can be found [here](https://bpsapi.rajtech.me/docs/category/python-package).**

## License

This project is licensed under the MIT License - see the [LICENSE](https://bpsapi.rajtech.me/r/python-package/blob/master/LICENSE) file for details

---

Currently maintained by [Raj Dave](https://github.com/RajDave69)