An open API service indexing awesome lists of open source software.

https://github.com/thomashirtz/github-utilities


https://github.com/thomashirtz/github-utilities

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# github-utilities

Collections of tools related to the management of github repositories.

## `get-markdown-link`

Give the URL extension to access the specified anchor by giving the content line.

```python
import github_utilities

raw_string = '## `get-markdown-link`'
url_extension = github_utilities.get_markdown_link(string=raw_string)
```

## Installation

By running the command:
```
pip install git+https://github.com/thomashirtz/github-utilities#egg=github-utilities
```