Metadata-Version: 2.1
Name: librelingo-yaml-loader
Version: 1.7.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.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: hunspell
Requires-Dist: Markdown (>=3.3.4,<4.0.0)
Requires-Dist: bleach (>=4.0.0,<5.0.0)
Requires-Dist: bleach-whitelist (>=0.0.11,<0.0.12)
Requires-Dist: click (>=7.1.2,<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.0.0,<4.0.0)
Requires-Dist: pyfakefs (>=4.3.3,<5.0.0)
Requires-Dist: python-slugify (>=4.0.1,<5.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: slugify (>=0.0.1,<0.0.2)
Requires-Dist: snapshottest (>=0.6.0,<0.7.0)
Description-Content-Type: text/markdown

<a name="librelingo_yaml_loader"></a>
# librelingo\_yaml\_loader

Load YAML-based LibreLingo courses in your Python project.

<a name="librelingo_yaml_loader.yaml_loader"></a>
# librelingo\_yaml\_loader.yaml\_loader

<a name="librelingo_yaml_loader.yaml_loader.load_course"></a>
#### load\_course

```python
load_course(path)
```

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


