Skip to main content

backtide

Test the idea. Trade the evidence.

A refreshingly simple backtesting and paper trading platform for retail investors


📜 Overview

General Information
Repository Project Status: Active License: MIT Downloads PyPI version
Build Publish Linting and tests codecov
Code Python uv-managed PEP8 ruff ty

Home Experiment
Results Paper trading
Storage Analysis

💡 Introduction

Backtide is an open-source backtesting platform for Python, built for retail investors who want to test trading ideas without drowning in complexity. A Rust-powered core keeps simulations and paper execution fast, while sensible defaults let you go from raw multi-exchange data to validated strategies in just a few lines of code. Run the same strategy objects against historical bars or public exchange WebSockets, without connecting a brokerage account.


❗ Why you should use Backtide?

  • Fast — Rust-powered engine runs backtests in a fraction of a second.
  • Simple — Sensible defaults mean a working backtest in minutes, not hours of configuration.
  • Flexible — Every parameter is exposed and customizable when you need full control.
  • Multi-exchange — Stocks, ETFs, forex and crypto from Yahoo, Binance, Kraken and more.
  • Batteries included — Built-in strategies and technical indicators out of the box.
  • Rich analytics — 20+ plots cover PnL, returns, drawdown and more.
  • Live paper trading — Apply strategies to Binance, Coinbase, or Kraken WebSocket candles with local simulated fills.
  • Interactive UI — A packaged Vue app configures, runs, and analyzes backtests and paper sessions visually.
  • Simple installation — Python wheels include the Rust extension and production frontend; users do not need Rust or Node.js.
  • Open source — MIT-licensed, community-driven and free forever.

Installation

Install the wheel and launch the local application:

pip install backtide
backtide launch

That single Python installation includes the compiled backend and web frontend.


📈 Performance

Based on comprehensive benchmarks:

Data download & storage

Operation Performance Use Case
OHLC download (1 symbol - 1m)* ~33ms Data ingestion
OHLC download (1 symbol - 1d)* ~31ms Data ingestion
Batch insert (100 bars) ~20ms Bulk processing
Batch insert (10k bars) ~45ms Bulk processing
Historical read (1000 bars) ~1.5ms Backtesting
Historical read (1M bars) ~711ms Backtesting

*Downloads hit real network endpoints. Yahoo Finance applies rate limits, so these numbers are meant as a reference, not as a real benchmark.


Backtest (11k bars)

Strategy Performance Use Case
Buy & Hold ~1.1ms Backtesting
ROC Rotation ~1.1ms Backtesting
RSRS Rotation ~1.1ms Backtesting
Multi-BB Rotation ~1.2ms Backtesting
ROC ~1.3ms Backtesting
Triple RSI Rotation ~1.5ms Backtesting
VCP ~1.5ms Backtesting
RSRS ~1.7ms Backtesting
Double Top ~2.2ms Backtesting
Momentum ~4.1ms Backtesting
SMA Naive ~4.2ms Backtesting
Alpha RSI Pro ~4.5ms Backtesting
Turtle Trading ~4.6ms Backtesting
Risk Averse ~4.9ms Backtesting
BB Mean Reversion ~5.5ms Backtesting
MACD ~6.3ms Backtesting
Adaptive RSI ~7.4ms Backtesting
SMA Crossover ~7.7ms Backtesting
Hybrid Alpha RSI ~7.9ms Backtesting
RSI ~8.8ms Backtesting

📘 Documentation

Relevant links
About Learn more about the package.
🚀 Getting started New to backtide? Here's how to get you started!
👨‍💻 User guide How to use backtide and its features.
🎛️ API Reference The detailed reference for backtide's API.
FAQ Get answers to frequently asked questions.
🔧 Contributing Do you wan to contribute to the project? Read this before creating a PR.
🌳 Dependencies Which other packages does backtide depend on?
📃 License Copyright and permissions under the MIT license.__

Download files

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

Source Distribution

backtide-0.2.1.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

backtide-0.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp314-cp314t-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp314-cp314-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.14Windows x86-64

backtide-0.2.1-cp314-cp314-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp314-cp314-macosx_11_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

backtide-0.2.1-cp313-cp313-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.13Windows x86-64

backtide-0.2.1-cp313-cp313-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

backtide-0.2.1-cp312-cp312-win_amd64.whl (17.8 MB view details)

Uploaded CPython 3.12Windows x86-64

backtide-0.2.1-cp312-cp312-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

backtide-0.2.1-cp311-cp311-win_amd64.whl (17.9 MB view details)

Uploaded CPython 3.11Windows x86-64

backtide-0.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

