Skip to content

zer0ttl/application-with-internal-packages-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application with Internal Packages

This is a boilerplate for python application that contain internal packages..

This is meant to be distributed via pip or other sources.

More about the files

  • The main package file is in the helloworld/ directory. It contains two packages, namely hello/ and world/.

  • setup.py contains the work that needs to be done during installation.

  • tests/ contain the tests you have written for your package file and helpers. This directory will also be structured similary to the package helloworld/.

  • helloworld/PACKAGE/helpers.py can contain your utilities, decorators and so on.

About

A boilerplate for python application with internal packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published