The library for Replit Object Storage. Development should "just work" on Replit!
To get setup, run:
make installTo run the linter, run:
make lintor to fix (fixable) lint issues, run:
make lint-fixTo run tests, run:
make testTo generate the markdown docs, run:
make docsTo check that the package builds, you can run:
make prereleaseTo perform a release, first bump the version in pyproject.toml. Then run:
make release