
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Discover hosts by arp and ptr lookup
import asyncio
import pprint
from aiodiscover import DiscoverHosts
discover_hosts = DiscoverHosts()
hosts = asyncio.run(discover_hosts.async_discover())
pprint.pprint(hosts)
Stable Release: pip install aiodiscover
Development Head: pip install git+https://github.com/bluetooth-devices/aiodiscover.git
For full package documentation please visit bluetooth-devices.github.io/aiodiscover.
See CONTRIBUTING.md for information related to developing the code.
pip install -e .[dev]
This will install your package in editable mode with all the required development
dependencies (i.e. tox
).
make build
This will run tox
which will run all your tests in both Python 3.7
and Python 3.8 as well as linting your code.
make clean
This will clean up various Python and build generated files so that you can ensure that you are working in a clean environment.
make docs
This will generate and launch a web browser to view the most up-to-date documentation for your Python package.
gh-pages
branch by selecting the
gh-pages
branch in the dropdown in the "GitHub Pages" section of the repository settings.
(Repo Settings)PYPI_TOKEN
with your password for your PyPI account.
Don't worry, no one will see this password because it will be encrypted.main
after using bump2version
, GitHub
actions will build and deploy your Python package to PyPI.main
is for the most up-to-date development, very rarely should you directly
commit to this branch. GitHub Actions will run on every push and on a CRON to this
branch but still recommended to commit to your development branches and make pull
requests to main. If you push a tagged commit with bumpversion, this will also release to PyPI.main
. Even if it is
just yourself working on the repository, make a PR from your working branch to main
so that you can ensure your commits don't break the development head. GitHub Actions
will run on every push to any branch or any pull request from any branch to any other
branch.main
atomic and as a side effect naturally encourages small
well defined PR's.Apache Software License 2.0
FAQs
Discover hosts by arp and ptr lookup
We found that aiodiscover demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.