Skip to main content

Software Factory REST API

Project description

managesf

This is a REST-based utility to manage projects, users and other tasks in SoftwareFactory(http://softwarefactory.enovance.com). It consists of two parts: a server with a REST API interface and a command line interface (CLI).

Documentation

More information is included in the documentation(docs/intro.rst).

Installation

CLI sfmanager

Run the following commands if you only want to install the commandline tool:

pip install -r requirements.txt python setup.py

REST API server

Update config.py and execute the following commands if you want to run managesf in a development setup::

virtualenv venv . venv/bin/activate pip install -r requirements.txt pecan serve config.py

To run it in production please refer to the Pecan documentation:

  • Refer to pecan doc

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

managesf-0.32.1.tar.gz (131.6 kB view hashes)

Uploaded Source

Built Distribution

managesf-0.32.1-py3-none-any.whl (142.3 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