Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 584 Bytes

File metadata and controls

43 lines (33 loc) · 584 Bytes

replit-object-storage-python

The library for Replit Object Storage. Development should "just work" on Replit!

Development

To get setup, run:

make install

To run the linter, run:

make lint

or to fix (fixable) lint issues, run:

make lint-fix

To run tests, run:

make test

Docs

To generate the markdown docs, run:

make docs

Release

To check that the package builds, you can run:

make prerelease

To perform a release, first bump the version in pyproject.toml. Then run:

make release