11# LicenseChain Python SDK
22
3- [ ![ License] ( https://img.shields.io/badge/license-MIT -blue.svg )] ( LICENSE )
3+ [ ![ License] ( https://img.shields.io/badge/license-ELASTIC2.0 -blue.svg )] ( LICENSE )
44[ ![ Python] ( https://img.shields.io/badge/Python-3.8+-blue.svg )] ( https://www.python.org/ )
55[ ![ PyPI] ( https://img.shields.io/pypi/v/licensechain-sdk )] ( https://pypi.org/project/licensechain-sdk/ )
66[ ![ Downloads] ( https://img.shields.io/pypi/dm/licensechain-sdk )] ( https://pypi.org/project/licensechain-sdk/ )
@@ -14,7 +14,7 @@ Official Python SDK for LicenseChain - Secure license management for Python appl
1414- ** 🛡️ Hardware ID Validation** - Prevent license sharing and unauthorized access
1515- ** 🔔 Webhook Support** - Real-time license events and notifications
1616- ** 📊 Analytics Integration** - Basic and advanced analytics with comprehensive metrics
17- - ** 📦 Product Management** - Create and manage products for license sales (Seller/Admin )
17+ - ** 📦 Product Management** - Create and manage products for license sales (Seller)
1818- ** 👥 Team Collaboration** - Team management and shared app/license access (Pro+)
1919- ** ⚡ High Performance** - Optimized for production workloads
2020- ** 🔄 Async Operations** - Non-blocking HTTP requests and data processing
@@ -312,7 +312,7 @@ usage = await client.get_usage_stats(period="30d")
312312license_analytics = await client.get_license_analytics(" license_id" )
313313```
314314
315- ##### Product Management (Seller/Admin only)
315+ ##### Product Management (Seller only)
316316
317317``` python
318318# List products
@@ -566,7 +566,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
566566
567567## 📄 License
568568
569- This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
569+ This project is licensed under the Elastic 2.0 License - see the [ LICENSE] ( LICENSE ) file for details.
570570
571571## 🆘 Support
572572
@@ -1058,5 +1058,4 @@ This project is licensed under the Elastic License 2.0 - see the [LICENSE](LICEN
10581058
10591059---
10601060
1061- Made with ❤️ by the LicenseChain team
1062- >>>>>>> 3508fd85cc32c4f1b792c3f4683fc9d7e347a10e
1061+ Made with ❤️ by the LicenseChain team
0 commit comments