From 535388300ee769d474553d48808c2c20d93917e1 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sat, 27 Dec 2025 10:40:21 +0000 Subject: [PATCH] Update README with branded header and documentation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add centered logo and title with product branding - Add links to product website and documentation - Add badges for package manager and license - Add Other SDKs table with cross-references - Add Support section with dev@ironservices.io email - Update repository links to git.marketally.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 174921b..d92afec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,31 @@ -# IronLicensing SDK for Python +

+ + IronLicensing + +

-Software licensing and activation SDK for Python applications. Validate licenses, manage activations, check features, and handle trials. +

IronLicensing SDK for Python

-[![PyPI](https://img.shields.io/pypi/v/ironlicensing.svg)](https://pypi.org/project/ironlicensing/) -[![Python](https://img.shields.io/pypi/pyversions/ironlicensing.svg)](https://pypi.org/project/ironlicensing/) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +

+ Software licensing and activation for Python applications +

+ +

+ PyPI version + Python versions + License: MIT +

+ +

+ Website • + Documentation • + Python Guide • + Git +

+ +--- + +**IronLicensing** helps you protect your software with flexible licensing, activations, and feature management. Built for developers who want simple, powerful licensing without the complexity. ## Installation @@ -267,6 +288,26 @@ if result.cached: - Python 3.8+ - httpx +## Documentation + +For complete documentation, visit [ironlicensing.com/docs](https://ironlicensing.com/docs). + +## Other SDKs + +| Platform | Package | +|----------|---------| +| JavaScript/TypeScript | [@ironservices/licensing](https://git.marketally.com/ironservices/ironlicensing-js) | +| .NET | [IronLicensing.Client](https://git.marketally.com/ironservices/ironlicensing-dotnet) | +| Go | [ironlicensing-go](https://git.marketally.com/ironservices/ironlicensing-go) | +| Java | [ironlicensing-java](https://git.marketally.com/ironservices/ironlicensing-java) | +| Rust | [ironlicensing](https://git.marketally.com/ironservices/ironlicensing-rust) | + +## Support + +- **Documentation**: [ironlicensing.com/docs](https://ironlicensing.com/docs) +- **Email**: dev@ironservices.io +- **Issues**: [git.marketally.com/ironservices/ironlicensing-python/issues](https://git.marketally.com/ironservices/ironlicensing-python/issues) + ## License MIT License - see [LICENSE](LICENSE) for details.