Skip to content

MichaelJMath/python_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<Project Name>

The purpose of this project is...

python=2 sphinx

import <package name>

Note: If you are working in a directory outside the package source file you will need to do one of two things:

  1. Manually add the package directory to your sys.path variable:

    import os
    import sys
    
    file_dir = # Input Path to directory of <project package>.
    sys.path.insert(0, file_dir)
  2. Install the source code into the you /lib/site-packages directory in your Python instalation folder. Note: This folder should already be in your sys.path variable.

Examples to come

Apache License, Version 2.0

Sphinx documentation located in the following file: ./docs/build/html/index.html

If anyone is interested in contributing, ...

Additionally, a contribution guide will need to be created. Style Guide will seek to follow the Python PEP 8 style guide. Doc strings will seek to follow the Numpy docstring guidelines.

About

Template for python projects and applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages