Metadata-Version: 2.1
Name: librelingo_yaml_loader
Version: 1.12.0
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: hunspell
Requires-Dist: Markdown (>=3.3.4,<4.0.0)
Requires-Dist: bleach (>=6.0.0,<7.0.0)
Requires-Dist: bleach-allowlist (>=1.0.3,<2.0.0)
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: jsonschema (>=4.17.3,<5.0.0)
Requires-Dist: librelingo-types (>=3.3.0,<4.0.0)
Requires-Dist: pyfakefs (>=5.0.0,<6.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


