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

dbnomics-fetcher-toolbox

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbnomics-fetcher-toolbox

Toolbox of functions and data types helping writing DBnomics fetchers.

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
2

dbnomics-fetcher-toolbox

Toolbox of functions and data types helping writing DBnomics fetchers.

Documentation Status

Installation

If you're using this package, you may be working on a DBnomics fetcher. In that case, just add the dbnomics-fetcher-toolbox package to your requirements file.

Example using pip-tools in a Python virtual environment.

# Create a Python virtual environment
python -m venv my-fetcher

# Activate the virtual environment
source my-fetcher/bin/activate

# Install dependencies management tool
pip install pip-tools

# Declare dependency
echo dbnomics-fetcher-toolbox >> requirements.in

# Freeze dependencies
pip-compile

# Synchronize the virtual environment with frozen dependencies
pip-sync

Note: this workflow is quite complex due to the Python ecosystem which does not define a standard way to manage dependencies. You can use another packaging tool like poetry.

Documentation

See https://dbnomics-fetcher-toolbox.readthedocs.io/

Contributing

Documentation

To contribute to the documentation, install:

pip install --editable .[doc]
pip install sphinx-autobuild

Then launch:

sphinx-autobuild --watch dbnomics_fetcher_toolbox doc doc/_build/html

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