aws-samples / nimblestudio-auto-workstation-scheduler
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 30 files with 1,214 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (534 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 28 very small files (680 lines of code)
0% | 0% | 43% | 0% | 56%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 43% | 0% | 56%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
scripts0% | 0% | 72% | 0% | 27%
nimble_studio_auto_workstation_scheduler0% | 0% | 0% | 0% | 100%
lambda/launcher0% | 0% | 0% | 0% | 100%
scripts/utils0% | 0% | 0% | 0% | 100%
lambda/model0% | 0% | 0% | 0% | 100%
scripts/identity0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
scripts/model0% | 0% | 0% | 0% | 100%
lambda0% | 0% | 0% | 0% | 100%
lambda/common0% | 0% | 0% | 0% | 100%
Longest Files (Top 30)
File# lines# units
update_auto_launch_config.py
in scripts
330 25
get_auto_launch_config.py
in scripts
204 20
delete_auto_launch_config.py
in scripts
88 7
nimble_studio_auto_workstation_scheduler_stack.py
in nimble_studio_auto_workstation_scheduler
82 1
workstation_launcher.py
in lambda/launcher
79 10
toggle_auto_launch_for_users.py
in scripts
65 8
prompter.py
in scripts/utils
58 7
toggle_auto_launcher.py
in scripts
50 6
identity_helper.py
in scripts/identity
44 4
local_bundler.py
in nimble_studio_auto_workstation_scheduler
38 4
setup.py
in root
35 -
time_manager.py
in lambda/model
31 7
auto_launch_config.py
in scripts/model
20 -
auto_launch_config.py
in lambda/model
19 -
client_utils.py
in scripts/utils
14 4
weekdays.py
in lambda/model/data
13 2
lambda_handler.py
in lambda
12 1
config.py
in lambda/common
8 1
app.py
in root
7 -
dates_applied.py
in scripts/model
5 -
dates_applied.py
in lambda/model/data
3 -
__init__.py
in nimble_studio_auto_workstation_scheduler
1 -
__init__.py
in lambda
1 -
__init__.py
in lambda/common
1 -
__init__.py
in lambda/model
1 -
__init__.py
in lambda/model/data
1 -
__init__.py
in lambda/launcher
1 -
__init__.py
in scripts/model
1 -
__init__.py
in scripts/utils
1 -
__init__.py
in scripts/identity
1 -
Files With Most Units (Top 15)
File# lines# units
update_auto_launch_config.py
in scripts
330 25
get_auto_launch_config.py
in scripts
204 20
workstation_launcher.py
in lambda/launcher
79 10
toggle_auto_launch_for_users.py
in scripts
65 8
time_manager.py
in lambda/model
31 7
delete_auto_launch_config.py
in scripts
88 7
prompter.py
in scripts/utils
58 7
toggle_auto_launcher.py
in scripts
50 6
local_bundler.py
in nimble_studio_auto_workstation_scheduler
38 4
client_utils.py
in scripts/utils
14 4
identity_helper.py
in scripts/identity
44 4
weekdays.py
in lambda/model/data
13 2
nimble_studio_auto_workstation_scheduler_stack.py
in nimble_studio_auto_workstation_scheduler
82 1
lambda_handler.py
in lambda
12 1
config.py
in lambda/common
8 1
Files With Long Lines (Top 10)

There are 10 files with lines longer than 120 characters. In total, there are 62 long lines.

File# lines# units# long lines
update_auto_launch_config.py
in scripts
330 25 26
get_auto_launch_config.py
in scripts
204 20 12
delete_auto_launch_config.py
in scripts
88 7 10
toggle_auto_launch_for_users.py
in scripts
65 8 4
workstation_launcher.py
in lambda/launcher
79 10 3
toggle_auto_launcher.py
in scripts
50 6 3
app.py
in root
7 - 1
nimble_studio_auto_workstation_scheduler_stack.py
in nimble_studio_auto_workstation_scheduler
82 1 1
lambda_handler.py
in lambda
12 1 1
config.py
in lambda/common
8 1 1