Metadata-Version: 2.1
Name: uai-uri-interface
Version: 0.1.6
Summary: 
License: MIT
Author: understand.ai
Author-email: postmaster@understand.ai
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# URI Inteface

This package provides an interface for file access that is basically a subset of pathlib.Path. It is needed because we internally use a path abstraction that allows for exactly this subset of operations. So for debugging methods that take an URI as input you can put in a pathlib.Path while we internally will input our path abstraction.

