Skip to content

Commit 731d70d

Browse files
feat!: restructure as uv library project
BREAKING CHANGE: Complete project restructure - Remove nested scrapegraph-py/ folder - Initialize as uv library with src/ layout - Clean slate for v2 API rewrite Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7aed60d commit 731d70d

133 files changed

Lines changed: 17 additions & 31712 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "scrapegraph-py"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
authors = [
7+
{ name = "FrancescoSaverioZuppichini", email = "francesco.zuppichini@gmail.com" }
8+
]
9+
requires-python = ">=3.13"
10+
dependencies = []
11+
12+
[build-system]
13+
requires = ["uv_build>=0.9.18,<0.10.0"]
14+
build-backend = "uv_build"

scrapegraph-py/.gitignore

Lines changed: 0 additions & 149 deletions
This file was deleted.

scrapegraph-py/.pre-commit-config.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

scrapegraph-py/.releaserc.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)