Metadata-Version: 2.1
Name: markata-gh
Version: 0.6.0
Project-URL: Documentation, https://github.com/WaylonWalker/markata-gh#readme
Project-URL: Issues, https://github.com/WaylonWalker/markata-gh/issues
Project-URL: Source, https://github.com/WaylonWalker/markata-gh
Author-email: "Waylon S. Walker" <waylon@waylonwalker.com>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: jinja2
Requires-Dist: markata
Description-Content-Type: text/markdown

# Markata gh

## Installation

```console
pip install markata-gh
```
 
## Usage

`markta-gh` is a jinja plugin for markata, once installed it can be enabled through the following config.

``` toml
[markata.jinja_md]
extensions = ['markata_gh.repo_list.GhRepoListTopic']
```

Inside your markdown you can use the `gh_repo_list_topic` tag.

``` markdown
## Markata plugins

{% gh_repo_list_topic "markata" %}
```

## Example

![image](https://user-images.githubusercontent.com/22648375/187774254-e9ebd2be-6ba2-4975-84fb-79132673d695.png)

## License

`markata-gh` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
