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

https://github.com/tingping/pandora-rest


https://github.com/tingping/pandora-rest

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Dependencies

- python 3.5+
- gbulb
- pygobject
- libsoup
- libsecret
- pytest-asyncio (tests-only)
- sphinx-autodoc-typehints (docs-only)
- sphinx_rtd_theme (docs-only)

## Testing

```
python3 -m pytest
```

## Building docs

```
python3 -m sphinx -b html docs _html
```