Skip to main content
Archived

This project has been archived by its maintainers, and is no longer receiving any updates.

Pasty

Pasty is a library to provide applications with “serverless” state management.

Getting Started

Requirements

Installation

Pasty can be installed with pip or easy_install:

pip install Pasty

Or directly from the source code:

python setup.py install

Basic Usage

After installation, abstract base classes can be imported from the package:

python
>>> import pasty
pasty.__version__

For Developers

Requirements

Environment

Create a virtualenv:

make develop

Run static analysis:

make doc
make pep8
make pylint
make check  # all of the above

Run the tests:

make test
make tests  # includes integration tests

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page