https://github.com/tingping/pandora-rest
https://github.com/tingping/pandora-rest
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tingping/pandora-rest
- Owner: TingPing
- Created: 2017-12-03T22:11:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T12:53:29.000Z (over 8 years ago)
- Last Synced: 2024-12-18T06:27:02.113Z (over 1 year ago)
- Language: Python
- Size: 1.61 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
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
```