We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecee14e commit e222e3eCopy full SHA for e222e3e
README.md
@@ -1,6 +1,8 @@
1
# Cryptolens Client API for Python
2
3
-This library contains helper methods to verify license keys in Python.
+This library contains helper methods to verify license keys in Python.
4
+
5
+Python docs can be found here: https://help.cryptolens.io/api/python/
6
7
## Installation
8
@@ -113,4 +115,4 @@ else:
113
115
license_key = res[0]
114
116
print("Feature 1: " + str(license_key.f1))
117
print("License expires: " + str(license_key.expires))
-```
118
+```
0 commit comments