Skip to content

CHTJonas/srcf-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

364 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srcf

A Python library covering database schemas and core functionality for the Student-Run Computing Facility.

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:
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      # binary package
make deb-src  # source tarball

About

A Python library covering database schemas and core functionality for the Student-Run Computing Facility.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 98.4%
  • Other 1.6%