Skip to main content

summify_release

PyPI version License: MIT Downloads LinkedIn

Overview

A new package that leverages pattern-matched interactions with language models to generate structured summaries of software updates from user-provided text snippets. It focuses on extracting key features, release highlights, and version improvements to deliver concise, organized reports for end-users or documentation purposes, without processing media or external URLs.

Installation

pip install summify_release

Usage

from summify_release import summify_release

Input Parameters

  • user_input: str: the user input text to process
  • llm: Optional[BaseChatModel]: the langchain llm instance to use, if not provided the default ChatLLM7 will be used.
  • api_key: Optional[str]: the api key for llm7, if not provided the default LLM7 api key from the environment variable LLM7_API_KEY will be used.

You can safely pass your own llm instance (based on https://docs.langchain.com/) if you want to use another LLM, via passing it like summify_release(user_input, llm=your_llm_instance), for example to use the openai https://docs.openai.com/:

from langchain_openai import ChatOpenAI
from summify_release import summify_release
llm = ChatOpenAI()
response = summify_release(user_input, llm=llm)

or for example to use the anthropic https://docs.anthropic.tech/:

from langchain_anthropic import ChatAnthropic
from summify_release import summify_release
llm = ChatAnthropic()
response = summify_release(user_input, llm=llm)

or google https://docs.google.com/ai-book/docs/:

from langchain_google_genai import ChatGoogleGenerativeAI
from summify_release import summify_release
llm = ChatGoogleGenerativeAI()
response = summify_release(user_input, llm=llm)

LLM7 API Key

The default rate limits for LLM7 free tier are sufficient for most use cases of this package. If you want higher rate limits for LLM7 you can pass your own api_key via environment variable LLM7_API_KEY or via passing it directly like summify_release(user_input, api_key="your_api_key").

You can obtain a free api key by registering at https://token.llm7.io/

Contributing

Contributions are welcome! Please refer to the issue tracker for details.

License

This project is licensed under the MIT License.

Author

GitHub Issues

https://github.com/chigwell/summify-release/issues

Release files for summify-release 2025.12.21114801

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for summify-release 2025.12.21114801
File Size Uploaded
summify_release-2025.12.21114801.tar.gz 4.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for summify-release 2025.12.21114801
File Interpreter ABI Platform
summify_release-2025.12.21114801-py3-none-any.whl Python 3 none any Details

Total release size:8.7 kB

Release files / summify_release-2025.12.21114801.tar.gz

Download URL summify_release-2025.12.21114801.tar.gz
Size 4.0 kB
Tags Source
SHA-256 checksum
How to use checksums
23c551ac44facb1650c17a2a20ff7be2ce269801d00e0592b2db614578a2ff9f
BLAKE2b-256 checksum
How to use checksums
69e9dc1d9d037fa74e9daa24d5ba6ef963efc124287009b5d4a6fb9a7b96df8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.11

Release files / summify_release-2025.12.21114801-py3-none-any.whl

Download URL summify_release-2025.12.21114801-py3-none-any.whl
Size 4.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2c35d22acd63ec8405d44bf356e6c2ee891602bb7de2aeb36e68db31eb55fb07
BLAKE2b-256 checksum
How to use checksums
3ff881ea8ac9142e9009cbb8d83fe3bec4a44ce3703118c2858eaf65271daecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.11

Release history Release notifications | RSS feed

This release

2025.12.21114801 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page