Skip to content

Commit a2fb24d

Browse files
Update copyright header
1 parent 2f2848c commit a2fb24d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+286
-172
lines changed

.github/dependabot.yaml

+7-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1+
# -*- mode: yaml; coding: utf-8 -*-
12
version: 2
23
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
56
schedule:
6-
interval: "weekly"
7-
reviewers:
8-
- "btschwertfeger"
9-
- package-ecosystem: "pip"
10-
directory: "/"
11-
schedule:
12-
interval: "weekly"
13-
reviewers:
14-
- "btschwertfeger"
15-
ignore:
16-
- dependency-name: "ruff"
7+
interval: monthly
8+
groups:
9+
all:
10+
dependency-type: production

.github/release.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Config file to auto-generate release notes based on
68
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

.github/workflows/_build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to build the project for a specific os
68
# and Python version.

.github/workflows/_build_doc.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to build documentation.
68
#

.github/workflows/_codecov.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to build the project for a specific os
68
# and Python version, run the tests and upload the results to codecov.

.github/workflows/_pre_commit.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to run pre-commit.
68
#

.github/workflows/_pypi_publish.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to build the project and publish
68
# the package to PyPI.

.github/workflows/_pypi_test_publish.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to build the project and publish
68
# the package to test PyPI.

.github/workflows/_test.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to run the unit tests of the package
68
#

.github/workflows/cicd.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Workflow to apply pre-commit, build, test and upload the package
68
# to the test index of PyPI.

.github/workflows/dependabot_auto_approve.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Workflow that approves and merges all pull requests from the dependabot[bot]
68
# author.

.pre-commit-config.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
2-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57

68
repos:
@@ -43,7 +45,6 @@ repos:
4345
- id: check-executables-have-shebangs
4446
- id: trailing-whitespace
4547
- id: fix-byte-order-marker
46-
- id: fix-encoding-pragma
4748
- id: requirements-txt-fixer
4849
- id: mixed-line-ending
4950
- id: name-tests-test

.readthedocs.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- mode: yaml; coding: utf-8 -*-
12
# .readthedocs.yaml
23
# Read the Docs configuration file
34
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

CHANGELOG.md

