openai / chatkit-python
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 11 files with 3,232 lines of code.
    • 0 very long files (0 lines of code)
    • 4 long files (2,947 lines of code)
    • 0 medium size files (0 lines of code)
    • 1 small files (113 lines of code)
    • 6 very small files (172 lines of code)
0% | 91% | 0% | 3% | 5%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 91% | 0% | 3% | 5%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
chatkit0% | 91% | 0% | 3% | 5%
Longest Files (Top 11)
File# lines# units
agents.py
in chatkit
977 11
server.py
in chatkit
873 17
widgets.py
in chatkit
574 7
types.py
in chatkit
523 3
store.py
in chatkit
113 4
icons.py
in chatkit
74 -
actions.py
in chatkit
43 1
errors.py
in chatkit
36 2
logger.py
in chatkit
13 -
version.py
in chatkit
5 -
__init__.py
in chatkit
1 -
Files With Most Units (Top 7)
File# lines# units
server.py
in chatkit
873 17
agents.py
in chatkit
977 11
widgets.py
in chatkit
574 7
store.py
in chatkit
113 4
types.py
in chatkit
523 3
errors.py
in chatkit
36 2
actions.py
in chatkit
43 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 7 long lines.

File# lines# units# long lines
agents.py
in chatkit
977 11 4
server.py
in chatkit
873 17 3
Correlations

File Size vs. Commits (all time): 9 points

chatkit/agents.py x: 42 commits (all time) y: 977 lines of code chatkit/server.py x: 46 commits (all time) y: 873 lines of code chatkit/types.py x: 46 commits (all time) y: 523 lines of code chatkit/actions.py x: 11 commits (all time) y: 43 lines of code chatkit/widgets.py x: 23 commits (all time) y: 574 lines of code chatkit/store.py x: 7 commits (all time) y: 113 lines of code chatkit/icons.py x: 8 commits (all time) y: 74 lines of code chatkit/version.py x: 2 commits (all time) y: 5 lines of code chatkit/errors.py x: 2 commits (all time) y: 36 lines of code
977.0
lines of code
  min: 5.0
  average: 357.56
  25th percentile: 39.5
  median: 113.0
  75th percentile: 723.5
  max: 977.0
0 46.0
commits (all time)
min: 2.0 | average: 20.78 | 25th percentile: 4.5 | median: 11.0 | 75th percentile: 44.0 | max: 46.0

File Size vs. Contributors (all time): 9 points

chatkit/agents.py x: 5 contributors (all time) y: 977 lines of code chatkit/server.py x: 9 contributors (all time) y: 873 lines of code chatkit/types.py x: 4 contributors (all time) y: 523 lines of code chatkit/actions.py x: 4 contributors (all time) y: 43 lines of code chatkit/widgets.py x: 5 contributors (all time) y: 574 lines of code chatkit/store.py x: 1 contributors (all time) y: 113 lines of code chatkit/icons.py x: 1 contributors (all time) y: 74 lines of code chatkit/version.py x: 1 contributors (all time) y: 5 lines of code chatkit/errors.py x: 1 contributors (all time) y: 36 lines of code
977.0
lines of code
  min: 5.0
  average: 357.56
  25th percentile: 39.5
  median: 113.0
  75th percentile: 723.5
  max: 977.0
0 9.0
contributors (all time)
min: 1.0 | average: 3.44 | 25th percentile: 1.0 | median: 4.0 | 75th percentile: 5.0 | max: 9.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 3 points

chatkit/agents.py x: 5 commits (90d) y: 977 lines of code chatkit/server.py x: 2 commits (90d) y: 873 lines of code chatkit/types.py x: 3 commits (90d) y: 523 lines of code
977.0
lines of code
  min: 523.0
  average: 791.0
  25th percentile: 523.0
  median: 873.0
  75th percentile: 977.0
  max: 977.0
0 5.0
commits (90d)
min: 2.0 | average: 3.33 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 5.0 | max: 5.0

File Size vs. Contributors (90 days): 3 points

chatkit/agents.py x: 1 contributors (90d) y: 977 lines of code chatkit/server.py x: 1 contributors (90d) y: 873 lines of code chatkit/types.py x: 1 contributors (90d) y: 523 lines of code
977.0
lines of code
  min: 523.0
  average: 791.0
  25th percentile: 523.0
  median: 873.0
  75th percentile: 977.0
  max: 977.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0