basilisk-python 0.27.0__py3-none-win_amd64.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.
- basilisk_python-0.27.0.data/scripts/basilisk.exe +0 -0
- basilisk_python-0.27.0.dist-info/METADATA +65 -0
- basilisk_python-0.27.0.dist-info/RECORD +7 -0
- basilisk_python-0.27.0.dist-info/WHEEL +4 -0
- basilisk_python-0.27.0.dist-info/licenses/LICENSE +21 -0
- basilisk_python-0.27.0.dist-info/licenses/NOTICES +101 -0
- basilisk_python-0.27.0.dist-info/sboms/basilisk-cli.cyclonedx.json +10264 -0
|
Binary file
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: basilisk-python
|
|
3
|
+
Version: 0.27.0
|
|
4
|
+
Classifier: Development Status :: 4 - Beta
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Developers
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Classifier: Programming Language :: Python
|
|
9
|
+
Classifier: Programming Language :: Rust
|
|
10
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
11
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
12
|
+
Classifier: Typing :: Typed
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
License-File: NOTICES
|
|
15
|
+
Summary: Basilisk — a strict-by-default Python type checker and LSP, written in Rust.
|
|
16
|
+
Keywords: type-checker,typing,static-analysis,lsp,pep,python
|
|
17
|
+
Author-email: Nimblesite <cftools@nimblesite.co>
|
|
18
|
+
License: MIT
|
|
19
|
+
Requires-Python: >=3.8
|
|
20
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
21
|
+
Project-URL: Changelog, https://github.com/Nimblesite/Basilisk/releases
|
|
22
|
+
Project-URL: Documentation, https://www.basilisk-python.dev/docs/
|
|
23
|
+
Project-URL: Homepage, https://www.basilisk-python.dev
|
|
24
|
+
Project-URL: Repository, https://github.com/Nimblesite/Basilisk
|
|
25
|
+
|
|
26
|
+
# Basilisk
|
|
27
|
+
|
|
28
|
+
**Basilisk** is a strict-by-default Python type checker and LSP, written in Rust.
|
|
29
|
+
|
|
30
|
+
- Website: <https://www.basilisk-python.dev>
|
|
31
|
+
- Source: <https://github.com/Nimblesite/Basilisk>
|
|
32
|
+
|
|
33
|
+
This package (`basilisk-python`) bundles the native `basilisk` binary as a
|
|
34
|
+
Python wheel so it can be installed with `pip`/`uv`. It is the **same binary**
|
|
35
|
+
distributed via GitHub Releases, Homebrew and Scoop — the wheel is a convenience
|
|
36
|
+
for Python-managed environments, not a separate build.
|
|
37
|
+
|
|
38
|
+
> The distribution is named `basilisk-python` because the name `basilisk` was
|
|
39
|
+
> already taken on PyPI. The installed command is still `basilisk`.
|
|
40
|
+
|
|
41
|
+
## Install
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
pip install basilisk-python
|
|
45
|
+
# or
|
|
46
|
+
uv tool install basilisk-python
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Use
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
basilisk check path/to/your_code.py
|
|
53
|
+
basilisk --version
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Machine-readable output for tooling:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
basilisk check path/to/your_code.py --output json --color never
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## License
|
|
63
|
+
|
|
64
|
+
MIT
|
|
65
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
basilisk_python-0.27.0.data/scripts/basilisk.exe,sha256=NOVfKUIX6h82uxImj4cP3v_AOI6DxcXzlwB9uT71eH8,16816128
|
|
2
|
+
basilisk_python-0.27.0.dist-info/METADATA,sha256=dbMK28SFK97o2Iv6eZfDaid34UNagwHy0Pkgf0l7DgI,2054
|
|
3
|
+
basilisk_python-0.27.0.dist-info/WHEEL,sha256=2zDlIYIdD4m4N3p5DVEG3iJhGLdhsBQgdH-FqVkAur8,94
|
|
4
|
+
basilisk_python-0.27.0.dist-info/licenses/LICENSE,sha256=g1JRdv9cVBw0esatKPwn8Luz15T7UibJDuZ_EY8EibI,1096
|
|
5
|
+
basilisk_python-0.27.0.dist-info/licenses/NOTICES,sha256=UuOGnrC6goymZIjpKvjn1kHgwernD7tWKKRMsp5EnKU,4182
|
|
6
|
+
basilisk_python-0.27.0.dist-info/sboms/basilisk-cli.cyclonedx.json,sha256=PSf9QqD0kr8a5wWwWRxCp2BEfqmREYsR5txZpU8u5H8,331533
|
|
7
|
+
basilisk_python-0.27.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 NIMBLESITE PTY LTD
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
Basilisk — Third-Party Notices
|
|
2
|
+
===============================
|
|
3
|
+
|
|
4
|
+
This software incorporates components from the following open-source projects.
|
|
5
|
+
Each component is used in accordance with its respective license.
|
|
6
|
+
|
|
7
|
+
-------------------------------------------------------------------------------
|
|
8
|
+
|
|
9
|
+
ruff_python_parser, ruff_python_ast, ruff_text_size
|
|
10
|
+
Source: https://github.com/astral-sh/ruff (tag 0.12.12)
|
|
11
|
+
License: MIT
|
|
12
|
+
|
|
13
|
+
Copyright (c) 2022 Astral Software Inc.
|
|
14
|
+
|
|
15
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
16
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
17
|
+
in the Software without restriction, including without limitation the rights
|
|
18
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
20
|
+
furnished to do so, subject to the following conditions:
|
|
21
|
+
|
|
22
|
+
The above copyright notice and this permission notice shall be included in all
|
|
23
|
+
copies or substantial portions of the Software.
|
|
24
|
+
|
|
25
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
26
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
27
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
29
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
30
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31
|
+
SOFTWARE.
|
|
32
|
+
|
|
33
|
+
-------------------------------------------------------------------------------
|
|
34
|
+
|
|
35
|
+
clap (Command Line Argument Parser)
|
|
36
|
+
Source: https://github.com/clap-rs/clap (v4.5)
|
|
37
|
+
License: MIT OR Apache-2.0
|
|
38
|
+
|
|
39
|
+
Copyright (c) 2015-2022 Kevin K. <kbknapp@gmail.com> and clap contributors
|
|
40
|
+
|
|
41
|
+
Licensed under the MIT License or the Apache License, Version 2.0, at your
|
|
42
|
+
option. See https://opensource.org/licenses/MIT and
|
|
43
|
+
https://www.apache.org/licenses/LICENSE-2.0 for the full license texts.
|
|
44
|
+
|
|
45
|
+
-------------------------------------------------------------------------------
|
|
46
|
+
|
|
47
|
+
thiserror
|
|
48
|
+
Source: https://github.com/dtolnay/thiserror (v2.0)
|
|
49
|
+
License: MIT OR Apache-2.0
|
|
50
|
+
|
|
51
|
+
Copyright (c) 2019 David Tolnay <dtolnay@gmail.com>
|
|
52
|
+
|
|
53
|
+
Licensed under the MIT License or the Apache License, Version 2.0, at your
|
|
54
|
+
option. See https://opensource.org/licenses/MIT and
|
|
55
|
+
https://www.apache.org/licenses/LICENSE-2.0 for the full license texts.
|
|
56
|
+
|
|
57
|
+
-------------------------------------------------------------------------------
|
|
58
|
+
|
|
59
|
+
walkdir
|
|
60
|
+
Source: https://github.com/BurntSushi/walkdir (v2.5)
|
|
61
|
+
License: MIT OR Unlicense
|
|
62
|
+
|
|
63
|
+
Copyright (c) 2015 Andrew Gallant
|
|
64
|
+
|
|
65
|
+
Licensed under the MIT License or the Unlicense, at your option.
|
|
66
|
+
See https://opensource.org/licenses/MIT and https://unlicense.org for the
|
|
67
|
+
full license texts.
|
|
68
|
+
|
|
69
|
+
-------------------------------------------------------------------------------
|
|
70
|
+
|
|
71
|
+
inferno
|
|
72
|
+
Source: https://github.com/jonhoo/inferno (v0.12)
|
|
73
|
+
License: CDDL-1.0
|
|
74
|
+
Modifications: NONE. Used unmodified as a Cargo dependency.
|
|
75
|
+
|
|
76
|
+
This software contains the `inferno` crate, distributed under the Common
|
|
77
|
+
Development and Distribution License, Version 1.0 (CDDL-1.0). The full
|
|
78
|
+
text of the CDDL-1.0 is available at:
|
|
79
|
+
https://opensource.org/licenses/CDDL-1.0
|
|
80
|
+
|
|
81
|
+
Source code for `inferno` is available unmodified at the URL above. No
|
|
82
|
+
modifications have been made by Basilisk; we link against the unmodified
|
|
83
|
+
upstream crate as published on crates.io.
|
|
84
|
+
|
|
85
|
+
-------------------------------------------------------------------------------
|
|
86
|
+
|
|
87
|
+
colored
|
|
88
|
+
Source: https://github.com/colored-rs/colored (v3.x)
|
|
89
|
+
License: MPL-2.0
|
|
90
|
+
Modifications: NONE. Used unmodified as a Cargo dependency.
|
|
91
|
+
|
|
92
|
+
This software contains the `colored` crate, distributed under the Mozilla
|
|
93
|
+
Public License, Version 2.0 (MPL-2.0). The full text of the MPL-2.0 is
|
|
94
|
+
available at:
|
|
95
|
+
https://www.mozilla.org/en-US/MPL/2.0/
|
|
96
|
+
|
|
97
|
+
Source code for `colored` is available unmodified at the URL above. No
|
|
98
|
+
modifications have been made by Basilisk; we link against the unmodified
|
|
99
|
+
upstream crate as published on crates.io.
|
|
100
|
+
|
|
101
|
+
-------------------------------------------------------------------------------
|