creddit 0.0.2__tar.gz → 0.0.3__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: creddit
3
- Version: 0.0.2
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
- Clone the repo and install the thing as a package
35
+ Install the [package](https://pypi.org/project/creddit/) from PyPi.
36
36
 
37
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
38
+ pip install creddit
44
39
  ```
45
40
 
46
- And to finally run it,
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)
@@ -18,18 +18,13 @@ This source code is licensed under the MIT license found in the LICENSE file in
18
18
 
19
19
  ### How to use?
20
20
 
21
- Clone the repo and install the thing as a package
21
+ Install the [package](https://pypi.org/project/creddit/) from PyPi.
22
22
 
23
23
  ```sh
24
- git clone --depth 1 https://github.com/vishalnandagopal/creddit/ creddit
25
- cd creddit
26
- pip install uv
27
- uv sync
28
- uv build
29
- pip install ./dist/creddit-1.0.0-py3-none-any.whl
24
+ pip install creddit
30
25
  ```
31
26
 
32
- And to finally run it,
27
+ To run it,
33
28
 
34
29
  ```sh
35
30
  python -m creddit
@@ -37,7 +32,6 @@ python -m creddit
37
32
 
38
33
  ### Features to add
39
34
 
40
- - Publish to pip
41
35
  - More guidance on MPV, and alternatives if it isn't installed
42
36
 
43
37
  (Copyright (c) 2025 Vishal N)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "creddit"
3
- version = "0.0.2"
3
+ version = "0.0.3"
4
4
  description = "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
  authors = [
6
6
  {name = "Vishal Nandagopal", email="dev@vishalnandagopal.com"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: creddit
3
- Version: 0.0.2
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
- Clone the repo and install the thing as a package
35
+ Install the [package](https://pypi.org/project/creddit/) from PyPi.
36
36
 
37
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
38
+ pip install creddit
44
39
  ```
45
40
 
46
- And to finally run it,
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)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes