Skip to main content

Client library for moonroof

Project description

Moonroof Django Client Library

Coming soon... this is not production ready!

Visit https://moonroof.io/get-started to get an API Key

Install & Setup

Download the package

pip install moonroof

and update Django settings

MIDDLEWARE = [
  ...,
  'moonroof.MoonroofMiddleware',
  ...
]

MOONROOF_API_KEY = '<Your API Key Here>'

TODO

  • Add logging
  • More detailed profile information where possible (without significantly slowing down API response time!)
    • Which models are involved
    • Serializer time (DRF)
    • View time
    • Library code vs your code
  • Look into [Errno 54] Connection reset by peer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moonroof-0.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

moonroof-0.0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page