bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Preparation or improvement of the guide for implementation of `GitHubInterface` class that provides simple interface for `PyGitHub` library (issue #868 related) #871

Closed bogumilchilinski closed 2 weeks ago

bogumilchilinski commented 3 weeks ago

The goal is to prepare or improve a guide or report that is generated by the following code:

from dynpy.utilities.documents.document import GithubSynchroGuide
GithubSynchroGuide();
amvdek commented 2 weeks ago

Additional reporting component has been implemented that presents usage of the GitHubInterface class (#714 ).

The code was checked with the following call:

from dynpy.utilities.documents.document import GithubSynchroGuide
GithubSynchroGuide();