ferenda.sources.legal.se – repositories for Swedish law¶
ARN¶
Direktiv¶
-
class
ferenda.sources.legal.se.Direktiv(config=None, **kwargs)[source]¶ A composite repository containing
DirTrips,DirAspandDirRegeringen.
direktiv.DirTrips¶
-
class
ferenda.sources.legal.se.direktiv.DirTrips(config=None, **kwargs)[source]¶ Downloads Direktiv in plain text format from http://rkrattsbaser.gov.se/dir/
direktiv.DirAsp¶
-
class
ferenda.sources.legal.se.direktiv.DirAsp(config=None, **kwargs)[source]¶ Downloads Direktiv in PDF format from http://rkrattsdb.gov.se/kompdf/
direktiv.DirRegeringen¶
-
class
ferenda.sources.legal.se.direktiv.DirRegeringen(config=None, **kwargs)[source]¶ Downloads Direktiv in PDF format from http://www.regeringen.se/
DV¶
JO¶
MyndFskr¶
-
class
ferenda.sources.legal.se.myndfskr.MyndFskrBase(config=None, **kwargs)[source]¶ A abstract base class for fetching and parsing regulations from various swedish government agencies. These documents often have a similar structure both linguistically and graphically (most of the time they are in similar PDF documents), enabling us to parse them in a generalized way. (Downloading them often requires special-case code, though.)