conda-store (core)
The conda-store
repository on GitHub consists of two separate, yet related, packages:
conda-store-server
: web server and workers that together provide theconda-store
"service" through a REST APIconda-store
(client): a client that interacts with the service to offer a user-facing command line interface (CLI)
Get started ✨
The fastest way to get started with conda-store is with a local standalone installation and the conda-store UI.
Alternatively, you can use some features of conda-store through the CLI commands or as a shebang.
Key concepts 🔖
Understand some useful terms and concepts to use conda-store effectively:
- Essentials for users new to the conda packaging ecosystem
- Concepts and vocabulary unique to conda-store
- Descriptions for the artifacts created by conda-store
Other installation options 💻
conda-store can also be installed using:
Deeper dive 📚
Make the most of conda-store by learning about:
- Performance impact of conda-store components
- Configuration options for customization
- Internal architecture: overview, auth, and database
Community and contributing 🌱
Be a part of the conda-store community! Check out the Community documentation for details.