linear-python-client 0.2.0__py3-none-any.whl → 0.2.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.2.0.dist-info → linear_python_client-0.2.1.dist-info}/METADATA +5 -5
- {linear_python_client-0.2.0.dist-info → linear_python_client-0.2.1.dist-info}/RECORD +5 -5
- {linear_python_client-0.2.0.dist-info → linear_python_client-0.2.1.dist-info}/WHEEL +1 -1
- {linear_python_client-0.2.0.dist-info → linear_python_client-0.2.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.2.
|
|
3
|
+
Version: 0.2.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
|
|
@@ -11,12 +11,12 @@ Classifier: Development Status :: 4 - Beta
|
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
16
16
|
Classifier: Typing :: Typed
|
|
17
17
|
Requires-Dist: httpx>=0.27
|
|
18
18
|
Requires-Dist: pydantic>=2.7
|
|
19
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.13
|
|
20
20
|
Project-URL: Homepage, https://github.com/Hacker0x01/linear-python-client
|
|
21
21
|
Project-URL: Documentation, https://hacker0x01.github.io/linear-python-client/
|
|
22
22
|
Project-URL: Repository, https://github.com/Hacker0x01/linear-python-client
|
|
@@ -50,7 +50,7 @@ Or for local development of this repo:
|
|
|
50
50
|
uv sync
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Requires Python 3.
|
|
53
|
+
Requires Python 3.13+.
|
|
54
54
|
|
|
55
55
|
## Authentication
|
|
56
56
|
|
|
@@ -347,7 +347,7 @@ To cut a release: bump `version` in `pyproject.toml`, then create a matching Git
|
|
|
347
347
|
Release (e.g. tag `v0.1.1`) — the workflow builds and uploads it to PyPI.
|
|
348
348
|
|
|
349
349
|
> [!NOTE]
|
|
350
|
-
> `requires-python` is `>=3.
|
|
350
|
+
> `requires-python` is `>=3.13`, so installs require Python 3.13+.
|
|
351
351
|
|
|
352
352
|
### Documentation
|
|
353
353
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
linear_python_client/__init__.py,sha256=
|
|
1
|
+
linear_python_client/__init__.py,sha256=XfkjIA6Q4mNkHS6mhzy6Mz1Has7ZRVeZmf3B1_kBnJ4,3369
|
|
2
2
|
linear_python_client/client.py,sha256=0NdMCSrQGsuIGgRvCKvZjFJHBruj8sXJHRRK1_f_Z20,26782
|
|
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=2zXXsyppqR-vDIQE21QIx7Gl2NqdPt7jo56hLJ5RZD0,10380
|
|
9
9
|
linear_python_client/models/responses.py,sha256=73rEx9ajfb6Iqt0Ng2HX0peika2vJJa-bCrzdWSpbgY,4979
|
|
10
10
|
linear_python_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
linear_python_client-0.2.
|
|
12
|
-
linear_python_client-0.2.
|
|
13
|
-
linear_python_client-0.2.
|
|
14
|
-
linear_python_client-0.2.
|
|
11
|
+
linear_python_client-0.2.1.dist-info/licenses/LICENSE,sha256=CcQjmF-Tw7VtkjYGvej9Df6Dz-AztG1aTRtMAiLoL7w,1066
|
|
12
|
+
linear_python_client-0.2.1.dist-info/WHEEL,sha256=oBsDExVIEya4llboy9Ce1l6on8xt3GrtT29y6pYVypw,81
|
|
13
|
+
linear_python_client-0.2.1.dist-info/METADATA,sha256=P-V3KjiVBUqE_KK1MhnhXOPjeBG6Xd4NVdnBhXGirUg,13518
|
|
14
|
+
linear_python_client-0.2.1.dist-info/RECORD,,
|
{linear_python_client-0.2.0.dist-info → linear_python_client-0.2.1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|