inspectr 0.0.1__tar.gz → 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: inspectr
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: A collection of python tools to inspect code quality.
5
5
  Maintainer-email: Alex Mueller <amueller474@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -12,8 +12,6 @@ CLASS_METHODS = 20
12
12
 
13
13
 
14
14
  def main(files: List[pathlib.Path]) -> None:
15
- files = list(pathlib.Path.cwd().rglob("*.py"))
16
-
17
15
  # TODO: rename these
18
16
  # Counters and diagnostics
19
17
  files_over_1000 = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: inspectr
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: A collection of python tools to inspect code quality.
5
5
  Maintainer-email: Alex Mueller <amueller474@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "inspectr"
8
- version = "0.0.1"
8
+ version = "0.0.2"
9
9
  description = "A collection of python tools to inspect code quality. "
10
10
  maintainers = [
11
11
  {name = "Alex Mueller", email="amueller474@gmail.com"},
@@ -31,4 +31,4 @@ inspectr = "inspectr.__main__:main"
31
31
 
32
32
  [project.urls]
33
33
  Homepage = "https://github.com/ajcm474/inspectr"
34
- Issues = "https://github.com/ajcm474/inspectr/issues"
34
+ Issues = "https://github.com/ajcm474/inspectr/issues"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes