Socket
Socket
Sign inDemoInstall

replit

Package Overview
Dependencies
0
Maintainers
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    replit

A library for interacting with features of Replit


Maintainers
3

Readme

>>> import replit

Run on Repl.it pypi: replit Read the Docs

This repository is the home for the replit Python package, which provides:

  • A fully-featured database client for Replit DB.
  • Tools and utilities for Flask Web Development, including an interface to Replit's User Authetication service
  • Replit user profile metadata retrieval (more coming here!).
  • A simple audio library that can play tones and audio files!

Open Source License

This library is licensed under the ISC License and is free for you to use, change, or even profit from!

Setup

With poetry already setup, you can set up the repl for development with:

poetry install

Continuous Integration

Running the database unittests tests/test_database.py depends on the repl https://replit.com/@util/database-test-jwt. You'll have access to this repl if you are a Replit employee. There's a secret contained in that repl which you'll have to set as an environment variable in order to run the unittests. Once you've done that, run the tests with:

poetry run python -m unittest

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc