circuitpython-functools 2.0.2__tar.gz → 2.0.3__tar.gz
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.
- circuitpython_functools-2.0.3/.github/dependabot.yml +16 -0
- {circuitpython_functools-2.0.2/circuitpython_functools.egg-info → circuitpython_functools-2.0.3}/PKG-INFO +16 -2
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/README.rst +15 -1
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3/circuitpython_functools.egg-info}/PKG-INFO +16 -2
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/circuitpython_functools.egg-info/SOURCES.txt +1 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/circuitpython_functools.py +1 -1
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/pyproject.toml +1 -1
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/build.yml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/failure-help-text.yml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/release_gh.yml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/release_pypi.yml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.gitignore +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.pre-commit-config.yaml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.readthedocs.yaml +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/CODE_OF_CONDUCT.md +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSE-MIT +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSE-PSF +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSES/CC-BY-4.0.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSES/MIT.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSES/PSF-2.0.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/LICENSES/Unlicense.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/README.rst.license +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/circuitpython_functools.egg-info/dependency_links.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/circuitpython_functools.egg-info/requires.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/circuitpython_functools.egg-info/top_level.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/_static/favicon.ico +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/_static/favicon.ico.license +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/api.rst +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/api.rst.license +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/conf.py +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/examples.rst +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/examples.rst.license +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/index.rst +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/index.rst.license +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/requirements.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/examples/functools_simpletest.py +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/optional_requirements.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/requirements.txt +0 -0
- {circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/setup.cfg +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2026 Alec Delaney
|
|
2
|
+
# SPDX-License-Identifier: MIT
|
|
3
|
+
|
|
4
|
+
version: 2
|
|
5
|
+
updates:
|
|
6
|
+
- package-ecosystem: "pip"
|
|
7
|
+
directory: "/"
|
|
8
|
+
schedule:
|
|
9
|
+
interval: "daily"
|
|
10
|
+
reviewers: ["tekktrik"]
|
|
11
|
+
versioning-strategy: increase-if-necessary
|
|
12
|
+
- package-ecosystem: "github-actions"
|
|
13
|
+
directory: "/"
|
|
14
|
+
schedule:
|
|
15
|
+
interval: "daily"
|
|
16
|
+
reviewers: ["tekktrik"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: circuitpython-functools
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: A CircuitPython implementation of CPython's functools library
|
|
5
5
|
Author-email: Alec Delaney <tekktrik@gmail.com>
|
|
6
6
|
License-Expression: MIT AND PSF-2.0
|
|
@@ -42,6 +42,20 @@ Introduction
|
|
|
42
42
|
:target: https://github.com/astral-sh/ruff
|
|
43
43
|
:alt: Code Style: ruff
|
|
44
44
|
|
|
45
|
+
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
46
|
+
:target: https://opensource.org/licenses/MIT
|
|
47
|
+
:alt: License: MIT
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
.. image:: https://img.shields.io/badge/License-PSF_2.0-yellow.svg
|
|
51
|
+
:target: https://opensource.org/license/python-2-0
|
|
52
|
+
:alt: License: PSF-2.0
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
|
|
56
|
+
:target: https://github.com/tekktrik/CircuitPython_CSV
|
|
57
|
+
:alt: Maintained: Yes
|
|
58
|
+
|
|
45
59
|
A CircuitPython implementation of CPython's functools library
|
|
46
60
|
|
|
47
61
|
|
|
@@ -72,7 +86,7 @@ following command to install:
|
|
|
72
86
|
|
|
73
87
|
.. code-block:: shell
|
|
74
88
|
|
|
75
|
-
circup install
|
|
89
|
+
circup install circuitpython_functools
|
|
76
90
|
|
|
77
91
|
Or the following command to update an existing version:
|
|
78
92
|
|
|
@@ -21,6 +21,20 @@ Introduction
|
|
|
21
21
|
:target: https://github.com/astral-sh/ruff
|
|
22
22
|
:alt: Code Style: ruff
|
|
23
23
|
|
|
24
|
+
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
25
|
+
:target: https://opensource.org/licenses/MIT
|
|
26
|
+
:alt: License: MIT
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
.. image:: https://img.shields.io/badge/License-PSF_2.0-yellow.svg
|
|
30
|
+
:target: https://opensource.org/license/python-2-0
|
|
31
|
+
:alt: License: PSF-2.0
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
|
|
35
|
+
:target: https://github.com/tekktrik/CircuitPython_CSV
|
|
36
|
+
:alt: Maintained: Yes
|
|
37
|
+
|
|
24
38
|
A CircuitPython implementation of CPython's functools library
|
|
25
39
|
|
|
26
40
|
|
|
@@ -51,7 +65,7 @@ following command to install:
|
|
|
51
65
|
|
|
52
66
|
.. code-block:: shell
|
|
53
67
|
|
|
54
|
-
circup install
|
|
68
|
+
circup install circuitpython_functools
|
|
55
69
|
|
|
56
70
|
Or the following command to update an existing version:
|
|
57
71
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: circuitpython-functools
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: A CircuitPython implementation of CPython's functools library
|
|
5
5
|
Author-email: Alec Delaney <tekktrik@gmail.com>
|
|
6
6
|
License-Expression: MIT AND PSF-2.0
|
|
@@ -42,6 +42,20 @@ Introduction
|
|
|
42
42
|
:target: https://github.com/astral-sh/ruff
|
|
43
43
|
:alt: Code Style: ruff
|
|
44
44
|
|
|
45
|
+
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
|
|
46
|
+
:target: https://opensource.org/licenses/MIT
|
|
47
|
+
:alt: License: MIT
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
.. image:: https://img.shields.io/badge/License-PSF_2.0-yellow.svg
|
|
51
|
+
:target: https://opensource.org/license/python-2-0
|
|
52
|
+
:alt: License: PSF-2.0
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
|
|
56
|
+
:target: https://github.com/tekktrik/CircuitPython_CSV
|
|
57
|
+
:alt: Maintained: Yes
|
|
58
|
+
|
|
45
59
|
A CircuitPython implementation of CPython's functools library
|
|
46
60
|
|
|
47
61
|
|
|
@@ -72,7 +86,7 @@ following command to install:
|
|
|
72
86
|
|
|
73
87
|
.. code-block:: shell
|
|
74
88
|
|
|
75
|
-
circup install
|
|
89
|
+
circup install circuitpython_functools
|
|
76
90
|
|
|
77
91
|
Or the following command to update an existing version:
|
|
78
92
|
|
|
@@ -12,7 +12,7 @@ requires = [
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "circuitpython-functools"
|
|
14
14
|
description = "A CircuitPython implementation of CPython's functools library"
|
|
15
|
-
version = "2.0.
|
|
15
|
+
version = "2.0.3"
|
|
16
16
|
readme = "README.rst"
|
|
17
17
|
authors = [
|
|
18
18
|
{name = "Alec Delaney", email = "tekktrik@gmail.com"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/release_gh.yml
RENAMED
|
File without changes
|
{circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/.github/workflows/release_pypi.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/docs/_static/favicon.ico.license
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{circuitpython_functools-2.0.2 → circuitpython_functools-2.0.3}/examples/functools_simpletest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|