nodrill nodrill nodrill
  • PyPI
  • Issues
/

Getting started

  • Getting started
    • Installation
    • Tutorial

Guides

  • Topic guides
    • Providers and scopes
    • Typed, class-keyed contexts
    • Defaults and misses
    • The ambient context
    • Dependency injection
    • Threads and asyncio
    • Testing
  • How-to guides
    • Scope a web request
    • Accumulate an audit trail
    • Fan out with asyncio
    • Run work in threads
    • Test injected code
    • Refer to a key you cannot import
    • Find out why the context is missing
    • See the context in a traceback
    • Add the context to every log record
    • Replace a hand-rolled ContextVar

Reference

  • API reference
    • Providers and lookups
    • Injection
    • Threads
    • Exceptions
    • Ambient context and testing
    • Debugging

Project

  • Project
    • What nodrill is for
    • Design notes
    • Performance
    • FAQ
    • Contributing
  1. nodrill /
  2. Project

Project#

What the library is for, what it deliberately is not, and why it is built the way it is.

  • What nodrill is for
  • Design notes
  • Performance
  • FAQ
  • Contributing
Previous
Debugging
Next
What nodrill is for