Metadata-Version: 2.1
Name: nord-pygments
Version: 0.0.2
Summary: A nord-inspired style for Pygments
Home-page: https://github.com/lewisacidic/nord-pygments
Author: Rich Lewis
Author-email: opensource@richlew.is
License: MIT
Keywords: pygments,style,nord
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pygments

# nord-pygments
A nord-inspired style for pygments

## Installing

With `pip`:

```sh
pip install nord-pygments
```

## Usage

```python
from nord_pygments import Nord

...
```



