ats_utilities.splash.github_infrastructure module¶
- Module
- github_infrastructure.py
- Copyright
- Copyright (C) 2021 Vladimir Roncevic <elektron.ronca@gmail.com> ats_utilities is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ats_utilities is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
- Info
- Defined class GitHubInfrastructure with attribute(s) and method(s). Created API for processing hyperlinks for splash.
-
class
ats_utilities.splash.github_infrastructure.
GitHubInfrastructure
(property, verbose=False)[source]¶ Bases:
object
Defined class GitHubInfrastructure with attribute(s) and method(s). Created API for processing hyperlinks for splash. It defines:
attributes: __verbose - enable/disable verbose option.__property - splash property in dict format.methods: __init__ - initial constructor.get_info_text - pre-processed info text.get_issue_text - pre-processed issue text.get_author_text - pre-processed author text.__str__ - dunder method for GitHubInfrastructure.-
VERBOSE
= 'ats_utilities::splash::github_infrastructure'¶
Pre-processed author text for splash.
Returns: hyperlink with author info. Return type: <str> Exceptions: None
-