New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smallneuron

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smallneuron

Small Neuron Workflow

  • 2.4.9
  • PyPI
  • Socket score

Maintainers
1

smallneuron

Network Programming platform

Requirements

mqtt bridge: sudo pip3 install paho-mqtt

gpio bridge: sudo pip3 install --upgrade OPi.GPIO

To use gpio h3: install gpio_h3, run ./build

Python Package

Install tools

sudo apt install python3-pip python3-venv python3 -m pip install build # pip3 install build

Build

python3 -m build python3 -m twine upload --repository testpypi dist/* # test python3 -m twine upload dist/* # prod

Install

Installing module sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps smallneuron-pelainux # test

sudo python3 -m pip install --upgrade --index-url https://pypi.org/simple/ --no-deps smallneuron==1.1.1 # prod

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