Skip to content

My preset for a python package that makes importing quicker

Notifications You must be signed in to change notification settings

justTravis/python-package-preset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-package-preset

this youtube video explains it: https://www.youtube.com/watch?v=PYs_mAion2E

My preset for a python package that makes importing less of a hassle

Features:

  • You can import anything from anywhere
  • It updates the import line when there are changes made to the files being imported (vscode)

Package Directory's structure

[Main Parent Dir] <-- folder
├── __init__.py
├── any.py
├── [sub_dir_1] <-- folder
    ├── __init__.py
    ├── any.py
    ├── [another sub dir] <-- folder
        ├── __init__.py
        ├── any.py
|
├── [sub_dir_2] <-- folder
    ├── __init__.py
    ├── any.py
    ├── [another sub dir] <-- folder
        ├── __init__.py
        ├── any.py

About

My preset for a python package that makes importing quicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%