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

b9y

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b9y

Python Client for Bambleweeny, the HTTP based key-value store and message broker

  • 0.0.22
  • PyPI
  • Socket score

Maintainers
1

b9y - Python Bindings for Bambleweeny

A client implementation for Bambleweeny

Install

pip install b9y

Use

from b9y import B9y

b9y = B9y() # for default connection

b9y = B9y('http://myhost:8080')

b9y = B9y('http://myhost:8080', 'user', 'password')

Get info

print b9y.info()

Set and get key

b9y.set('foo', 'bar')
print b9y.get('foo')

Try the counter

print b9y.incr('counter')

Push and pop

b9y.push('super', 'trouper') print b9y.pop('super')

PyPi

b9y-cli on pypi

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