Metadata-Version: 2.1
Name: riksdagenapi
Version: 0.0.3
Summary: Libray for accessing the Riksdagen API
License: GPLv3+
Keywords: riksdagen,swedish parliament,parliament,open data
Author: Dennis Priskorn
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: rich (>=13.3.0,<14.0.0)
Description-Content-Type: text/markdown

# Riksdagen API
This library makes it easy to get data from Riksdagen

# Features
It currently only support getting documents by id and 

See http://data.riksdagen.se/dokumentation/ for details.

## What I learned from writing this
* Writing this library I intentionally tried 
  using Test Driven Development. This proved to be 
  a valuable exercise!
  
## License
GPLv3+
