creddit 0.0.2__py3-none-any.whl → 0.0.3__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.
- {creddit-0.0.2.dist-info → creddit-0.0.3.dist-info}/METADATA +4 -10
- {creddit-0.0.2.dist-info → creddit-0.0.3.dist-info}/RECORD +5 -5
- {creddit-0.0.2.dist-info → creddit-0.0.3.dist-info}/WHEEL +0 -0
- {creddit-0.0.2.dist-info → creddit-0.0.3.dist-info}/licenses/LICENSE +0 -0
- {creddit-0.0.2.dist-info → creddit-0.0.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: creddit
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
4
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
5
|
Author-email: Vishal Nandagopal <dev@vishalnandagopal.com>
|
6
6
|
License-Expression: MIT
|
@@ -32,18 +32,13 @@ This source code is licensed under the MIT license found in the LICENSE file in
|
|
32
32
|
|
33
33
|
### How to use?
|
34
34
|
|
35
|
-
|
35
|
+
Install the [package](https://pypi.org/project/creddit/) from PyPi.
|
36
36
|
|
37
37
|
```sh
|
38
|
-
|
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
|
38
|
+
pip install creddit
|
44
39
|
```
|
45
40
|
|
46
|
-
|
41
|
+
To run it,
|
47
42
|
|
48
43
|
```sh
|
49
44
|
python -m creddit
|
@@ -51,7 +46,6 @@ python -m creddit
|
|
51
46
|
|
52
47
|
### Features to add
|
53
48
|
|
54
|
-
- Publish to pip
|
55
49
|
- More guidance on MPV, and alternatives if it isn't installed
|
56
50
|
|
57
51
|
(Copyright (c) 2025 Vishal N)
|
@@ -4,8 +4,8 @@ creddit/config.py,sha256=p_5Tm3IztzMJ-PoCkmn8-zegaZwdDBNg_gR5PKR5NLQ,3091
|
|
4
4
|
creddit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
creddit/reddit.py,sha256=4Y1mDB8tsPvOypWBPyq4NN6fOExDuJUDhaCz56elstA,4482
|
6
6
|
creddit/terminal.py,sha256=DhCI3Xg1zF2v4m9y_TnZdqOs5mHpoh4VbOE5VTyQl3Y,12488
|
7
|
-
creddit-0.0.
|
8
|
-
creddit-0.0.
|
9
|
-
creddit-0.0.
|
10
|
-
creddit-0.0.
|
11
|
-
creddit-0.0.
|
7
|
+
creddit-0.0.3.dist-info/licenses/LICENSE,sha256=QHEwuGrDCIECZD7PkhEzQ5CqTPEk0PARsOowGId0FQI,1096
|
8
|
+
creddit-0.0.3.dist-info/METADATA,sha256=qbWTBr4lxrzPLtDqag5ixLOcr18jA5IplZrevTDF4eI,1619
|
9
|
+
creddit-0.0.3.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
10
|
+
creddit-0.0.3.dist-info/top_level.txt,sha256=Q2-CEVcpBfG-GG9VrGszVWASy03D0PcOpYUvTnugl-0,8
|
11
|
+
creddit-0.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|