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

pynotifyx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pynotifyx

pynotifyx is a simple Python binding to the Linux inotify file system event monitoring API.

  • 0.3.7
  • PyPI
  • Socket score

Maintainers
1

pynotifyx is a simple Python binding to the Linux inotify file system event monitoring API.

Documentation is provided in the module. To get help, start an interactive Python session and type:

import pynotifyx help(pynotifyx)

You can also test out pynotifyx easily. The following command will print events for /tmp:

python -m pynotifyx /tmp

Tests can be run via setup.py:

./setup.py test

Note that the module must be built and installed for tests to run correctly. In the future, this requirement will be lifted.

Visit https://github.com/joeisca/pynotifyx for more information.

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