New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

shareddata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shareddata

Memory Mapped / Shared Memory Database with S3 repository

5.10.0
PyPI
Maintainers
1

Instalation Instructions

create virtual environment

  • enter command: pip -m venv venv
  • activate virtual environnment (venv\Scripts\activate.bat)

install requirements

  • enter command: pip install -r requirements.txt

Create .env file in root folder Ie:

  • AWS_PROFILE=
  • DATABASE_FOLDER=
  • SOURCE_FOLDER=
  • DOWNLOADS_FOLDER=
  • S3_BUCKET=
  • DOWNLOADS_S3BUCKET=
  • USERNAME=
  • COMPUTERNAME=
  • PYTHONHASHSEED=0
  • GIT_USER=
  • GIT_TOKEN=
  • GIT_ACRONYM=

FAQs

Did you know?

Socket

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