chromium-profile-cli 0.2.0__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.
@@ -0,0 +1,44 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.so
6
+ .Python
7
+ build/
8
+ develop-eggs/
9
+ dist/
10
+ downloads/
11
+ eggs/
12
+ .eggs/
13
+ lib/
14
+ lib64/
15
+ parts/
16
+ sdist/
17
+ var/
18
+ wheels/
19
+ *.egg-info/
20
+ .installed.cfg
21
+ *.egg
22
+ MANIFEST
23
+
24
+ # Virtual environments
25
+ venv/
26
+ env/
27
+ ENV/
28
+ .venv
29
+
30
+ # IDE
31
+ .vscode/
32
+ .idea/
33
+ *.swp
34
+ *.swo
35
+ *~
36
+
37
+ # Testing
38
+ .pytest_cache/
39
+ .coverage
40
+ htmlcov/
41
+
42
+ # OS
43
+ .DS_Store
44
+ Thumbs.db
@@ -0,0 +1,176 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Support. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,150 @@
1
+ Metadata-Version: 2.4
2
+ Name: chromium-profile-cli
3
+ Version: 0.2.0
4
+ Summary: CLI tool for accessing Chromium browser data (tabs, history, bookmarks)
5
+ Project-URL: Homepage, https://github.com/jaidhyani/chromium-profile-cli
6
+ Project-URL: Repository, https://github.com/jaidhyani/chromium-profile-cli
7
+ Author-email: Jai Dhyani <jai@dhyani.net>, "Claude Opus 4.6" <noreply@anthropic.com>
8
+ License-Expression: Apache-2.0
9
+ License-File: LICENSE
10
+ Keywords: bookmarks,brave,browser,chrome,chromium,cli,history,tabs
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Requires-Python: >=3.11
19
+ Requires-Dist: ccl-chromium-reader>=0.3
20
+ Requires-Dist: click>=8.1.0
21
+ Description-Content-Type: text/markdown
22
+
23
+ # chromium-profile-cli
24
+
25
+ Command-line tool for accessing Chromium browser data (tabs, history, bookmarks).
26
+
27
+ Works with **Brave**, **Chrome**, and **Chromium**.
28
+
29
+ ## Installation
30
+
31
+ ```bash
32
+ # Using uvx (recommended)
33
+ uvx chromium-profile-cli
34
+
35
+ # Or install with pip
36
+ pip install chromium-profile-cli
37
+ ```
38
+
39
+ ## First Run
40
+
41
+ On first run, chromium-profile-cli will automatically detect installed browsers and prompt you to select one:
42
+
43
+ ```bash
44
+ $ chromium-profile-cli status
45
+
46
+ 🔍 Multiple browser profiles detected:
47
+
48
+ 1. brave /Users/you/Library/Application Support/BraveSoftware/Brave-Browser/Default
49
+ 2. chrome /Users/you/Library/Application Support/Google/Chrome/Default
50
+
51
+ Select a browser [1]: 1
52
+
53
+ 💾 Save as default? [Y/n]: y
54
+ ✓ Saved to ~/.config/chromium-sync/profile
55
+ ```
56
+
57
+ ## Commands
58
+
59
+ ### Configuration
60
+
61
+ ```bash
62
+ # Show current configuration
63
+ chromium-profile-cli config show
64
+
65
+ # Interactively select a browser
66
+ chromium-profile-cli config set
67
+
68
+ # Manually set profile path
69
+ chromium-profile-cli config set-path /path/to/profile
70
+ ```
71
+
72
+ ### Tabs
73
+
74
+ ```bash
75
+ # Show local browser tabs
76
+ chromium-profile-cli tabs local
77
+
78
+ # Show tabs from all synced devices
79
+ chromium-profile-cli tabs synced
80
+
81
+ # JSON output
82
+ chromium-profile-cli tabs local --json
83
+ ```
84
+
85
+ ### History
86
+
87
+ ```bash
88
+ # Search by text (substring match)
89
+ chromium-profile-cli history -q github
90
+
91
+ # Search by regex pattern
92
+ chromium-profile-cli history -p "docs\\.python\\.org"
93
+
94
+ # Limit results
95
+ chromium-profile-cli history -q python -l 50
96
+
97
+ # Filter by date
98
+ chromium-profile-cli history --days 7
99
+ chromium-profile-cli history --after 2026-01-01
100
+ chromium-profile-cli history --before 2026-02-01
101
+
102
+ # JSON output
103
+ chromium-profile-cli history -q python --json
104
+ ```
105
+
106
+ ### Bookmarks
107
+
108
+ ```bash
109
+ # List all bookmarks
110
+ chromium-profile-cli bookmarks list
111
+
112
+ # Search bookmarks
113
+ chromium-profile-cli bookmarks search python
114
+
115
+ # Filter by folder ID
116
+ chromium-profile-cli bookmarks list --folder 123
117
+
118
+ # JSON output
119
+ chromium-profile-cli bookmarks search python --json
120
+ ```
121
+
122
+ ### Status
123
+
124
+ ```bash
125
+ # Check what data is accessible
126
+ chromium-profile-cli status
127
+ ```
128
+
129
+ ## Environment Variables
130
+
131
+ Set `CHROMIUM_PROFILE_PATH` to override auto-detection:
132
+
133
+ ```bash
134
+ export CHROMIUM_PROFILE_PATH=~/.config/google-chrome/Default
135
+ chromium-profile-cli status
136
+ ```
137
+
138
+ ## How It Works
139
+
140
+ Reads directly from your browser's local profile files:
141
+
142
+ - **History**: SQLite database
143
+ - **Bookmarks**: JSON file
144
+ - **Synced Tabs**: LevelDB (contains tabs from all your synced devices)
145
+
146
+ No authentication or network requests required.
147
+
148
+ ## License
149
+
150
+ Apache 2.0
@@ -0,0 +1,128 @@
1
+ # chromium-profile-cli
2
+
3
+ Command-line tool for accessing Chromium browser data (tabs, history, bookmarks).
4
+
5
+ Works with **Brave**, **Chrome**, and **Chromium**.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ # Using uvx (recommended)
11
+ uvx chromium-profile-cli
12
+
13
+ # Or install with pip
14
+ pip install chromium-profile-cli
15
+ ```
16
+
17
+ ## First Run
18
+
19
+ On first run, chromium-profile-cli will automatically detect installed browsers and prompt you to select one:
20
+
21
+ ```bash
22
+ $ chromium-profile-cli status
23
+
24
+ 🔍 Multiple browser profiles detected:
25
+
26
+ 1. brave /Users/you/Library/Application Support/BraveSoftware/Brave-Browser/Default
27
+ 2. chrome /Users/you/Library/Application Support/Google/Chrome/Default
28
+
29
+ Select a browser [1]: 1
30
+
31
+ 💾 Save as default? [Y/n]: y
32
+ ✓ Saved to ~/.config/chromium-sync/profile
33
+ ```
34
+
35
+ ## Commands
36
+
37
+ ### Configuration
38
+
39
+ ```bash
40
+ # Show current configuration
41
+ chromium-profile-cli config show
42
+
43
+ # Interactively select a browser
44
+ chromium-profile-cli config set
45
+
46
+ # Manually set profile path
47
+ chromium-profile-cli config set-path /path/to/profile
48
+ ```
49
+
50
+ ### Tabs
51
+
52
+ ```bash
53
+ # Show local browser tabs
54
+ chromium-profile-cli tabs local
55
+
56
+ # Show tabs from all synced devices
57
+ chromium-profile-cli tabs synced
58
+
59
+ # JSON output
60
+ chromium-profile-cli tabs local --json
61
+ ```
62
+
63
+ ### History
64
+
65
+ ```bash
66
+ # Search by text (substring match)
67
+ chromium-profile-cli history -q github
68
+
69
+ # Search by regex pattern
70
+ chromium-profile-cli history -p "docs\\.python\\.org"
71
+
72
+ # Limit results
73
+ chromium-profile-cli history -q python -l 50
74
+
75
+ # Filter by date
76
+ chromium-profile-cli history --days 7
77
+ chromium-profile-cli history --after 2026-01-01
78
+ chromium-profile-cli history --before 2026-02-01
79
+
80
+ # JSON output
81
+ chromium-profile-cli history -q python --json
82
+ ```
83
+
84
+ ### Bookmarks
85
+
86
+ ```bash
87
+ # List all bookmarks
88
+ chromium-profile-cli bookmarks list
89
+
90
+ # Search bookmarks
91
+ chromium-profile-cli bookmarks search python
92
+
93
+ # Filter by folder ID
94
+ chromium-profile-cli bookmarks list --folder 123
95
+
96
+ # JSON output
97
+ chromium-profile-cli bookmarks search python --json
98
+ ```
99
+
100
+ ### Status
101
+
102
+ ```bash
103
+ # Check what data is accessible
104
+ chromium-profile-cli status
105
+ ```
106
+
107
+ ## Environment Variables
108
+
109
+ Set `CHROMIUM_PROFILE_PATH` to override auto-detection:
110
+
111
+ ```bash
112
+ export CHROMIUM_PROFILE_PATH=~/.config/google-chrome/Default
113
+ chromium-profile-cli status
114
+ ```
115
+
116
+ ## How It Works
117
+
118
+ Reads directly from your browser's local profile files:
119
+
120
+ - **History**: SQLite database
121
+ - **Bookmarks**: JSON file
122
+ - **Synced Tabs**: LevelDB (contains tabs from all your synced devices)
123
+
124
+ No authentication or network requests required.
125
+
126
+ ## License
127
+
128
+ Apache 2.0
@@ -0,0 +1,96 @@
1
+ # Chromium CLI - Project Status
2
+
3
+ ## What's Been Built
4
+
5
+ A command-line tool for interacting with Chromium browser data (tabs, history, bookmarks). This is a separate project from the chromium-sync-mcp MCP server.
6
+
7
+ ### Project Structure
8
+
9
+ ```
10
+ chromium-profile-cli/
11
+ ├── src/
12
+ │ └── chromium_profile_cli/
13
+ │ ├── __init__.py
14
+ │ └── main.py # CLI implementation
15
+ ├── pyproject.toml
16
+ ├── README.md
17
+ ├── LICENSE
18
+ ├── .gitignore
19
+ ├── setup-dev.sh # Development setup script
20
+ └── STATUS.md # This file
21
+ ```
22
+
23
+ ### Features Implemented
24
+
25
+ The CLI provides the following commands:
26
+
27
+ - `chromium-profile-cli config` - Manage browser profile configuration
28
+ - `config show` - Show current configuration
29
+ - `config set` - Interactively select browser
30
+ - `config set-path <path>` - Set profile path directly
31
+
32
+ - `chromium-profile-cli tabs` - View browser tabs
33
+ - `tabs local` - Local browser session tabs
34
+ - `tabs synced` - Tabs from all synced devices
35
+
36
+ - `chromium-profile-cli history` - Search browsing history
37
+ - Supports text search, regex patterns, date filtering
38
+ - JSON output option
39
+
40
+ - `chromium-profile-cli bookmarks` - View and search bookmarks
41
+ - `bookmarks list` - List all bookmarks
42
+ - `bookmarks search <query>` - Search by title/URL
43
+
44
+ - `chromium-profile-cli status` - Check what data is accessible
45
+
46
+ ### First-Run Experience
47
+
48
+ On first run, the tool automatically:
49
+ 1. Detects all installed Chromium-based browsers
50
+ 2. Prompts user to select one
51
+ 3. Offers to save the selection as default
52
+
53
+ ## Current Issue
54
+
55
+ ### plyvel Runtime Linking Problem
56
+
57
+ The project has a runtime linking issue with plyvel on macOS:
58
+
59
+ ```
60
+ ImportError: dlopen(.../_plyvel.cpython-313-darwin.so, 0x0002):
61
+ symbol not found in flat namespace '__ZTIN7leveldb10ComparatorE'
62
+ ```
63
+
64
+ **Root Cause**: The leveldb library installed via Homebrew was compiled without RTTI (Run-Time Type Information), but plyvel expects these symbols.
65
+
66
+ **What Works**:
67
+ - ✅ Build-time compilation (plyvel builds successfully)
68
+ - ✅ Linking (correct library path)
69
+
70
+ **What Doesn't Work**:
71
+ - ❌ Runtime loading (missing typeinfo symbols)
72
+
73
+ ### Possible Solutions
74
+
75
+ 1. **Rebuild leveldb with RTTI** (complex, requires custom Homebrew formula)
76
+ 2. **Use a different LevelDB wrapper** (would require changes to chromium-sync-mcp)
77
+ 3. **Find pre-built wheels** (none available for Python 3.13 + macOS ARM64)
78
+ 4. **Test if chromium-sync-mcp itself works** (need to verify if this affects the MCP server too)
79
+
80
+ ## Next Steps
81
+
82
+ 1. Determine if the chromium-sync-mcp server has the same issue or if it works
83
+ 2. If it works, understand why (different environment? Different install method?)
84
+ 3. Either fix the issue or document the limitation clearly
85
+ 4. Set up GitHub repository
86
+ 5. Publish to PyPI (once runtime issue is resolved)
87
+
88
+ ## Files Created
89
+
90
+ ### In chromium-sync-mcp (reverted)
91
+ - ~~src/chromium_sync/cli.py~~ (removed - moved to separate project)
92
+ - pyproject.toml (reverted - removed click dependency and cli entry point)
93
+
94
+ ### In chromium-profile-cli/main
95
+ - All files in `/Users/jaidhyani/projects/chromium-profile-cli/main/`
96
+ - Git repository initialized but not yet committed
@@ -0,0 +1,62 @@
1
+ [project]
2
+ name = "chromium-profile-cli"
3
+ version = "0.2.0"
4
+ description = "CLI tool for accessing Chromium browser data (tabs, history, bookmarks)"
5
+ readme = "README.md"
6
+ requires-python = ">=3.11"
7
+ license = "Apache-2.0"
8
+ authors = [
9
+ { name = "Jai Dhyani", email = "jai@dhyani.net" },
10
+ { name = "Claude Opus 4.6", email = "noreply@anthropic.com" },
11
+ ]
12
+ keywords = [
13
+ "cli",
14
+ "browser",
15
+ "chrome",
16
+ "brave",
17
+ "chromium",
18
+ "tabs",
19
+ "history",
20
+ "bookmarks",
21
+ ]
22
+ classifiers = [
23
+ "Development Status :: 4 - Beta",
24
+ "Intended Audience :: Developers",
25
+ "License :: OSI Approved :: Apache Software License",
26
+ "Programming Language :: Python :: 3",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
+ ]
31
+ dependencies = [
32
+ "ccl-chromium-reader>=0.3",
33
+ "click>=8.1.0",
34
+ ]
35
+
36
+ [project.urls]
37
+ Homepage = "https://github.com/jaidhyani/chromium-profile-cli"
38
+ Repository = "https://github.com/jaidhyani/chromium-profile-cli"
39
+
40
+ [project.scripts]
41
+ chromium-profile-cli = "chromium_profile_cli.main:cli"
42
+
43
+ [build-system]
44
+ requires = ["hatchling"]
45
+ build-backend = "hatchling.build"
46
+
47
+ [tool.hatch.metadata]
48
+ allow-direct-references = true
49
+
50
+ [tool.hatch.build.targets.wheel]
51
+ packages = ["src/chromium_profile_cli"]
52
+
53
+ [tool.ruff]
54
+ line-length = 100
55
+ target-version = "py311"
56
+
57
+ [tool.ruff.lint]
58
+ select = ["E", "F", "I", "W"]
59
+
60
+ [tool.pyright]
61
+ pythonVersion = "3.11"
62
+ typeCheckingMode = "basic"