How can I give access to edit my file in repl.it and not give access to other files?

How can I give access to edit my file in repl.it and not give access to other files?
Like give access to edit RATING.PY to someone and not give access to MAIN.PY

Welcome to the community! There is currently no way to do this, but you could try to request it in #feature-requests

1 Like

Welcome to the community! I only know of one way to do that and it’s complicated so I doubt you’ll want to do it. You can make the one Py file into a PyPi package (uploaded from one Repl), then install that package on another Repl, and share that second Repl with somebody else. This is not for beginners (unless Bigminiboss helps you). It will also not do live changes on the PyPi package as you will have to upload a new release to PyPi, then wait for various systems to update in Replit and PyPi, then update the package on your second Repl.

1 Like