Metadata-Version: 2.4
Name: githubranger
Version: 2025.6.0
Summary: Python package for managing and automating tasks across multiple GitHub repositories.
Project-URL: Repository, https://github.com/teachnology/githubranger
Author-email: Marijan Beg <m.beg@imperial.ac.uk>
License-Expression: MIT
License-File: LICENSE
Keywords: automation,github,higher education,repositories
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Requires-Dist: pandas>=2.2.3
Requires-Dist: requests>=2.32.3
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# githubranger
[Marijan Beg](https://github.com/marijanbeg)<sup>1</sup>

<sup>1</sup> *Department of Earth Science and Engineering, Imperial College London, London SW7 2AZ, UK*  

## About

`githubranger` is a Python package for efficiently managing and automating tasks across multiple GitHub repositories.

## Installation

You can install `githubranger` via `pip` from PyPI:

```bash
pip install githubranger
```

## Documentation

TBC (for now, refer to docstrings...)

## Support

If you require support, have questions, want to report a bug, or want to suggest an improvement, please raise an issue in this repository.

## Contributions

All contributions are welcome, however small they are. If you would like to contribute, please fork the repository and create a pull request. If you are not sure how to contribute, please contact us by raising an issue in this repository, and we are going to help you get started and assist you on the way.

## License

Licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.