This repository contains the slides for the PyTexas 2023 talk, "Practical Decorators". Documentation is done using mkdocs and mkdocs-include-markdown-plugin. Pdm is used for dependency management.
To view the documentation as presented:
- Install Python 3.11+ and Pdm.
- Clone the repo.
- Run
pdm sync
to create a new virtual environment. - Run
pdm run mkdocs serve
to serve up the documents locally, orpdm run mkdocs build
to build local static files.
Example scripts in the examples/
folder should be runnable.
All code is licensed under the MIT license. Go nuts!
For errors or questions, message me at @[email protected]