8000 GitHub - ksonj/skltn: A Python Project Template
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ksonj/skltn

Folders and files

NameName
Last commit message
Last commit date< 8000 /span>

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skltn - A Python Project Template

This project provides a template for Python projects. It uses

skltn is inspired by https://github.com/rocktavious/python-project-template

Setup Instructions

  1. Clone this repository

     git clone https://github.com/ksonj/skltn my_project
     cd my_project
    
  2. Edit the metadata in skltn/metadata.py.

  3. Then run

     python skltn/generate.py
    

    This will fill the templates with the data provided in skltn/metadata.py, remove the original .git directory and initialize a fresh git repository.

  4. Replace this README and the LICENSE with your own versions

Tools

The scripts in tools/ serve the following purposes:

  • docs.sh: Create the documentation via sphinx
  • test.sh: Run tests via pytest and report with coverage.

About

A Python Project Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0