Engage with Zorp!
This morning at dawn, you will take a new form - that of a fleshless, chattering skeleton when Zorp the Surveyor arrives and burns your flesh off with his volcano mouth ~Lou Prozotovich
OrganizeIt2
is a python library for managing large numbers of files and directories. It is type- and configuration-driven with pydantic.
The name is because organizeit
was taken on pypi, and is thus a reference to the joke from Parks and Rec.
OrganizeIt2
has the following models and types:
-
FileSystem
:pydantic
wrapper of anfsspec
AbstractFileSystem
-
Path
: wrapper of anfsspec
path -
FilePath
: specialization of aPath
for files -
DirectoryPath
: specialization of aPath
for directories -
OrganizeIt
: Top-levelpydantic
model representiing anfsspec
directory -
Directory
:pydantic
model representing anfsspec
directory -
File
:pydantic
model representing anfsspec
file
Note
This library was generated using copier from the Base Python Project Template repository.