diff --git a/README.md b/README.md index 9ee29ee..8f62edc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI version](https://badge.fury.io/py/robosystems-client.svg)](https://pypi.org/project/robosystems-client/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through a type-safe, async-ready Python interface. +Official Python client for the RoboSystems financial intelligence platform — accounting, financial reporting, and investment management over a knowledge graph API. Type-safe and async-ready, generated from the OpenAPI spec, with GraphQL reads and idempotent operation writes. ## Features diff --git a/pyproject.toml b/pyproject.toml index 3af3323..5e85d5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "robosystems-client" version = "1.8.0" -description = "Python client library for RoboSystems Financial Knowledge Graph API" +description = "Python client library for the RoboSystems financial intelligence platform" readme = "README.md" requires-python = ">=3.11" authors = [ diff --git a/robosystems_client/clients/README.md b/robosystems_client/clients/README.md index 0343757..3f4f560 100644 --- a/robosystems_client/clients/README.md +++ b/robosystems_client/clients/README.md @@ -1,6 +1,6 @@ # RoboSystems Python Client Extensions -**Production-Ready Extensions** for the RoboSystems Financial Knowledge Graph API +**Production-Ready Extensions** for the RoboSystems financial intelligence platform [![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)