Metadata-Version: 2.4
Name: sqlitefspath
Version: 0.0.1a1
Summary: A pathlib compatible implementation of a filesystem stored in a SQLite database.
Author-email: Dobatymo <Dobatymo@users.noreply.github.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Requires-Dist: typing-extensions>=4
Project-URL: Homepage, https://github.com/Dobatymo/sqlitefspath

# sqlitefspath

A `pathlib` compatible implementation of a filesystem stored in a SQLite database. Not to be confused with `sqlite-path` which is a SQLite extension.

## Install

pip install sqlitefspath

