Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dreams-core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dreams-core

brought to you by the dreamslabs discord community

  • 0.2.24
  • PyPI
  • Socket score

Maintainers
1

Dreams Labs Core Python Functions

these are split into multile subfiles based on use case:

  • dreams_core includes standard functions that should be useful across many use cases, such as help with formatting and importing secrets
  • BigQuery is functions related to bigquery
  • Dune includes functions related to dune

Testing

After having installed the requirements, you can run the tests with the following command:

pytest

If you want to add test coverage, you can run the following command:

pytest --cov --cov-config=.coveragerc

To view the coverage report in web browser, you can run the following command:

pytest --cov --cov-report html --cov-config=.coveragerc

Then you can see the coverage report by opening the file htmlcov/index.html in your browser.

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc