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

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

License

Notifications You must be signed in to change notification settings

SRCF/SRCFLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks