Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 677 Bytes

README.rst

File metadata and controls

24 lines (17 loc) · 677 Bytes

SRCFLib

A one-stop shop Python library for provisioning and managing services for members.

Local setup commands

# Install dependencies and development copy:
make venv
make venv2  # directory suffixes also supported

# Generates HTML documentation (requires pdoc3):
make docs

# Build bdist and wheel packages (requires stdeb):
make dist           # automatic versioning (revision count + timestamp)
make VERSION= dist  # override version suffix
                    # (blank for release builds with version set in setup.py)

# Build a Debian package (requires debuild):
make deb