uiprotect 0.1.0__tar.gz → 0.2.0__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.

Potentially problematic release.


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

Files changed (36) hide show
  1. {uiprotect-0.1.0 → uiprotect-0.2.0}/PKG-INFO +7 -2
  2. {uiprotect-0.1.0 → uiprotect-0.2.0}/README.md +4 -0
  3. {uiprotect-0.1.0 → uiprotect-0.2.0}/pyproject.toml +6 -2
  4. {uiprotect-0.1.0 → uiprotect-0.2.0}/LICENSE +0 -0
  5. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/__init__.py +0 -0
  6. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/__main__.py +0 -0
  7. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/api.py +0 -0
  8. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/__init__.py +0 -0
  9. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/backup.py +0 -0
  10. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/base.py +0 -0
  11. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/cameras.py +0 -0
  12. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/chimes.py +0 -0
  13. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/doorlocks.py +0 -0
  14. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/events.py +0 -0
  15. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/lights.py +0 -0
  16. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/liveviews.py +0 -0
  17. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/nvr.py +0 -0
  18. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/sensors.py +0 -0
  19. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/cli/viewers.py +0 -0
  20. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/__init__.py +0 -0
  21. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/base.py +0 -0
  22. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/bootstrap.py +0 -0
  23. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/convert.py +0 -0
  24. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/devices.py +0 -0
  25. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/nvr.py +0 -0
  26. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/types.py +0 -0
  27. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/user.py +0 -0
  28. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/data/websocket.py +0 -0
  29. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/exceptions.py +0 -0
  30. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/py.typed +0 -0
  31. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/release_cache.json +0 -0
  32. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/stream.py +0 -0
  33. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/test_util/__init__.py +0 -0
  34. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/test_util/anonymize.py +0 -0
  35. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/utils.py +0 -0
  36. {uiprotect-0.1.0 → uiprotect-0.2.0}/src/uiprotect/websocket.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uiprotect
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: Python API for Unifi Protect (Unofficial)
5
5
  Home-page: https://github.com/uilibs/uiprotect
6
6
  License: MIT
7
7
  Author: UI Protect Maintainers
8
8
  Author-email: ui@koston.org
9
9
  Requires-Python: >=3.10
10
- Classifier: Development Status :: 2 - Pre-Alpha
10
+ Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Natural Language :: English
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Topic :: Software Development :: Build Tools
19
20
  Classifier: Topic :: Software Development :: Libraries
20
21
  Requires-Dist: aiofiles (>=23)
21
22
  Requires-Dist: aiohttp (>=3.9.0)
@@ -79,6 +80,10 @@ Description-Content-Type: text/markdown
79
80
 
80
81
  Python API for Unifi Protect (Unofficial)
81
82
 
83
+ ## Looking for maintainers
84
+
85
+ This project is looking for maintainers.
86
+
82
87
  ## Installation
83
88
 
84
89
  Install this via pip (or your favorite package manager):
@@ -40,6 +40,10 @@
40
40
 
41
41
  Python API for Unifi Protect (Unofficial)
42
42
 
43
+ ## Looking for maintainers
44
+
45
+ This project is looking for maintainers.
46
+
43
47
  ## Installation
44
48
 
45
49
  Install this via pip (or your favorite package manager):
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "uiprotect"
3
- version = "0.1.0"
3
+ version = "0.2.0"
4
4
  description = "Python API for Unifi Protect (Unofficial)"
5
5
  authors = ["UI Protect Maintainers <ui@koston.org>"]
6
6
  license = "MIT"
@@ -8,11 +8,15 @@ readme = "README.md"
8
8
  repository = "https://github.com/uilibs/uiprotect"
9
9
  documentation = "https://uiprotect.readthedocs.io"
10
10
  classifiers = [
11
- "Development Status :: 2 - Pre-Alpha",
12
11
  "Intended Audience :: Developers",
13
12
  "Natural Language :: English",
14
13
  "Operating System :: OS Independent",
15
14
  "Topic :: Software Development :: Libraries",
15
+ "Topic :: Software Development :: Build Tools",
16
+ "Development Status :: 5 - Production/Stable",
17
+ "Programming Language :: Python :: 3.10",
18
+ "Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12"
16
20
  ]
17
21
  packages = [
18
22
  { include = "uiprotect", from = "src" },
File without changes