linear-python-client 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- linear_python_client/__init__.py +1 -1
- {linear_python_client-0.1.0.dist-info → linear_python_client-0.1.1.dist-info}/METADATA +7 -8
- {linear_python_client-0.1.0.dist-info → linear_python_client-0.1.1.dist-info}/RECORD +5 -5
- {linear_python_client-0.1.0.dist-info → linear_python_client-0.1.1.dist-info}/WHEEL +0 -0
- {linear_python_client-0.1.0.dist-info → linear_python_client-0.1.1.dist-info}/licenses/LICENSE +0 -0
linear_python_client/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: linear-python-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Pragmatic Python client for the Linear GraphQL API
|
|
5
5
|
Keywords: linear,linear.app,graphql,api,client,sdk
|
|
6
6
|
Author: eli-the-wizard
|
|
@@ -15,13 +15,12 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
15
15
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
16
16
|
Classifier: Typing :: Typed
|
|
17
17
|
Requires-Dist: httpx>=0.27
|
|
18
|
-
Requires-Dist: jupyter>=1.1.1
|
|
19
18
|
Requires-Dist: pydantic>=2.7
|
|
20
19
|
Requires-Python: >=3.14
|
|
21
|
-
Project-URL: Homepage, https://github.com/Hacker0x01/linear-python
|
|
22
|
-
Project-URL: Documentation, https://hacker0x01.github.io/linear-python/
|
|
23
|
-
Project-URL: Repository, https://github.com/Hacker0x01/linear-python
|
|
24
|
-
Project-URL: Issues, https://github.com/Hacker0x01/linear-python/issues
|
|
20
|
+
Project-URL: Homepage, https://github.com/Hacker0x01/linear-python-client
|
|
21
|
+
Project-URL: Documentation, https://hacker0x01.github.io/linear-python-client/
|
|
22
|
+
Project-URL: Repository, https://github.com/Hacker0x01/linear-python-client
|
|
23
|
+
Project-URL: Issues, https://github.com/Hacker0x01/linear-python-client/issues
|
|
25
24
|
Description-Content-Type: text/markdown
|
|
26
25
|
|
|
27
26
|
# linear-python-client
|
|
@@ -35,7 +34,7 @@ covers anything the typed methods don't.
|
|
|
35
34
|
|
|
36
35
|
Built against the [Linear developer docs](https://linear.app/developers).
|
|
37
36
|
|
|
38
|
-
📖 **Full documentation:** <https://hacker0x01.github.io/linear-python/>
|
|
37
|
+
📖 **Full documentation:** <https://hacker0x01.github.io/linear-python-client/>
|
|
39
38
|
|
|
40
39
|
## Installation
|
|
41
40
|
|
|
@@ -314,7 +313,7 @@ Publishing uses [PyPI Trusted Publishing](https://docs.pypi.org/trusted-publishe
|
|
|
314
313
|
(Settings → Environments).
|
|
315
314
|
|
|
316
315
|
To cut a release: bump `version` in `pyproject.toml`, then create a matching GitHub
|
|
317
|
-
Release (e.g. tag `v0.1.
|
|
316
|
+
Release (e.g. tag `v0.1.1`) — the workflow builds and uploads it to PyPI.
|
|
318
317
|
|
|
319
318
|
> [!NOTE]
|
|
320
319
|
> `requires-python` is `>=3.14`, so installs require Python 3.14+.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
linear_python_client/__init__.py,sha256=
|
|
1
|
+
linear_python_client/__init__.py,sha256=TSDAHngG8b7JQZVkrkdDXjm7tZXoaSVYZKgfI2f3HXY,3135
|
|
2
2
|
linear_python_client/client.py,sha256=oMWwM94I_46iYQVKfpnmAyICvPAUkyKPdv--QXOYG7I,24233
|
|
3
3
|
linear_python_client/errors.py,sha256=TBdv1mqPIQJjSUf42YQakAS4A9GN7PQKPnzdptTR7-k,2838
|
|
4
4
|
linear_python_client/graphql/__init__.py,sha256=7Km7YkHvWrRMD4GRJo7PNRD-4271e3jPDNqFy5zam1w,228
|
|
@@ -8,7 +8,7 @@ linear_python_client/models/entities.py,sha256=mE1ejvrXjhHFXnjU3ctlVAbmWL9TpLL2v
|
|
|
8
8
|
linear_python_client/models/requests.py,sha256=Yss-zSo6gWWMqX4Qh1-P_n1sWbe176tL04LECnyASv4,7282
|
|
9
9
|
linear_python_client/models/responses.py,sha256=lLsJz35XruT0g4qnGF9g7sc_lNWcPNzy-QP5tW9tIUA,4830
|
|
10
10
|
linear_python_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
linear_python_client-0.1.
|
|
12
|
-
linear_python_client-0.1.
|
|
13
|
-
linear_python_client-0.1.
|
|
14
|
-
linear_python_client-0.1.
|
|
11
|
+
linear_python_client-0.1.1.dist-info/licenses/LICENSE,sha256=CcQjmF-Tw7VtkjYGvej9Df6Dz-AztG1aTRtMAiLoL7w,1066
|
|
12
|
+
linear_python_client-0.1.1.dist-info/WHEEL,sha256=wXwAVsgVaOZ_pwDFqQm5Rd6PID-Fc74nkLc8X8gHiDo,81
|
|
13
|
+
linear_python_client-0.1.1.dist-info/METADATA,sha256=gd6z7T47A9JssprrmOZjzbVGw0VB2BTnZefq-pDzPUE,12360
|
|
14
|
+
linear_python_client-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
{linear_python_client-0.1.0.dist-info → linear_python_client-0.1.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|