+72-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/btschwertfeger/python-cmethods/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v2.3.0...HEAD)
6+
7+
**Fixed bugs:**
8+
9+
- Update `cmethods.adjust`'s type annotations [\#155](https://github.com/btschwertfeger/python-cmethods/pull/155) ([btschwertfeger](https://github.com/btschwertfeger))
10+
11+
**Closed issues:**
12+
13+
- Create Jupyter Notebooks for possible strategies [\#135](https://github.com/btschwertfeger/python-cmethods/issues/135)
14+
15+
**Merged pull requests:**
16+
17+
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 [\#159](https://github.com/btschwertfeger/python-cmethods/pull/159) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump actions/setup-python from 5.3.0 to 5.4.0 [\#156](https://github.com/btschwertfeger/python-cmethods/pull/156) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump github/codeql-action from 3.28.0 to 3.28.1 [\#152](https://github.com/btschwertfeger/python-cmethods/pull/152) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Add `release.yaml` [\#151](https://github.com/btschwertfeger/python-cmethods/pull/151) ([btschwertfeger](https://github.com/btschwertfeger))
21+
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 [\#150](https://github.com/btschwertfeger/python-cmethods/pull/150) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Bump github/codeql-action from 3.27.9 to 3.28.0 [\#149](https://github.com/btschwertfeger/python-cmethods/pull/149) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Bump github/codeql-action from 3.27.6 to 3.27.9 [\#148](https://github.com/btschwertfeger/python-cmethods/pull/148) ([dependabot[bot]](https://github.com/apps/dependabot))
24+
- Bump codecov/codecov-action from 4.6.0 to 5.1.1 [\#147](https://github.com/btschwertfeger/python-cmethods/pull/147) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Bump github/codeql-action from 3.27.4 to 3.27.6 [\#146](https://github.com/btschwertfeger/python-cmethods/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Do not rely on trusted publishing for PyPI upload [\#145](https://github.com/btschwertfeger/python-cmethods/pull/145) ([btschwertfeger](https://github.com/btschwertfeger))
27+
- Bump github/codeql-action from 3.27.1 to 3.27.4 [\#141](https://github.com/btschwertfeger/python-cmethods/pull/141) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Bump github/codeql-action from 3.27.0 to 3.27.1 [\#140](https://github.com/btschwertfeger/python-cmethods/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot))
29+
- Bump actions/checkout from 4.2.1 to 4.2.2 [\#138](https://github.com/btschwertfeger/python-cmethods/pull/138) ([dependabot[bot]](https://github.com/apps/dependabot))
30+
- Bump actions/setup-python from 5.2.0 to 5.3.0 [\#137](https://github.com/btschwertfeger/python-cmethods/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Bump github/codeql-action from 3.26.13 to 3.27.0 [\#136](https://github.com/btschwertfeger/python-cmethods/pull/136) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
- Update and apply Pre-Commit hooks [\#134](https://github.com/btschwertfeger/python-cmethods/pull/134) ([btschwertfeger](https://github.com/btschwertfeger))
33+
- Bump actions/checkout from 4.1.7 to 4.2.1 [\#132](https://github.com/btschwertfeger/python-cmethods/pull/132) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Bump github/codeql-action from 3.26.11 to 3.26.13 [\#131](https://github.com/btschwertfeger/python-cmethods/pull/131) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 [\#130](https://github.com/btschwertfeger/python-cmethods/pull/130) ([dependabot[bot]](https://github.com/apps/dependabot))
36+
- Bump github/codeql-action from 3.26.8 to 3.26.11 [\#129](https://github.com/btschwertfeger/python-cmethods/pull/129) ([dependabot[bot]](https://github.com/apps/dependabot))
37+
- Move CITATION file to top-level [\#126](https://github.com/btschwertfeger/python-cmethods/pull/126) ([btschwertfeger](https://github.com/btschwertfeger))
38+
- Add CITATION file [\#125](https://github.com/btschwertfeger/python-cmethods/pull/125) ([btschwertfeger](https://github.com/btschwertfeger))
39+
- Update project settings [\#124](https://github.com/btschwertfeger/python-cmethods/pull/124) ([btschwertfeger](https://github.com/btschwertfeger))
40+
- Bump github/codeql-action from 3.26.7 to 3.26.8 [\#123](https://github.com/btschwertfeger/python-cmethods/pull/123) ([dependabot[bot]](https://github.com/apps/dependabot))
41+
- Bump github/codeql-action from 3.26.6 to 3.26.7 [\#122](https://github.com/btschwertfeger/python-cmethods/pull/122) ([dependabot[bot]](https://github.com/apps/dependabot))
42+
- Bump actions/setup-python from 5.1.1 to 5.2.0 [\#121](https://github.com/btschwertfeger/python-cmethods/pull/121) ([dependabot[bot]](https://github.com/apps/dependabot))
43+
- Bump github/codeql-action from 3.26.5 to 3.26.6 [\#120](https://github.com/btschwertfeger/python-cmethods/pull/120) ([dependabot[bot]](https://github.com/apps/dependabot))
44+
- Bump github/codeql-action from 3.26.2 to 3.26.5 [\#119](https://github.com/btschwertfeger/python-cmethods/pull/119) ([dependabot[bot]](https://github.com/apps/dependabot))
45+
- Bump github/codeql-action from 3.26.0 to 3.26.2 [\#118](https://github.com/btschwertfeger/python-cmethods/pull/118) ([dependabot[bot]](https://github.com/apps/dependabot))
46+
- Bump github/codeql-action from 3.25.15 to 3.26.0 [\#117](https://github.com/btschwertfeger/python-cmethods/pull/117) ([dependabot[bot]](https://github.com/apps/dependabot))
47+
- Bump github/codeql-action from 2.2.4 to 3.25.15 [\#116](https://github.com/btschwertfeger/python-cmethods/pull/116) ([dependabot[bot]](https://github.com/apps/dependabot))
48+
- Bump ossf/scorecard-action from 2.3.3 to 2.4.0 [\#115](https://github.com/btschwertfeger/python-cmethods/pull/115) ([dependabot[bot]](https://github.com/apps/dependabot))
49+
- Bump actions/setup-python from 5.1.0 to 5.1.1 [\#114](https://github.com/btschwertfeger/python-cmethods/pull/114) ([dependabot[bot]](https://github.com/apps/dependabot))
50+
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 [\#113](https://github.com/btschwertfeger/python-cmethods/pull/113) ([dependabot[bot]](https://github.com/apps/dependabot))
51+
- Bump actions/checkout from 4.1.6 to 4.1.7 [\#110](https://github.com/btschwertfeger/python-cmethods/pull/110) ([dependabot[bot]](https://github.com/apps/dependabot))
52+
53+
## [v2.3.0](https://github.com/btschwertfeger/python-cmethods/tree/v2.3.0) (2024-06-19)
54+
55+
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v2.2.5...v2.3.0)
56+
57+
**Implemented enhancements:**
58+
59+
- Drop Python 3.8 Support [\#111](https://github.com/btschwertfeger/python-cmethods/issues/111)
60+
61+
**Merged pull requests:**
62+
63+
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 [\#109](https://github.com/btschwertfeger/python-cmethods/pull/109) ([dependabot[bot]](https://github.com/apps/dependabot))
64+
- Resolve "Drop Python 3.8 support" [\#112](https://github.com/btschwertfeger/python-cmethods/pull/112) ([btschwertfeger](https://github.com/btschwertfeger))
65+
366
## [v2.2.5](https://github.com/btschwertfeger/python-cmethods/tree/v2.2.5) (2024-05-28)
467

568
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/v2.2.4...v2.2.5)
@@ -73,7 +136,7 @@
73136

74137
**Implemented enhancements:**
75138

76-
- Add a command-line interface [\#82](https://github.com/btschwertfeger/python-cmethods/issues/82)
139+
- Add a command-line interface [\#82](https://github.com/btschwertfeger/python-cmethods/issues/82)
77140
- Resolve "Add a command-line interface" [\#83](https://github.com/btschwertfeger/python-cmethods/pull/83) ([btschwertfeger](https://github.com/btschwertfeger))
78141

79142
**Merged pull requests:**
@@ -112,7 +175,7 @@
112175

113176
**Closed issues:**
114177

115-
- The latest documentation still describes the legacy max_scaling_factor [\#60](https://github.com/btschwertfeger/python-cmethods/issues/60)
178+
- The latest documentation still describes the legacy max\_scaling\_factor [\#60](https://github.com/btschwertfeger/python-cmethods/issues/60)
116179

117180
**Merged pull requests:**
118181

@@ -160,7 +223,7 @@
160223

161224
**Merged pull requests:**
162225

163-
- Clarified difference between stochastic and non-stochastic climate variables in doc and readme [\#36](https://github.com/btschwertfeger/python-cmethods/pull/36) ([btschwertfeger](https://github.com/btschwertfeger))
226+
- Clarified difference between stochastic and non-stochastic climate variables in doc and readme [\#36](https://github.com/btschwertfeger/python-cmethods/pull/36) ([btschwertfeger](https://github.com/btschwertfeger))
164227
- Fix typos [\#38](https://github.com/btschwertfeger/python-cmethods/pull/38) ([btschwertfeger](https://github.com/btschwertfeger))
165228

166229
## [v1.0.1](https://github.com/btschwertfeger/python-cmethods/tree/v1.0.1) (2023-04-17)
@@ -174,7 +237,7 @@
174237

175238
**Fixed bugs:**
176239

177-
- Multiplicative Quantile Delta Mapping is not applying scaling where the delta is infinite [\#32](https://github.com/btschwertfeger/python-cmethods/issues/32)
240+
- Multiplicative Quantile Delta Mapping is not applying scaling where the delta is infinite [\#32](https://github.com/btschwertfeger/python-cmethods/issues/32)
178241
- Fixed PyPI repository URL [\#16](https://github.com/btschwertfeger/python-cmethods/pull/16) ([btschwertfeger](https://github.com/btschwertfeger))
179242
- Fixed bug where division lead to nan or inf values [\#33](https://github.com/btschwertfeger/python-cmethods/pull/33) ([btschwertfeger](https://github.com/btschwertfeger))
180243

@@ -194,7 +257,7 @@
194257

195258
**Breaking changes:**
196259

197-
- Remove the unnecessary `CMethods.py` module to access the CMethods class more easily [\#10](https://github.com/btschwertfeger/python-cmethods/issues/10)
260+
- Remove the unnecessary `CMethods.py` module to access the CMethods class more easily [\#10](https://github.com/btschwertfeger/python-cmethods/issues/10)
198261

199262
**Implemented enhancements:**
200263

@@ -219,7 +282,7 @@
219282

220283
**Breaking changes:**
221284

222-
- adjust_3d forces group to be "time.month" if group is set to the default \(None\) [\#5](https://github.com/btschwertfeger/python-cmethods/issues/5)
285+
- adjust\_3d forces group to be "time.month" if group is set to the default \(None\) [\#5](https://github.com/btschwertfeger/python-cmethods/issues/5)
223286

224287
**Implemented enhancements:**
225288

@@ -277,4 +340,6 @@
277340

278341
[Full Changelog](https://github.com/btschwertfeger/python-cmethods/compare/41c1837e5d23c300656c8ee2ce0079d6a8baac2f...v0.5)
279342

280-
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
343+
344+
345+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57

68
include README.md LICENSE

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# -*- mode: make; coding: utf-8 -*-
12
#!make
2-
# -*- coding: utf-8 -*-
3+
#
34
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
5+
# All rights reserved.
6+
# https://github.com/btschwertfeger
57
#
68

79
VENV := venv

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44

55
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/btschwertfeger/python-cmethods)
6-
[![Generic badge](https://img.shields.io/badge/python-3.9_|_3.10_|_3.11|_3.12-blue.svg)](https://shields.io/)
6+
[![Generic badge](https://img.shields.io/badge/python-3.9_|_3.10_|_3.11|_3.12|_3.13-blue.svg)](https://shields.io/)
77
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-orange.svg)](https://www.gnu.org/licenses/gpl-3.0)
88
[![PyPI Downloads](https://pepy.tech/badge/python-cmethods)](https://pepy.tech/project/python-cmethods)
99

cmethods/__init__.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67
# pylint: disable=consider-using-f-string,logging-not-lazy
78

cmethods/core.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67

78
"""

cmethods/distribution.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67

78
"""

cmethods/scaling.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67

78
"""

cmethods/static.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67

78
"""Module providing static information for the python-cmethods package"""

cmethods/types.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
# -*- mode: python; coding: utf-8 -*-
2+
#
33
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
56
#
67

78
"""Module providing custom types"""

0 commit comments

Comments
 (0)