pygaposa 0.2.2__tar.gz → 0.2.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.
Files changed (33) hide show
  1. {pygaposa-0.2.2/pygaposa.egg-info → pygaposa-0.2.3}/PKG-INFO +1 -1
  2. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/__meta__.py +1 -1
  3. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/firebase.py +1 -1
  4. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/gaposa.py +1 -1
  5. {pygaposa-0.2.2 → pygaposa-0.2.3/pygaposa.egg-info}/PKG-INFO +1 -1
  6. {pygaposa-0.2.2 → pygaposa-0.2.3}/CHANGELOG.rst +0 -0
  7. {pygaposa-0.2.2 → pygaposa-0.2.3}/LICENSE +0 -0
  8. {pygaposa-0.2.2 → pygaposa-0.2.3}/MANIFEST.in +0 -0
  9. {pygaposa-0.2.2 → pygaposa-0.2.3}/README.rst +0 -0
  10. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/__init__.py +0 -0
  11. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/api.py +0 -0
  12. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/api_types.py +0 -0
  13. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/client.py +0 -0
  14. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/device.py +0 -0
  15. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/devicebase.py +0 -0
  16. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/geoapi.py +0 -0
  17. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/group.py +0 -0
  18. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/model.py +0 -0
  19. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/motor.py +0 -0
  20. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/poll_manager.py +0 -0
  21. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/room.py +0 -0
  22. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/schedule.py +0 -0
  23. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/SOURCES.txt +0 -0
  24. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/dependency_links.txt +0 -0
  25. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/requires.txt +0 -0
  26. {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/top_level.txt +0 -0
  27. {pygaposa-0.2.2 → pygaposa-0.2.3}/pyproject.toml +0 -0
  28. {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-dev.txt +0 -0
  29. {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-docs.txt +0 -0
  30. {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-test.txt +0 -0
  31. {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements.txt +0 -0
  32. {pygaposa-0.2.2 → pygaposa-0.2.3}/setup.cfg +0 -0
  33. {pygaposa-0.2.2 → pygaposa-0.2.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pygaposa
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Unofficial module for access to Gaposa morotized shades cloud API
5
5
  Home-page: https://github.com/mwatson2/pygaposa
6
6
  Author: Mark Watson
@@ -4,7 +4,7 @@ name = "pygaposa"
4
4
  path = name.lower().replace("-", "_").replace(" ", "_")
5
5
  # Your version number should follow https://python.org/dev/peps/pep-0440 and
6
6
  # https://semver.org
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  author = "Mark Watson"
9
9
  author_email = "markwatson@cantab.net"
10
10
  description = "Unofficial module for access to Gaposa morotized shades cloud API"
@@ -246,7 +246,7 @@ class FirebaseApp:
246
246
  websession: Optional[aiohttp.ClientSession] = None,
247
247
  ) -> None:
248
248
  self.config: FirebaseConfig = config
249
- self.logger = logging.getLogger("firebase")
249
+ self.logger = logging.getLogger("gaposa.firebase")
250
250
  if loop:
251
251
  self.loop: asyncio.AbstractEventLoop = loop
252
252
  else:
@@ -56,7 +56,7 @@ class Gaposa:
56
56
  }
57
57
  )
58
58
  self.firestore: Optional[FirestorePath] = None
59
- self.logger = logging.getLogger("GAPOSA")
59
+ self.logger = logging.getLogger("gaposa")
60
60
  self.config = DefaultPollManagerConfig
61
61
 
62
62
  if loop:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pygaposa
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Unofficial module for access to Gaposa morotized shades cloud API
5
5
  Home-page: https://github.com/mwatson2/pygaposa
6
6
  Author: Mark Watson
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes