Marketplace
Writing python services
Writing a class with encapsulated logic that interfaces with an external system. Logging, APIs, etc.
$ Instalar
git clone https://github.com/jack-michaud/faire /tmp/faire && cp -r /tmp/faire/jack-software/skills/writing-python-services ~/.claude/skills/faire// tip: Run this command in your terminal to install the skill
SKILL.md
name: Writing python services description: Writing a class with encapsulated logic that interfaces with an external system. Logging, APIs, etc.
-
Use python 3.12+ syntax for types
- e.g.
|for unions,| Nonefor optional
- e.g.
-
No side effects in constructor
- Use
@cached_propertyand lazily evaluate properties needing IO
- Use
-
Methods use
dataclassesfor arguments and responses
Repository

jack-michaud
Author
jack-michaud/faire/jack-software/skills/writing-python-services
3
Stars
0
Forks
Updated4d ago
Added1w ago