Metadata-Version: 2.1
Name: gh-star-count
Version: 1.1.0
Summary: python program to interact with Github and retrieve data
License: MIT
Author: Adnene_wsl
Author-email: adnen.guessoum@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: graphqlclient (>=0.2.4,<0.3.0)
Requires-Dist: pygithub (>=1.56,<2.0)
Requires-Dist: python-graphql-client (>=0.4.3,<0.5.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Requires-Dist: types-requests (>=2.28.11.2,<3.0.0.0)
Description-Content-Type: text/markdown

# Starcount - GitHub CLI

Python package to interact with GitHub and retrieve data.

- commands:

Count all stars of all repos of yourself, a specified user or an organization.

Allow a nicely printed format as default.

Modify your user description by adding a tea emoji and a heart.

Set your user status (top-right when clicking on username):
emoji and status message.

- Focus points:

Focus on usability and clarity with Typer for end-user

Integrate best practices about linting, CI/CD, documentation, package management
and pypi deployment.

- TODO :

Print out details about yourself, a user or organization. 

Allow for output in JSON.

- project infos:

Source Code: https://github.com/adnene-guessoum/Github_cli

Documentation: https://adnene-guessoum.github.io/Github_cli/

