creddit 0.0.1__py3-none-any.whl → 0.0.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.
@@ -1,57 +1,57 @@
1
- Metadata-Version: 2.4
2
- Name: creddit
3
- Version: 0.0.1
4
- Summary: An unofficial cli client for Reddit, aimed at people who regularly browse specific subreddits or topics instead of reading the homepage (r/all).
5
- Author-email: Vishal Nandagopal <dev@vishalnandagopal.com>
6
- License-Expression: MIT
7
- Requires-Python: >=3.13
8
- Description-Content-Type: text/markdown
9
- License-File: LICENSE
10
- Requires-Dist: colorama>=0.4.6
11
- Requires-Dist: python-dotenv>=1.1.0
12
- Requires-Dist: requests>=2.32.3
13
- Dynamic: license-file
14
-
15
- # creddit - A CLI client for Reddit
16
-
17
- An unofficial cli client for Reddit, aimed at people who regularly browse specific subreddits or topics instead of reading the homepage (r/all).
18
-
19
- ### Features:
20
-
21
- - Distraction free. Can browse a few posts and continue with your day. No flashy gifs, awards, ads or posts.
22
-
23
- - Browse a subreddit by entering just the name.
24
-
25
- - Prints a link to the article mentioned in every post, for you to continue reading it in your browser (`ctrl+click`), in case you are interested.
26
-
27
- - Can browse top comments for every post just by entering the number shown beside the post in the terminal.
28
-
29
- Feel free to send a PR with any additional features, or make an issue if you have any feature requests!
30
-
31
- This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
32
-
33
- ### How to use?
34
-
35
- Clone the repo and install the thing as a package
36
-
37
- ```sh
38
- git clone --depth 1 https://github.com/vishalnandagopal/creddit/ creddit
39
- cd creddit
40
- pip install uv
41
- uv sync
42
- uv build
43
- pip install ./dist/creddit-1.0.0-py3-none-any.whl
44
- ```
45
-
46
- And to finally run it,
47
-
48
- ```sh
49
- python -m creddit
50
- ```
51
-
52
- ### Features to add
53
-
54
- - Publish to pip
55
- - More guidance on MPV, and alternatives if it isn't installed
56
-
57
- (Copyright (c) 2024 Vishal N)
1
+ Metadata-Version: 2.4
2
+ Name: creddit
3
+ Version: 0.0.2
4
+ Summary: An unofficial cli client for Reddit, aimed at people who regularly browse specific subreddits or topics instead of reading the homepage (r/all).
5
+ Author-email: Vishal Nandagopal <dev@vishalnandagopal.com>
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.13
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Requires-Dist: colorama>=0.4.6
11
+ Requires-Dist: python-dotenv>=1.1.0
12
+ Requires-Dist: requests>=2.32.3
13
+ Dynamic: license-file
14
+
15
+ # creddit - A CLI client for Reddit
16
+
17
+ An unofficial cli client for Reddit, aimed at people who regularly browse specific subreddits or topics instead of reading the homepage (r/all).
18
+
19
+ ### Features:
20
+
21
+ - Distraction free. Can browse a few posts and continue with your day. No flashy gifs, awards, ads or posts.
22
+
23
+ - Browse a subreddit by entering just the name.
24
+
25
+ - Prints a link to the article mentioned in every post, for you to continue reading it in your browser (`ctrl+click`), in case you are interested.
26
+
27
+ - Can browse top comments for every post just by entering the number shown beside the post in the terminal.
28
+
29
+ Feel free to send a PR with any additional features, or make an issue if you have any feature requests!
30
+
31
+ This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
32
+
33
+ ### How to use?
34
+
35
+ Clone the repo and install the thing as a package
36
+
37
+ ```sh
38
+ git clone --depth 1 https://github.com/vishalnandagopal/creddit/ creddit
39
+ cd creddit
40
+ pip install uv
41
+ uv sync
42
+ uv build
43
+ pip install ./dist/creddit-1.0.0-py3-none-any.whl
44
+ ```
45
+
46
+ And to finally run it,
47
+
48
+ ```sh
49
+ python -m creddit
50
+ ```
51
+
52
+ ### Features to add
53
+
54
+ - Publish to pip
55
+ - More guidance on MPV, and alternatives if it isn't installed
56
+
57
+ (Copyright (c) 2025 Vishal N)
@@ -0,0 +1,11 @@
1
+ creddit/__init__.py,sha256=L0r9UXAIyH2B21PsICIAoxrQOV_GBVkdnRUS16eaO8k,76
2
+ creddit/__main__.py,sha256=-YR4TTlWPHrYXNY60M8WpkmSpxxYMmwlRs2pQ0p4JHc,71
3
+ creddit/config.py,sha256=p_5Tm3IztzMJ-PoCkmn8-zegaZwdDBNg_gR5PKR5NLQ,3091
4
+ creddit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ creddit/reddit.py,sha256=4Y1mDB8tsPvOypWBPyq4NN6fOExDuJUDhaCz56elstA,4482
6
+ creddit/terminal.py,sha256=DhCI3Xg1zF2v4m9y_TnZdqOs5mHpoh4VbOE5VTyQl3Y,12488
7
+ creddit-0.0.2.dist-info/licenses/LICENSE,sha256=QHEwuGrDCIECZD7PkhEzQ5CqTPEk0PARsOowGId0FQI,1096
8
+ creddit-0.0.2.dist-info/METADATA,sha256=qmOWhVcSoeJ-tZrK7ipwjvD5b-u_hfAr7oAqDGUCKu8,1778
9
+ creddit-0.0.2.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
10
+ creddit-0.0.2.dist-info/top_level.txt,sha256=Q2-CEVcpBfG-GG9VrGszVWASy03D0PcOpYUvTnugl-0,8
11
+ creddit-0.0.2.dist-info/RECORD,,
@@ -1,9 +1,9 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Vishal N
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
-
7
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Vishal N
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,11 +0,0 @@
1
- creddit/__init__.py,sha256=D6gRU_goqZR58NMSDfgdiWMVi20YDsBRUDUQxT66EGM,81
2
- creddit/__main__.py,sha256=fKdyZ_tkgzfFwJkC98x6-eXBYcXMyEmFKBBXAWjwUQU,75
3
- creddit/config.py,sha256=ngZ9qYM9_NVbMAcvEQ81fRY6Ohz3InW0KSUVydXPYso,3204
4
- creddit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- creddit/reddit.py,sha256=ugmtumjWw2GdqiAwbuO_gyco3U1z6dG3dMa2BWlwZZ0,4605
6
- creddit/terminal.py,sha256=SNLDZQWs2NbbU2wysG5D7sN9l11IosgexDTgjz0TtSY,12855
7
- creddit-0.0.1.dist-info/licenses/LICENSE,sha256=TfGELALVa4NFNIOMn6asE14LycjEIGoHL6O8fm0WRHU,1105
8
- creddit-0.0.1.dist-info/METADATA,sha256=jzDRIX5qiRR0w79hxZ7j8g9ypN8coCZOel9sPYm0sJc,1835
9
- creddit-0.0.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
10
- creddit-0.0.1.dist-info/top_level.txt,sha256=Q2-CEVcpBfG-GG9VrGszVWASy03D0PcOpYUvTnugl-0,8
11
- creddit-0.0.1.dist-info/RECORD,,