Skip to main content

Experimental package of ASGI utilities extracted from Datasette

Project description

c64

PyPI Changelog License

Experimental package of ASGI utilities extracted from Datasette

This library is an experimental alpha. I have not yet committed to maintaining this in the long-term, so you should not use this for any projects.

Installation

Install this library using pip:

$ pip install c64

Usage

The library provides Request and Response classes, which currently match the documented classes of the same name in Datasette, see Datasette internals documentation.

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd c64
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and tests:

pip install -e '.[test]'

To run the tests:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c64-0.1a0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

c64-0.1a0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

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