Skip to main content

data-rental-share facilitates secure, temporary, and structured data sharing with defined rental terms, usage permissions, and expiration dates for transparency and manageability.

Project description

data_rental_share

PyPI version License: MIT Downloads LinkedIn

A package for securely and temporarily sharing structured data with others on a rental basis.

Overview

A command-line tool that enables users to easily and securely share text-based data descriptions or access requests, ensuring that shared information is formatted consistently and access terms are clearly defined.

Installation

pip install data_rental_share

Usage

from data_rental_share import data_rental_share

response = data_rental_share(user_input="Your text-based data description or access request")

You can pass an optional llm parameter to use a custom LLM instance:

from langchain_openai import ChatOpenAI
from data_rental_share import data_rental_share

llm = ChatOpenAI()
response = data_rental_share(user_input="Your text-based data description or access request", llm=llm)

You can also pass an optional api_key parameter to use a custom LLM7 API key:

from data_rental_share import data_rental_share

response = data_rental_share(user_input="Your text-based data description or access request", api_key="your_api_key")

Defaults

This package uses the ChatLLM7 from langchain_llm7 by default. You can safely pass your own LLM instance (based on https://docs.langchain.dev/en/latest/provider.html) by passing it like data_rental_share(user_input, llm=their_llm_instance).

Rate Limits

The default rate limits for LLM7 free tier are sufficient for most use cases of this package. If you need higher rate limits for LLM7, you can pass your own API key via environment variable LLM7_API_KEY or via passing it directly like data_rental_share(user_input, api_key="your_api_key"). You can get a free API key by registering at https://token.llm7.io/.

Documentation

For more information about the llm7 API, please visit https://docs.llm7.io/.

GitHub Issues

If you encounter an issue, please report it at https://github.com/chigwell/data-rental-share/issues

Author

Eugene Evstafev hi@euegne.plus chigwell

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

data_rental_share-2025.12.21194601.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

data_rental_share-2025.12.21194601-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file data_rental_share-2025.12.21194601.tar.gz.

File metadata

File hashes

Hashes for data_rental_share-2025.12.21194601.tar.gz
Algorithm Hash digest
SHA256 93c6c9afccb09958dc7cdeda6ca7baf3018c83d5c5f331d6e4df4eb993bf55d4
MD5 ddf7bd5840de9b5a121852363c5baebe
BLAKE2b-256 f4620635b40849a6f650bfb1b763b4a889a6e162d12539fb8b3206a61006df34

See more details on using hashes here.

File details

Details for the file data_rental_share-2025.12.21194601-py3-none-any.whl.

File metadata

File hashes

Hashes for data_rental_share-2025.12.21194601-py3-none-any.whl
Algorithm Hash digest
SHA256 0506e9696526508bdf1458a18c610ed224f8381162c8635a6fb2c0cb18223d5c
MD5 6f152cbbef3449919be54d12d18d4716
BLAKE2b-256 a5c4733d0aa57c7ecad4b4e38b097222567546435353f658fe4093b3124a86b6

See more details on using hashes here.

Supported by

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