coauthor 0.0.5__py3-none-any.whl → 0.0.9__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.

Potentially problematic release.


This version of coauthor might be problematic. Click here for more details.

coauthor/__init__.py CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
- __version__ = "0.0.5"
5
+ __version__ = "0.0.9"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: coauthor
3
- Version: 0.0.5
3
+ Version: 0.0.9
4
4
  Summary: Coauthor Python Project
5
5
  Author-email: Onno van der Straaten <onknows@c2platform.org>
6
6
  Requires-Python: >=3.8.1
@@ -9,8 +9,6 @@ Classifier: Development Status :: 3 - Alpha
9
9
  Classifier: Intended Audience :: Developers
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3 :: Only
12
- Classifier: Programming Language :: Python :: 3.8
13
- Classifier: Programming Language :: Python :: 3.9
14
12
  Classifier: Programming Language :: Python :: 3.10
15
13
  Classifier: Programming Language :: Python :: 3.11
16
14
  Requires-Dist: inotify_simple==1.3.5
@@ -35,9 +33,9 @@ Requires-Dist: pytest-runner ; extra == "test"
35
33
  Requires-Dist: pytest==7.3.1 ; extra == "test"
36
34
  Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
37
35
  Requires-Dist: shellcheck-py==0.9.0.2 ; extra == "test"
38
- Project-URL: Documentation, https://github.com/microsoft/python-package-template/tree/main#readme
39
- Project-URL: Source, https://github.com/microsoft/python-package-template
40
- Project-URL: Tracker, https://github.com/microsoft/python-package-template/issues
36
+ Project-URL: Documentation, https://coauthor.readthedocs.io
37
+ Project-URL: Source, https://gitlab.com/c2platform/c2/coauthor/
38
+ Project-URL: Tracker, https://gitlab.com/c2platform/c2/coauthor/-/issues
41
39
  Provides-Extra: spark
42
40
  Provides-Extra: test
43
41
 
@@ -46,7 +44,8 @@ Provides-Extra: test
46
44
  [![Documentation Status](https://readthedocs.org/projects/coauthor/badge/?version=latest)](https://coauthor.readthedocs.io/en/latest/?badge=latest)
47
45
  [![pipeline status](https://gitlab.com/c2platform/c2/coauthor/badges/master/pipeline.svg)](https://gitlab.com/c2platform/c2/coauthor/-/commits/master)
48
46
  [![coverage report](https://gitlab.com/c2platform/c2/coauthor/badges/master/coverage.svg)](https://gitlab.com/c2platform/c2/coauthor/-/commits/master)
49
- [![PyPI version](https://img.shields.io/pypi/v/mdformat)](https://pypi.org/project/mdformat)
47
+ [![PyPI version](https://img.shields.io/pypi/v/coauthor)](https://pypi.org/project/coauthor)
48
+ [![Pyversions](https://img.shields.io/pypi/pyversions/coauthor.svg?style=flat-square)](https://pypi.org/project/coauthor/)
50
49
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
51
50
 
52
51
  <!-- start mini-description -->
@@ -1,4 +1,4 @@
1
- coauthor/__init__.py,sha256=Cr4RyJhP9I-dxPtfYWfqYbRZejD6ihFoTJ1i8Lvb6v8,94
1
+ coauthor/__init__.py,sha256=QGalcT77I0_Q6CmDd9PrgUT99vzJAJNDxm8cefttZ9k,94
2
2
  coauthor/main.py,sha256=7zbSlaS4TgtACOpprbv1VJ6Sa8AlZQRk-GZHtdGERRA,2404
3
3
  coauthor/modules/__init__.py,sha256=v-mk4MRRY_v_lWUAvNgQ8kXCGmw_yYUBD9YAA7CKoeU,79
4
4
  coauthor/modules/ai.py,sha256=a7LePxTUh5J3K63O_2a0rGw4gmRrgxpyNMMflurRnaE,6954
@@ -14,8 +14,8 @@ coauthor/utils/jinja_filters.py,sha256=Wyk911HFCE3i0hf-kAwhiNCYMnQC-x-0KL_FfRRig
14
14
  coauthor/utils/logger.py,sha256=Qf_ykO06yHZF3TlIGm2gcs-ehozibmB6mkwRcB1Kmeg,1273
15
15
  coauthor/utils/match_utils.py,sha256=DRRPU4YFLaUn9afLID-wntWdAx4m9BNxYXTrB6HQ9uo,5001
16
16
  coauthor/utils/workflow_utils.py,sha256=7c-FVeNpfyFBpngy5kApzkzj6oLtobPKbLpTZKFcO9g,1288
17
- coauthor-0.0.5.dist-info/entry_points.txt,sha256=miwrGx4mPkbngkYm6RpJtt6GRFic9sNlcCG2LXsm1dQ,47
18
- coauthor-0.0.5.dist-info/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
19
- coauthor-0.0.5.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
20
- coauthor-0.0.5.dist-info/METADATA,sha256=lKjzr7KkdlKalUjdFAC3-tpCw48bnD4vyM5rAN8n5bU,19521
21
- coauthor-0.0.5.dist-info/RECORD,,
17
+ coauthor-0.0.9.dist-info/entry_points.txt,sha256=miwrGx4mPkbngkYm6RpJtt6GRFic9sNlcCG2LXsm1dQ,47
18
+ coauthor-0.0.9.dist-info/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
19
+ coauthor-0.0.9.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
20
+ coauthor-0.0.9.dist-info/METADATA,sha256=1Qrp4O2_7YuxtIXmCjO-i88kfAJEMuBC5JVhAK5jYJg,19487
21
+ coauthor-0.0.9.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.10.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any