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

datagrowth

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datagrowth

Data engineering tools to create data mash ups using Django

  • 0.20.4
  • PyPI
  • Socket score

Maintainers
1

datagrowth workflow PyPI pyversions GPLv3 license

DATAGROWTH

Data Growth is a Django application that helps to gather data in an organized way. With it you can declare pipelines for the data gathering and preprocessing as well as pipelines for filtering and redistribution.

Installation

You can install Datagrowth with your Django application by running

pip install datagrowth

Getting started

Currently there are two major use cases. The Resources provide a way to uniformly gather data from very different sources. Configurations are a way to store and transfer key-value pairs, which your code can use to act on different contexts.

Follow these guides to get an idea how you can use Datagrowth:

Running the tests

There is a Django mock project inside the tests directory of the repository. You can run these tests by running this inside that directory:

python manage.py test

Alternatively you can execute the tests against multiple Django versions by running:

tox

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