backtide-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (20.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file backtide-0.2.1.tar.gz.

File metadata

  • Download URL: backtide-0.2.1.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1.tar.gz
Algorithm Hash digest
SHA256 541cb47c4955b9daa3ce22ccbdf91c841723b0db261ce2c6167329ab34574074
MD5 3b4f2168441fd916923e5f1f8e15b9f6
BLAKE2b-256 58ad1f3ae5055d015763111039a483b11c6a02515e5ee6c0be552aede811c750

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: PyPy, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 baeaa30179f1a87475e570f7aca88fe554e57fc9691101990b203d295af56f94
MD5 c08df82bad57fdab6593b0030fc966e2
BLAKE2b-256 0c736779cc73bd2053709eb5fe28e09902273eb00e6932d73ff02e51370e7631

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp314-cp314t-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 728acdc31f198d60d8bd9c82ab34409012044e7ce7f22c0a9a5e5b44b4cb2e1b
MD5 afc3758ac1fe5c3e1b2ab61a45145c1b
BLAKE2b-256 dcdcecc025066999aa48d311b7b1a1f0a67e9ec453aa7bd36a307508aef0a58b

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2aa86ba5bbfb45784003f02fc46a47ce4d44b48afc14c8d8bb0435129c3ae358
MD5 914b8378f71a40d2532e457fb432fe1f
BLAKE2b-256 b5f8aaf792da28c9353a80f408a8c32c698e94697f3acdde8d5ffbc58a0340f1

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp314-cp314-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.14, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d0ef832fb9aebe18efd9454abad5ac1f3729b937d1a7cf6d8da554ed36b748f
MD5 276c7b07c7970cb06d8d5cbb795dfa84
BLAKE2b-256 70228a9a0d0cb83c67cd4ddfc34187463190618423dacfccde20bde89661ae78

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 20.8 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf5e81dfc6c0c4160baeb0bd5191601a9d6747527ca4c7c57fc3fe04f7dd0115
MD5 63217219e1f8e18a447f4c0c38756f29
BLAKE2b-256 3c9cec1ca93592cf83c77f6a2615adbff33106b8fb826f0f7f53cc94e5a80151

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7b5e8b324596c3f52828933eb087adc327901b4d2b59ec2701cf0d80490b7424
MD5 a6131b166d3efb6635a2a4a6b7f7aaea
BLAKE2b-256 138ef231bc1d3e0dbab136e7b2708d43a906bdc2d5e898863158d873fb04a9e5

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02bcea8d006775c2459427ec2eb4ee63dcdaa1b1cf481ed31cbc03a1c1828aca
MD5 4efd8d9dc15604082ea2db3a4703f160
BLAKE2b-256 e681e3995d3c0dadff45c954892951bd462bba7e9f824df5900a4469afb39eba

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 20.8 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0027e7f354d943545daa55e090b0f4579cb5cfb807db248b5e12abd48a186be3
MD5 337cea1560757674f7237c44037e06d9
BLAKE2b-256 a36de517012936a75b150e4827fac09f80efb3db55137f7d229ec517cbceb16e

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 17.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b79aee1c9341a9b3cf6c9ced4b5530536427eba205e2f1a2d8111912e92dc465
MD5 8874348eb8496b71d6ceba3111b62599
BLAKE2b-256 fea354a854b75c309d16d3af185127360c71598e0669e52bd7b0e4e68b9699de

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 305065e4969b773bf9ef8035ec5359fb1506e61d9d31c37e502a7227c875d209
MD5 4482666ca64bf3fb312205acfd5020bd
BLAKE2b-256 ee658c82863a987f99e056769934147ea1a7011a9b78475a90232249e0fd5ca6

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 20.8 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeb94a153e8d187ca9a03d1551ec05086d8c6e0437c38b7ccfe479c81792f19d
MD5 944d2a333546b26e5ac54eac0cd5ccfe
BLAKE2b-256 30c17e82932e27f22d8539a4e2bcc8f5a12686ffa6808b3cf214e8038f6b3de8

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 17.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 53ca151c077d1329ff9e6d039e404d231b74ababbcf30388ebc05bc8cb6264a1
MD5 1bb4294b1598a53236966bf84099b996
BLAKE2b-256 e8081200c743eabd7cfb9bb9163acd0312ae48914d0c56fc2eede0c298527da2

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e5335395ba1d24c0862b785a55e666f37e96ecbd1a5ffac3a675ed6c0fd533b
MD5 595ea3b9d28e17df977741ceee6ade2f
BLAKE2b-256 d73ea26a1eedaeaee294b9c312e5e1cd83bf1237832dab780ba6bb64e3b7eaf9

See more details on using hashes here.

File details

Details for the file backtide-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: backtide-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 20.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for backtide-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7abddfd797c9783276d83df087ae76ff8a1f4b2470c0bf998fa91ae7f400114
MD5 238bba8860ba974411cde9538affa9c7
BLAKE2b-256 296aa515bade15309f3440d6ac7e4849f811cb76e8009a8b7d6c5abc48bfafab

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.0

15 files

This release

0.2.1 This release

15 files

0.2.0

15 files

0.1.5

14 files

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page