python-auto-req 0.1.0__py3-none-any.whl → 0.4.0__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,11 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-auto-req
3
- Version: 0.1.0
3
+ Version: 0.4.0
4
4
  Summary: Scan project source files and populate requirements.txt – with PyPI search and interactive resolution.
5
5
  Project-URL: Homepage, https://github.com/Amit-Roy/python-auto-req
6
6
  Project-URL: Repository, https://github.com/Amit-Roy/python-auto-req
7
7
  Project-URL: Issues, https://github.com/Amit-Roy/python-auto-req/issues
8
- Author-email: Amit Roy <a.roy.0593@gmail.com>
9
8
  License: MIT
10
9
  License-File: LICENSE
11
10
  Keywords: dependencies,pypi,requirements,scanner
@@ -131,47 +130,4 @@ pytest
131
130
 
132
131
  ---
133
132
 
134
- ## Publishing to PyPI
135
-
136
- Publishing is handled automatically by GitHub Actions ([.github/workflows/publish.yml](.github/workflows/publish.yml)) whenever you push a version tag.
137
-
138
- ### One-time PyPI Trusted Publisher setup
139
-
140
- 1. Go to <https://pypi.org/manage/account/publishing/>
141
- 2. Add a **pending publisher** with:
142
- - **PyPI project name**: `python-auto-req`
143
- - **GitHub owner**: `Amit-Roy`
144
- - **Repository name**: `python-auto-req`
145
- - **Workflow filename**: `publish.yml`
146
- - **Environment name**: `pypi`
147
- 3. On GitHub, create a repository **Environment** named `pypi`
148
- *(Settings → Environments → New environment)*
149
-
150
- ### Releasing a new version
151
-
152
- ```bash
153
- # 1. Bump the version in pyproject.toml (and src/auto_req/__init__.py)
154
- # 2. Commit and push
155
- git add pyproject.toml src/auto_req/__init__.py
156
- git commit -m "chore: release v0.2.0"
157
- git push
158
-
159
- # 3. Tag and push – this triggers the publish workflow
160
- git tag v0.2.0
161
- git push --tags
162
- ```
163
-
164
- The workflow will:
165
- 1. Run the full test matrix
166
- 2. Build wheel + sdist
167
- 3. Verify the tag matches the package version
168
- 4. Publish to PyPI via OIDC (no API token required)
169
-
170
- ### Local build (optional)
171
-
172
- ```bash
173
- pip install -e ".[dev]"
174
- python -m build
175
- ```
176
-
177
- MIT
133
+ [MIT License](LICENSE)
@@ -3,8 +3,8 @@ auto_req/__main__.py,sha256=QXj_L91dBemDWwJDm0tGwZdcYvMm8mCVjbHYTM2lhcI,94
3
3
  auto_req/cli.py,sha256=Yfdp-ocpyu56ttdmdr87zXrmhHf3dnuYH4GT7qXhRNU,5050
4
4
  auto_req/resolver.py,sha256=D_0cUrv1wabo1ApNjb1AyFvb3EaGdn0ZpAS8HQ5zIf4,7977
5
5
  auto_req/scanner.py,sha256=jbvoDlXTN1bh8Aels58FWKLPNSVk4aeIZBk35h66wvI,4590
6
- python_auto_req-0.1.0.dist-info/METADATA,sha256=p-cGOcGT0e2_XwkA1-wM9HhpgtG8KA7oi5IoAwIs_Z0,4769
7
- python_auto_req-0.1.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
8
- python_auto_req-0.1.0.dist-info/entry_points.txt,sha256=i1vr2iQDlMqhTVYuV8z40Uc1x4qLJHZ-ZTYIxkJSI8w,47
9
- python_auto_req-0.1.0.dist-info/licenses/LICENSE,sha256=ESYyLizI0WWtxMeS7rGVcX3ivMezm-HOd5WdeOh-9oU,1056
10
- python_auto_req-0.1.0.dist-info/RECORD,,
6
+ python_auto_req-0.4.0.dist-info/METADATA,sha256=XVxiWSWdknCUYMZsdtWUFlFEvkcMSm7Vg32IhEE0Jpk,3544
7
+ python_auto_req-0.4.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
8
+ python_auto_req-0.4.0.dist-info/entry_points.txt,sha256=i1vr2iQDlMqhTVYuV8z40Uc1x4qLJHZ-ZTYIxkJSI8w,47
9
+ python_auto_req-0.4.0.dist-info/licenses/LICENSE,sha256=ESYyLizI0WWtxMeS7rGVcX3ivMezm-HOd5WdeOh-9oU,1056
10
+ python_auto_req-0.4.0.dist-info/RECORD,,