Pyvorin
Product How It Works Benchmarks Pricing FAQ Articles Docs
Log in Start Free Trial
Product How It Works Benchmarks Pricing FAQ Articles Docs Log in Start Free Trial
Docs how-to
All docs

On this page

Local Files Parse with Python Export to CSV

Categories

adoption 8 advanced 15 architecture 8 best-practices 15 case-studies 8 cloud 7 comparisons 7 containers 5 cost-savings 10 edge 65 Getting Started 1 getting-started 2 guides 98 help 4 how-to 20 implementation 20 industries 37 integrations 15 migration 6 python-features 12 reference 4 security 6 thin-client 15 workloads 4

Related

How to Benchmark a Function How to Bundle a Project How to Cache Artifacts in CI How to Compile Your First Function How to Debug a Correctness Mismatch
how-to

How to Export Usage Data

Download and analyse your usage JSON files.

Published May 30, 2026

Local Files

ls ~/.pyvorin/usage/

Parse with Python

import json, pathlib
for f in pathlib.Path("~/.pyvorin/usage").expanduser().glob("*.json"):
    event = json.loads(f.read_text())
    print(event["timestamp"], event["backend_used"])

Export to CSV

pyvorin report > usage_report.txt

Product

  • Features
  • Benchmarks
  • Detailed Results
  • Pricing

Resources

  • Articles
  • Documentation
  • Whitepaper
  • Architecture
  • Speed Benefits
  • Use Cases

Company

  • Contact
  • FAQ

Legal

  • Privacy
  • Terms
  • Cookies
  • Security
  • Acceptable Use
  • Subprocessors
© 2026 Pyvorin. All rights reserved.