Metadata-Version: 2.1
Name: librelingo-yaml-loader
Version: 1.10.1
Summary: Load YAML-based LibreLingo courses in your Python project.
Author: Dániel Kántor
Author-email: git@daniel-kantor.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: hunspell
Requires-Dist: Markdown (>=3.3.4,<4.0.0)
Requires-Dist: bleach (>=5.0.0,<6.0.0)
Requires-Dist: bleach-whitelist (>=0.0.11,<0.0.12)
Requires-Dist: click (>=7.0.0,<8.0.0)
Requires-Dist: html2markdown (>=0.1.7,<0.2.0)
Requires-Dist: hunspell (>=0.5.5,<0.6.0); extra == "hunspell"
Requires-Dist: librelingo-types (>=3.3.0,<4.0.0)
Requires-Dist: pyfakefs (>=4.3.3,<5.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: snapshottest (>=0.6.0,<0.7.0)
Description-Content-Type: text/markdown

<a id="librelingo_yaml_loader.yaml_loader"></a>

# librelingo\_yaml\_loader.yaml\_loader

<a id="librelingo_yaml_loader.yaml_loader.load_course"></a>

#### load\_course

```python
def load_course(path: str)
```

Load a YAML-based course into a Course() object


