Contents

starlette-marshal 0.1.0

0

Dynamic JSON support for Starlette

Dynamic JSON support for Starlette

Stars: 1, Watchers: 1, Forks: 0, Open Issues: 0

The xarchived/starlette-marshal repo was created 2 years ago and the last code push was 2 years ago. The project is not very popular with only 1 github stars!

How to Install starlette-marshal

You can install starlette-marshal using pip

pip install starlette-marshal

or add it to a project with poetry

poetry add starlette-marshal

Package Details

Author
Xurvan
License
Apache License 2.0
Homepage
https://github.com/xtarlette/starlette-marshal
PyPi:
https://pypi.org/project/starlette-marshal/
GitHub Repo:
https://github.com/xtarlette/starlette-marshal

Classifiers

  • Software Development
No  starlette-marshal  pypi packages just yet.

Errors

A list of common starlette-marshal errors.

Code Examples

Here are some starlette-marshal code examples and snippets.

Related Packages & Articles

fastapi 0.110.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Starlette Routing Examples

Starlette routing can be composed in many different ways. Here is a simple example from Starlette’s documentation.

pretty print json using rich

Here are a few examples of pretty printing json from a command line terminal. As you can see in the example output, rich console can output json with proper indention and color syntax highlighting.

orjson 3.9.15

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy