Update README with branded header and documentation links
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
e0b29bac95
commit
535388300e
51
README.md
51
README.md
|
|
@ -1,10 +1,31 @@
|
|||
# IronLicensing SDK for Python
|
||||
<p align="center">
|
||||
<a href="https://ironlicensing.com">
|
||||
<img src="https://ironlicensing.com/logo.png" alt="IronLicensing" width="120" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Software licensing and activation SDK for Python applications. Validate licenses, manage activations, check features, and handle trials.
|
||||
<h1 align="center">IronLicensing SDK for Python</h1>
|
||||
|
||||
[](https://pypi.org/project/ironlicensing/)
|
||||
[](https://pypi.org/project/ironlicensing/)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
<p align="center">
|
||||
<strong>Software licensing and activation for Python applications</strong>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://pypi.org/project/ironlicensing/"><img src="https://img.shields.io/pypi/v/ironlicensing.svg" alt="PyPI version"></a>
|
||||
<a href="https://pypi.org/project/ironlicensing/"><img src="https://img.shields.io/pypi/pyversions/ironlicensing.svg" alt="Python versions"></a>
|
||||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://ironlicensing.com">Website</a> •
|
||||
<a href="https://ironlicensing.com/docs">Documentation</a> •
|
||||
<a href="https://ironlicensing.com/docs/python">Python Guide</a> •
|
||||
<a href="https://git.marketally.com/ironservices">Git</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
**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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue