cherno
SDSS guider actor
Installation
In general you should be able to install cherno by doing
pip install sdss-cherno
To build from source, use
git clone git@github.com:sdss/cherno
cd cherno
pip install .
Development
cherno uses uv for dependency management and packaging. To work with an editable install it's recommended that you setup uv and install cherno in a virtual environment by doing
uv sync
Style and type checking
This project uses the black code style with 88-character line lengths for code and docstrings. It is recommended to use ruff for both linting and formatting and the pyproject.toml file contains the appropriate configuration. For Visual Studio Code, the following project file is compatible with the project configuration:
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.wordWrap": "off",
"editor.tabSize": 4,
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[markdown]": {
"editor.wordWrapColumn": 88
},
"[restructuredtext]": {
"editor.wordWrapColumn": 88
},
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
},
"prettier.tabWidth": 2,
"editor.rulers": [88],
"editor.wordWrapColumn": 88,
"python.analysis.typeCheckingMode": "basic",
"ruff.nativeServer": true
}
This assumes that the Python and Pylance extensions are installed.
Release files for sdss-cherno 1.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sdss_cherno-1.2.2.tar.gz | 39.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sdss_cherno-1.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 93.6 kB
Release files / sdss_cherno-1.2.2.tar.gz
| Download URL | sdss_cherno-1.2.2.tar.gz |
|---|---|
| Size | 39.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8757e344f576a494c3cc321713fa257cae457ed14183a16dafede3685b637b2
|
|
BLAKE2b-256 checksum How to use checksums |
a1b52416fe4631ca790f539bfeceea417327d3f985ff6e88a5bb886fd68fe326
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 28, 2026.
Transparency logRelease files / sdss_cherno-1.2.2-py3-none-any.whl
| Download URL | sdss_cherno-1.2.2-py3-none-any.whl |
|---|---|
| Size | 53.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
608cf349000013045662adb56a2f73d2f1de61f6f8976715b79c423437637eed
|
|
BLAKE2b-256 checksum How to use checksums |
5b04eb66c7144f5867973440987ff6853222b5b68111eb628589936b9c97e45e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 28, 2026.
Transparency log