Skip to content

Repository where I try to replicate a Python-like project structure like TensorFlow or Keras.

License

Notifications You must be signed in to change notification settings

mattborghi/moduleStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python structure project

Build Status license Coverage Status Readme

The "module" modeleStrucure contains a file which can be run using $ python Decoder/Main.py or $ python -m Decoder.Main. Or, if we are in the Decoder subfolder $ python Main.py or $ python -m Main.

A better idea is to import the module as a whole: import module from another folder, i.e., test folder with scripts. -> Done in last commit.

About

Repository where I try to replicate a Python-like project structure like TensorFlow or Keras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages