Skip to content

synadia-io/orbit.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbit

A set of independent utilities around the NATS ecosystem, each published as its own orbit-* distribution so you depend only on what you use.

Layout

A uv workspace: each utility is a member that imports under the shared orbit namespace — orbit-<name>import orbit.<name>.

Development

uv sync                # set up the workspace
uv run pytest          # tests
uv run ruff format     # format
uv run ruff check .    # lint
uv run ty check        # type-check

License

Apache 2.0 — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors