Skip to main content

The cloudFPGA Support Package

Project description

cFSP

This is the cloudFPGA Support Package (cFSP) for the cloudFPGA project.

Requirements

Python 3.6+

Installation

You can install cfsp system-wide through pip install cfsp, or user-wide through pip install -u cfsp.

It is advised though to do it in an isolated Python environment, e.g. through virtualenv:

virtualenv -p /usr/bin/python3.6 cfenv
source cfenv/bin/activate
pip install --upgrade pip
pip install cfsp

Usage

Please check the online documentation.

Development

git clone git@github.com:cloudFPGA/cFSP.git
cd cFSP
make env
source venv/bin/activate
<add your changes>  (do not forget to increase the `version="x.y.z"` in `setup.py`)
git commit -am "My changes for version x.y.z"
git push
make dist
make upload

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

cfsp-0.1.17.tar.gz (69.5 kB view hashes)

Uploaded Source

Built Distribution

cfsp-0.1.17-py3-none-any.whl (138.5 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