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

packbits

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packbits

PackBits encoder/decoder

  • 0.6
  • PyPI
  • Socket score

Maintainers
1

PackBits encoder/decoder

This module implements a PackBits encoder/decoder for Python 2.x and 3.x.

PackBits encoding is used in PSD and TIFF files.

Installation

::

pip install packbits

Usage

Import packbits module; then use packbits.encode(data) and packbits.decode(data) functions.

Contributing

Development happens at github and bitbucket:

  • https://github.com/kmike/packbits
  • https://bitbucket.org/kmike/packbits

The main issue tracker is at github: https://github.com/kmike/packbits/issues

Feel free to submit ideas, bugs, pull requests (git or hg) or regular patches.

In order to run tests, install tox <http://tox.testrun.org>_ and type

::

tox

from the source checkout.

The license is MIT.

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