File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33__pycache__
44.pytest_cache
55.env
6+ dist /
67
78# Claude
89.claude /settings.local.json
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python client library for [Diffbot](https://www.diffbot.com) APIs.
66## Installation
77
88``` bash
9- pip install git+https://github.com/ diffbot/diffbot -python.git
9+ python3 -m pip install diffbot-python
1010```
1111
1212Or, for local development:
Original file line number Diff line number Diff line change @@ -5,10 +5,18 @@ build-backend = "hatchling.build"
55[project ]
66name = " diffbot-python"
77version = " 0.1.0"
8- description = " Python client library for the Diffbot APIs"
8+ description = " Python client library for Diffbot APIs"
99readme = " README.md"
1010requires-python = " >=3.10"
11+ classifiers = [
12+ " Programming Language :: Python :: 3" ,
13+ " Operating System :: OS Independent" ,
14+ " Topic :: Software Development :: Libraries" ,
15+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
16+ " Topic :: Internet :: WWW/HTTP :: Indexing/Search"
17+ ]
1118license = " MIT"
19+ license-files = [" LICEN[CS]E*" ]
1220authors = [
1321 { name = " Jerome Choo" , email = " jerome@diffbot.com" },
1422 { name = " Mike Tung" , email = " miket@diffbot.com" }
@@ -37,4 +45,4 @@ packages = ["src/diffbot"]
3745
3846[tool .pytest .ini_options ]
3947markers = [" live: marks tests as live integration tests requiring a real DIFFBOT_TOKEN" ]
40- addopts = " -m 'not live'"
48+ addopts = " -m 'not live'"
You can’t perform that action at this time.
0 commit comments