axis
Python library enabling easy communication with Axis devices and its metadatastream
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.5%) to scientific vocabulary
Keywords
hacktoberfest
hacktoberfest2021
homeassistant-integration
Keywords from Contributors
serializer
actions
cryptocurrencies
xunit-framework
xunit-test
optim
distribution
annotation
yolov5
graph-generation
Last synced: 10 months ago
·
JSON representation
Repository
Python library enabling easy communication with Axis devices and its metadatastream
Basic Info
Statistics
- Stars: 35
- Watchers: 6
- Forks: 15
- Open Issues: 33
- Releases: 63
Topics
hacktoberfest
hacktoberfest2021
homeassistant-integration
Created about 9 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Funding
License
README.md
Python project to set up a connection towards Axis Communications devices and to subscribe to specific events on the metadatastream.
Owner
- Name: Robert Svensson
- Login: Kane610
- Kind: user
- Repositories: 14
- Profile: https://github.com/Kane610
Avid Home automation fan never finding time to work on his own home over new backend functionality for Home Assistant
GitHub Events
Total
- Create event: 120
- Issues event: 4
- Release event: 2
- Watch event: 10
- Delete event: 114
- Issue comment event: 77
- Push event: 104
- Pull request review event: 21
- Pull request review comment event: 10
- Pull request event: 238
- Fork event: 6
Last Year
- Create event: 120
- Issues event: 4
- Release event: 2
- Watch event: 10
- Delete event: 114
- Issue comment event: 77
- Push event: 104
- Pull request review event: 21
- Pull request review comment event: 10
- Pull request event: 238
- Fork event: 6
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Robert Svensson | K****0 | 350 |
| dependabot[bot] | 4****] | 302 |
| Peter | s****a | 2 |
| dependabot-preview[bot] | 2****] | 1 |
| Marc Mueller | 3****p | 1 |
| Lars Engel | b****d | 1 |
| Kim Silkebækken | k****m@s****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 32
- Total pull requests: 757
- Average time to close issues: about 2 months
- Average time to close pull requests: 8 days
- Total issue authors: 13
- Total pull request authors: 7
- Average comments per issue: 2.03
- Average comments per pull request: 0.19
- Merged pull requests: 618
- Bot issues: 3
- Bot pull requests: 515
Past Year
- Issues: 6
- Pull requests: 262
- Average time to close issues: 1 day
- Average time to close pull requests: 5 days
- Issue authors: 4
- Pull request authors: 7
- Average comments per issue: 1.17
- Average comments per pull request: 0.43
- Merged pull requests: 178
- Bot issues: 3
- Bot pull requests: 235
Top Authors
Issue Authors
- Kane610 (16)
- dependabot[bot] (3)
- WhistleMaster (2)
- jmfargas (2)
- onkelbeh (1)
- alexg-axis (1)
- MarkRocketman (1)
- jonoberheide (1)
- sproit (1)
- Luenpa01 (1)
- TCS-UK (1)
- naitkris (1)
- robby-d (1)
Pull Request Authors
- dependabot[bot] (515)
- Kane610 (230)
- swoga (4)
- jonoberheide (2)
- cdce8p (2)
- berlund (2)
- jpcornil-git (2)
Top Labels
Issue Labels
dependencies (3)
python (3)
Pull Request Labels
dependencies (514)
python (347)
github_actions (7)
Packages
- Total packages: 1
-
Total downloads:
- pypi 48,009 last-month
- Total docker downloads: 757,208,901
- Total dependent packages: 0
- Total dependent repositories: 705
- Total versions: 59
- Total maintainers: 1
pypi.org: axis
A Python library for communicating with devices from Axis Communications
- Documentation: https://axis.readthedocs.io/
- License: MIT
-
Latest release: 65
published 11 months ago
Rankings
Docker downloads count: 0.1%
Dependent repos count: 0.5%
Downloads: 3.6%
Average: 6.5%
Dependent packages count: 10.1%
Forks count: 11.9%
Stargazers count: 12.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/pythonpublish.yml
actions
- actions/checkout v2 composite
- actions/setup-python v1 composite
.github/workflows/release-drafter.yml
actions
- release-drafter/release-drafter v5 composite
.github/workflows/tests.yml
actions
- actions/checkout v2 composite
- actions/setup-python v1 composite
requirements-test.txt
pypi
- black ==22.12.0 test
- flake8 ==6.0.0 test
- flake8-docstrings ==1.6.0 test
- flake8-noqa ==1.3.0 test
- isort ==5.11.4 test
- mypy ==0.991 test
- pydocstyle ==6.2.3 test
- pytest * test
- pytest-asyncio * test
- pytest-cov * test
- respx ==0.20.1 test
- types-orjson ==3.6.2 test
- types-xmltodict ==v0.13.0.1 test
requirements.txt
pypi
- async_timeout ==4.0.2
- attrs ==22.2.0
- httpx ==0.23.3
- orjson ==3.8.4
- packaging ==23.0
- xmltodict ==0.13.0
setup.py
pypi
- async_timeout *