adafruit-circuitpython-sgp30 3.0.9__tar.gz → 3.0.11__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.readthedocs.yaml +3 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/PKG-INFO +2 -2
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_circuitpython_sgp30.egg-info/PKG-INFO +2 -2
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_sgp30.py +1 -1
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/conf.py +0 -1
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/pyproject.toml +1 -1
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.github/workflows/build.yml +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.github/workflows/failure-help-text.yml +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.github/workflows/release_gh.yml +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.github/workflows/release_pypi.yml +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.gitignore +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.pre-commit-config.yaml +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.pylintrc +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/CODE_OF_CONDUCT.md +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSE +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSES/CC-BY-4.0.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSES/MIT.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSES/Unlicense.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/README.rst +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/README.rst.license +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_circuitpython_sgp30.egg-info/SOURCES.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_circuitpython_sgp30.egg-info/dependency_links.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_circuitpython_sgp30.egg-info/requires.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/adafruit_circuitpython_sgp30.egg-info/top_level.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/_static/favicon.ico +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/_static/favicon.ico.license +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/api.rst +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/api.rst.license +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/examples.rst +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/examples.rst.license +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/index.rst +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/index.rst.license +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/requirements.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/examples/sgp30_simpletest.py +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/optional_requirements.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/requirements.txt +0 -0
- {adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: adafruit-circuitpython-sgp30
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.11
|
4
4
|
Summary: CircuitPython library for Sensirion SGP30 gas sensor with eCO2 and TVOC.
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
6
6
|
License: MIT
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: adafruit-circuitpython-sgp30
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.11
|
4
4
|
Summary: CircuitPython library for Sensirion SGP30 gas sensor with eCO2 and TVOC.
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
6
6
|
License: MIT
|
@@ -104,7 +104,6 @@ todo_emit_warnings = True
|
|
104
104
|
import sphinx_rtd_theme
|
105
105
|
|
106
106
|
html_theme = "sphinx_rtd_theme"
|
107
|
-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), "."]
|
108
107
|
|
109
108
|
# Add any paths that contain custom static files (such as style sheets) here,
|
110
109
|
# relative to this directory. They are copied after the builtin static files,
|
@@ -12,7 +12,7 @@ requires = [
|
|
12
12
|
[project]
|
13
13
|
name = "adafruit-circuitpython-sgp30"
|
14
14
|
description = "CircuitPython library for Sensirion SGP30 gas sensor with eCO2 and TVOC."
|
15
|
-
version = "3.0.
|
15
|
+
version = "3.0.11"
|
16
16
|
readme = "README.rst"
|
17
17
|
authors = [
|
18
18
|
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/.pre-commit-config.yaml
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/CODE_OF_CONDUCT.md
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSES/CC-BY-4.0.txt
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/LICENSES/Unlicense.txt
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/README.rst.license
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/_static/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/api.rst.license
RENAMED
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/examples.rst
RENAMED
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/examples.rst.license
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/index.rst.license
RENAMED
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/docs/requirements.txt
RENAMED
File without changes
|
File without changes
|
{adafruit-circuitpython-sgp30-3.0.9 → adafruit_circuitpython_sgp30-3.0.11}/optional_requirements.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|