You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mongodb-atlas-haystack

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-atlas-haystack

An integration of MongoDB Atlas with Haystack

3.3.0
Source
pipPyPI
Maintainers
1

mongodb-atlas-haystack

PyPI - Version PyPI - Python Version

Table of Contents

Installation

pip install mongodb-atlas-haystack

Contributing

hatch is the best way to interact with this project, to install it:

pip install hatch

To run all the tests:

hatch run test:all

Note: you need your own MongoDB Atlas account to run the tests: you can make one here: https://www.mongodb.com/cloud/atlas/register. Once you have it, export the connection string to the env var MONGO_CONNECTION_STRING. If you forget to do so, all the tests will be skipped.

To format your code and perform linting using Ruff (with automatic fixes), run:

hatch run fmt

To check for static type errors, run:

$ hatch run test:types

License

mongodb-atlas-haystack is distributed under the terms of the Apache-2.0 license.

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