Metadata-Version: 2.3
Name: gitdoap
Version: 0.1.0
Summary: 
Author: Natanael Arndt
Author-email: arndtn@gmail.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: pygithub (>=2.6.1,<3.0.0)
Requires-Dist: rdflib (>=7.1.4,<8.0.0)
Requires-Dist: typer (>=0.16.0,<0.17.0)
Description-Content-Type: text/markdown

# GitDOAP

A small python library to generate a description of a project (doap) from a git
repository.

> [!NOTE]
> Maybe looking at https://pypi.org/project/doapfiend/ is also interesting.

