https://github.com/thomashirtz/github-utilities
https://github.com/thomashirtz/github-utilities
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomashirtz/github-utilities
- Owner: thomashirtz
- Created: 2023-01-01T03:54:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T18:37:09.000Z (over 2 years ago)
- Last Synced: 2025-05-14T17:12:13.594Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_utilitiesraw_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
```