A JSON library for Python that provides features such as sorted keys, no
insignificant whitespace, minimal escaping where necessary and supports
frozendict immutable dictionaries.
Check MANIFEST.in in a Python source package for completeness.
- Are you a Python developer?
- Have you uploaded packages to the Python PackageIndex?
- Have you accidentally uploaded broken packages with some files missing?
If so, check-manifest is for you.
daemonize is a library for writing system daemons in Python.
An iCalendar and vCard project for python.
SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/
frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
Pyfilesystem is a Python module that provides a simplified common interface to
many types of filesystem. Filesystems exposed via Pyfilesystem can also be
served over the network, or 'mounted' on the native filesystem.
Pyfilesystem simplifies working directories and paths, even if you only intend
to work with local files. Differences in path formats between platforms are
abstracted away, and you can write code that sand-boxes any changes to a given
directory.
Hypothesis is a library for testing your Python code against a much larger
range of examples than you would ever want to write by hand. It's based on the
Haskell library, Quickcheck, and is designed to integrate seamlessly into your
existing Python unit testing work flow.
Python-LLFUSE is a set of Python bindings for the low level FUSE API. It
requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs
under Linux, OS-X, FreeBSD and NetBSD.
Logan is a toolkit for running standalone Django applications. It provides you
with tools to create a CLI runner, manage settings, and the ability to bootstrap
the process.
An Angular SDK for the Matrix project.