Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiocheck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiocheck

A python asyncio host health checker using native ping commands

  • 0.0.11
  • Source
  • PyPI
  • Socket score

Maintainers
1

aiocheck

A python asyncio host health checker using native ping commands.

Example:

pip install aiocheck
aiocheck 10.20.30.40 10.20.30.50 10.20.30.60

stdout:

###########
# Running #
###########

Addresses: ['10.20.30.50', '10.20.30.40', '10.20.30.60']

Press CTRL+C to exit 

aiocheck_log.csv:

address, alive, timestamp
10.20.30.60, False, 2020-06-22 17:35:40.398753
10.20.30.40, False, 2020-06-22 17:35:40.398729
10.20.30.50, False, 2020-06-22 17:35:40.398660

For further details visit the Documentation.


Install

Using pip

pip install aiocheck
aiocheck localhost

Using binary from GitHub

git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
./bin/aiocheck.exe localhost

For further install instructions visit the Documentation.


Develop

Open in VS Code

git clone https://github.com/kruserr/aiocheck.git
python -m pip install --upgrade pip setuptools wheel pytest tox twine pyinstaller
cd aiocheck
python -m pip install -e .
code .

Run VS Code Tasks

CTRL+SHIFT+B

or

CTRL+P

>Tasks: Run Task

For further developing instructions visit the Documentation.

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc