/SRCFLib

The contents of this repository have been incorporated into srcf-python.

Primary LanguagePythonMIT LicenseMIT

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