Commit 05e28f2
Rename package to everyrow and add PyPI publish workflow (#9)
* Rename package from everyrow_sdk to everyrow
Simplify import ergonomics by removing the _sdk suffix from the package name.
Users can now import with `from everyrow import ...` instead of `from everyrow_sdk import ...`.
Changes:
- Rename src/everyrow_sdk/ directory to src/everyrow/
- Update all imports across source, examples, tests, and case studies
- Update pyproject.toml, lefthook.yml, openapi-python-client.yaml
- Update generate_openapi.sh script
- Update CI workflow paths
- Update README.md documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Rename package to everyrow and add PyPI publish workflow
- Change package name from everyrow-sdk to everyrow
- Add GitHub Actions workflow for trusted publishing to PyPI
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent f7cf8ae commit 05e28f2
2 files changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments