Skip to main content

Serverless state management using online text services.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

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

Project details


Supported by

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