-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blog post about moving rattler to the conda organization #211
Conversation
for more information, see https://pre-commit.ci
✅ Deploy Preview for conda-dot-org ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for conda-dot-org ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Bas Zalmstra <[email protected]>
Co-authored-by: jaimergp <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the post!
One general about the capitalization of conda: it's almost always lowercase. See details at https://github.com/conda/conda/blob/main/CONTRIBUTING.md#conda-capitalization-standards. We should have this in this repository too, but for now, that's the "canonical source" we've used in practice.
blog/2024-09-23-rattler-to-conda.mdx
Outdated
- [Rust documentation for rattler](https://docs.rs/rattler). Note: each create has its own documentation. | ||
- [Documentation for the Python bindings to rattler](https://conda.github.io/rattler/py-rattler/) | ||
|
||
You can find the authors of rattler on the [prefix.dev Discord](https://discord.gg/kKV8ZxyzY4) - feel free to connect and ask questions! We are – of course – also active on the Conda community channels (such as Element). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to https://conda.org/community#chat here.
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
blog/2024-09-23-rattler-to-conda.mdx
Outdated
|
||
Rattler is already widely used to build custom tooling (as is done by large organizations such as [Palantir](https://www.palantir.com/docs/foundry/announcements/2024-06/), [QuantCo](https://github.com/quantco/pixi-pack) and the [Chicago Trading Company](https://github.com/AaronOpfer/conda_curation) among others). | ||
|
||
The Python bindings to rattler, originally developed by [Tarun Pratap Singh](https://github.com/Wackyator) are one of the easiest way to programmatically deal with Conda packages. They can be installed from [`conda-forge`](https://prefix.dev/channels/conda-forge/packages/py-rattler) or [`pypi`](https://pypi.org/project/py-rattler/)! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python bindings to rattler, originally developed by [Tarun Pratap Singh](https://github.com/Wackyator) are one of the easiest way to programmatically deal with Conda packages. They can be installed from [`conda-forge`](https://prefix.dev/channels/conda-forge/packages/py-rattler) or [`pypi`](https://pypi.org/project/py-rattler/)! | |
The Python bindings to Rattler, originally developed by [Tarun Pratap Singh](https://github.com/Wackyator) are one of the easiest way to programmatically deal with Conda packages. They can be installed from [`conda-forge`](https://prefix.dev/channels/conda-forge/packages/py-rattler) or [`pypi`](https://pypi.org/project/py-rattler/)! |
Co-authored-by: Bianca Henderson <[email protected]>
Co-authored-by: Bianca Henderson <[email protected]>
Co-authored-by: Bianca Henderson <[email protected]>
Co-authored-by: Bianca Henderson <[email protected]>
Co-authored-by: Bianca Henderson <[email protected]>
for more information, see https://pre-commit.ci
Thanks @beeankha 🙏 ! |
blog/2024-09-23-rattler-to-conda.mdx
Outdated
@@ -0,0 +1,80 @@ | |||
--- | |||
title: "Rattler is moving to the conda organization" | |||
slug: "rattler-moving-to-conda-org" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include the date in the slug (or remove this line so the filename is used instead).
for more information, see https://pre-commit.ci
Initial blog post, still in review.