Skip to contents

openneuro 0.1.0

Initial Release

  • Search and explore OpenNeuro datasets via GraphQL API

  • Download datasets with multi-backend support

    • on_download() - Download files with automatic backend selection
    • HTTPS fallback always available
    • S3 (via AWS CLI) for faster parallel downloads
    • DataLad for version-controlled provenance tracking
  • CRAN-compliant caching with manifest tracking

  • Lazy handle pattern for pipeline integration

  • Developer utilities

    • on_client() - Create and configure API clients
    • on_doctor() - Diagnose backend availability
    • Comprehensive mocked test suite with httptest2