Metadata-Version: 2.1
Name: githubportfolio
Version: 0.1.0
Summary: Opinionated template engine analysing your GitHub profile and repositories
Home-page: https://project.com
License: MIT
Keywords: python,github,readme
Author: George-Andrei Iosif
Author-email: hi@iosifache.me
Requires-Python: >=3.11,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pygithub (>=2.1.1,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Project-URL: Changelog, https://github.com/iosifache/gitportfolio/CHANGELOG.md
Project-URL: Issue Tracker, https://github.com/iosifache/gitportfolio/issues
Project-URL: Repository, https://github.com/iosifache/gitportfolio
Description-Content-Type: text/markdown

<p align="center">
    <img src="https://github.com/iosifache/gitportfolio/raw/main/others/banner.webp" height="256" alt="gitportfolio's logo"/>
</p>
<h2 align="center">GitPortfolio</h2>

## Description

**GitPortfolio** is **an opinionated template engine that replaces placeholders in files with data derived from an analysis of your GitHub profile and repositories**. When the tool is run repeatedly, it also uses a **cache** to reduce the amount of queries to the GitHub API.

## Read more

This is only an excerpt from the [`README.md` hosted on GitHub](https://github.com/iosifache/gitportfolio#readme).

