Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
/ DRFToolbox Public archive

utility library containing generic DRF specific API functions

License

Notifications You must be signed in to change notification settings

DoctorDecisions/DRFToolbox

Repository files navigation

DRFToolbox

Contained within this library are a set of utility modules and functions, specific to the Django Rest Framework, that our team finds useful for developing APIs.

CircleCI Coverage Status

Development

  • initialize the environment for development *(install deps and upgrade)
    make init
    
  • install all required packages *(install exact deps listed in lock file)
    make build
    
  • run test cases
    make test
    
  • run test cases with coverage report
    make coverage
    
  • run pylint
    make lint
    
  • remove all compiled python files
    make clean
    
  • create and push a new release tag
    make tag
    

About

utility library containing generic DRF specific API functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published