repr-cli 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl

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.
repr/__main__.py ADDED
@@ -0,0 +1,6 @@
1
+ """Entry point for running repr as a module: python -m repr"""
2
+ from repr.cli import app
3
+
4
+ if __name__ == "__main__":
5
+ app()
6
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repr-cli
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A beautiful, privacy-first CLI that analyzes your code repositories and generates a compelling developer profile
5
5
  Author-email: Repr <hello@repr.dev>
6
6
  License: MIT
@@ -1,4 +1,5 @@
1
1
  repr/__init__.py,sha256=5Lyw-m_Us0430M83D0ku-LzaZMoU9JnhjsmhPn09Z6U,269
2
+ repr/__main__.py,sha256=M0ECtxOrmmYoYrYV5XI9UhDnOjWThxn0-PPysKs3RT0,127
2
3
  repr/api.py,sha256=Rr6MEUkjf7LJ6TcxbdVstfpUM_mDpTKhllbFwy9jK2w,11893
3
4
  repr/auth.py,sha256=-tqd2MMgFlowbhAqLHeSnVpDBkintkZ4kmPDZmczQFU,11682
4
5
  repr/cli.py,sha256=67qBrsoV6VaBo7DcynJ8U9LGsYyPtIDGEQyCi4Etf7k,73990
@@ -15,9 +16,9 @@ repr/storage.py,sha256=72nfFcR2Y98vpSjaO7zVHisq_Ln2UrHmGyDhEqEmDjU,14863
15
16
  repr/templates.py,sha256=RQl7nUfy8IK6QFKzgpcebkBbQH0E_brbYh83pzym1TM,6530
16
17
  repr/tools.py,sha256=QoGeti5Sye2wVuE-7UPxd_TDNXoen-xYfsFoT9rYRPs,20737
17
18
  repr/ui.py,sha256=5jycUT-5Q0az4FFUzgarI8CfVAEEUPSEsT24Fad2kG8,3994
18
- repr_cli-0.2.1.dist-info/licenses/LICENSE,sha256=tI16Ry3IQhjsde6weJ_in6czzWW2EF4Chz1uicyDLAA,1061
19
- repr_cli-0.2.1.dist-info/METADATA,sha256=zUO3udSiT-IhCZAQ8Ms6ZSLSP2Bn3FCP0shJcGdbnqM,8824
20
- repr_cli-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- repr_cli-0.2.1.dist-info/entry_points.txt,sha256=SJoKgNB-fRy6O2T_lztFr9T3ND_BQl0ijWxNW-J7dUU,38
22
- repr_cli-0.2.1.dist-info/top_level.txt,sha256=LNgPqdJPQnlicRve7uzI4a6rEUdcxHrNkUq_2w7eeiA,5
23
- repr_cli-0.2.1.dist-info/RECORD,,
19
+ repr_cli-0.2.2.dist-info/licenses/LICENSE,sha256=tI16Ry3IQhjsde6weJ_in6czzWW2EF4Chz1uicyDLAA,1061
20
+ repr_cli-0.2.2.dist-info/METADATA,sha256=sfVb-i-FYD8Wz5Tim2YO_REGqqGPmy4WjqoOt-Sciwk,8824
21
+ repr_cli-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
22
+ repr_cli-0.2.2.dist-info/entry_points.txt,sha256=SJoKgNB-fRy6O2T_lztFr9T3ND_BQl0ijWxNW-J7dUU,38
23
+ repr_cli-0.2.2.dist-info/top_level.txt,sha256=LNgPqdJPQnlicRve7uzI4a6rEUdcxHrNkUq_2w7eeiA,5
24
+ repr_cli-0.2.2.dist-info/RECORD,,