darwin-py
  • Packages
    • darwin package
      • Subpackages
        • darwin.dataset package
        • darwin.exporter package
        • darwin.extractor package
        • darwin.importer package
        • darwin.torch package
        • darwin.utils package
        • darwin.version package
      • Submodules
      • darwin.backend_v2 module
        • inject_default_team_slug()
        • BackendV2
      • darwin.cli module
        • main()
      • darwin.cli_functions module
        • validate_api_key()
        • authenticate()
        • current_team()
        • list_teams()
        • set_team()
        • set_compression_level()
        • create_dataset()
        • local()
        • path()
        • url()
        • export_dataset()
        • pull_dataset()
        • split()
        • list_remote_datasets()
        • remove_remote_dataset()
        • dataset_list_releases()
        • upload_data()
        • dataset_import()
        • list_files()
        • set_file_status()
        • delete_files()
        • validate_schemas()
        • dataset_convert()
        • convert()
        • post_comment()
        • report_annotators()
        • help()
        • print_new_version_info()
        • extract_video_artifacts()
      • darwin.client module
        • JobPendingException
        • log_rate_limit_exceeded()
        • retry_if_status_code_429()
        • retry_if_status_code_429_or_5xx()
        • log_retry_error()
        • Client
      • darwin.config module
        • Config
      • darwin.datatypes module
        • Success
        • JSONType
        • sorted_nested_lists()
        • SubAnnotationType
        • Team
        • Feature
        • AnnotationClass
        • SubAnnotation
        • AnnotationAuthorRole
        • AnnotationAuthor
        • Annotation
        • VideoAnnotation
        • Slot
        • SourceFile
        • AnnotationFileVersion
        • Property
        • PropertyClass
        • parse_property_classes()
        • split_paths_by_metadata()
        • AnnotationFile
        • make_bounding_box()
        • make_tag()
        • make_polygon()
        • make_complex_polygon()
        • make_keypoint()
        • make_line()
        • make_skeleton()
        • make_ellipse()
        • make_cuboid()
        • make_table()
        • make_simple_table()
        • make_string()
        • make_graph()
        • make_mask()
        • make_raster_layer()
        • make_instance_id()
        • make_attributes()
        • make_text()
        • make_opaque_sub()
        • make_keyframe()
        • make_video_annotation()
        • MaskTypes
        • AnnotationMask
        • RasterLayer
        • ManifestItem
        • SegmentManifest
        • ObjectStore
        • StorageKeyDictModel
        • StorageKeyListModel
        • ReportJob
        • AnnotatorReportGrouping
      • darwin.doc_enum module
        • DocEnum
      • darwin.exceptions module
        • DarwinException
        • GracefulExit
        • IncompatibleOptions
        • MissingDependency
        • UnrecognizableFileEncoding
        • Unauthenticated
        • InvalidLogin
        • InvalidTeam
        • InvalidCompressionLevel
        • MissingConfig
        • UnsupportedExportFormat
        • NotFound
        • UnsupportedFileType
        • InsufficientStorage
        • NameTaken
        • ValidationError
        • Unauthorized
        • OutdatedDarwinJSONFormat
        • RequestEntitySizeExceeded
        • MissingSchema
        • AnnotationFileValidationError
        • UnknownAnnotationFileSchema
        • UnknownExportVersion
        • UnsupportedImportAnnotationType
        • DataloopComplexPolygonsNotYetSupported
        • ExportException
        • ExportException_CouldNotAssembleOutputPath
        • ExportException_CouldNotBuildOutput
        • ExportException_CouldNotWriteFile
      • darwin.item module
        • DatasetItem
      • darwin.item_sorter module
        • SortDirection
        • ItemSorter
      • darwin.options module
        • Options
      • darwin.path_utils module
        • construct_full_path()
        • deconstruct_full_path()
        • parse_metadata()
        • is_properties_enabled()
      • darwin.validators module
        • name_taken()
        • validation_error()
      • Module contents
  • README
    • 🏁 Installation
      • Configuration
        • Retry Configuration
      • Development
    • Usage as a Command Line Interface (CLI)
      • Client Authentication
      • Listing local and remote datasets
      • Create/remove a dataset
      • Upload/download data to/from a remote dataset
    • Usage as a Python library
darwin-py
  • Search


© Copyright MIT License.

Built with Sphinx using a theme provided by Read the Docs.