Metadata-Version: 2.1
Name: librelingo-yaml-loader
Version: 1.0.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.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: librelingo-types (>=1.0.0,<2.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


