Skip to main content

Data sharing mechanism between the Python files across the process

Project description

this package helps you to share the data across teh Python files. Once you set the data in any files and you wnat to fetch it in any other Python file then you can do it easily with this package.

Installation

Run the following to install

pip install datalinker

Usage

Import

import datalinker
data_linker = datalinker.DataLinker().run()

Setting the data

data_linker.set("varible_name", "variable_value")

Getting the data

data_linker.get("varible_name")

We need to import the files in all the Python files. Once we import then we do get/set the data.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datalinker-0.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

datalinker-0.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page