Skip to content

KemalAltwlkany/test-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Example Package

###The purpose of creating this package was going over all the procedures (in-depth) which are necessary for creating a proper, standard, python package.

Project structure:

  • test_project
    • test_project
      • __init__.py
      • plots
        • __init__.py
        • basic_plots.py
        • red_plots
          • __init__.py
          • red_plot.py
          • squares.py
          • circles.py
        • blue_plots
          • __init__.py
          • blue_plot.py
          • squares.py
          • circles.py
    • examples
      • check_circle_plots.py
      • validate_simple_plot.py
      • test_square_plots.py
    • tests

Tell the truth, or at least, don't lie.

  • J.B. Peterson

About

A test project for testing setuptools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages