https://github.com/conda-incubator/conda-store
Data science environments, for collaboration. ✨
https://github.com/conda-incubator/conda-store
collaboration conda environments
Last synced: 7 months ago
JSON representation
Data science environments, for collaboration. ✨
- Host: GitHub
- URL: https://github.com/conda-incubator/conda-store
- Owner: conda-incubator
- License: bsd-3-clause
- Created: 2020-05-21T19:54:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:51:48.000Z (12 months ago)
- Last Synced: 2024-10-29T15:59:40.009Z (12 months ago)
- Topics: collaboration, conda, environments
- Language: Python
- Homepage: https://conda.store
- Size: 86.2 MB
- Stars: 144
- Watchers: 19
- Forks: 49
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Data science environments, for collaboration.
Flexible. Reproducible. Governable.
---
| Information | Links|
| :---------- | :-----|
| Project | [](https://opensource.org/licenses/BSD-3-Clause) [](https://conda.store)|
|Community | [](https://github.com/conda-incubator/conda-store/issues/new/choose) [](https://conda.store/community/introduction)|
|Releases | [](https://badge.fury.io/py/conda-store?label=pypi%20conda-store&style=flat.svg) [](https://badge.fury.io/py/conda-store-server) []((https://anaconda.org/conda-forge/conda-store)) []((https://anaconda.org/conda-forge/conda-store-server)) |
---
conda-store provides the familiarity and flexibility of conda environments, without compromising reliability for
collaborative settings.
conda-store is built to work for all team members from individual data scientists to administrators,
while making sure your team follows best practices throughout the environment life cycle:
from initial environment creation to using environments in a production machine.
## Key features
- **Flexibility**:
- Users can create and update environments with the Graphical UI or a YAML editor.
- The environments are automatically version-controlled and all versions are readily available.
- **Reproducibility**:
- Users can share environments quickly through the auto-generated artifacts including a lockfile, docker image, YAML file, and tarball.
- conda-store pins exact versions of all packages and their dependencies in all the auto-generated artifacts.
- **Governance**:
- Users have access to admin-approved packages and channels for their work and can request new ones when needed.
- Admins can insert or require certain packages and versions for organization-level compatibility.
- Admins can manage users' access levels using "Namespaces", and allow users to share environments across (and only with) their team.
## Get started
Learn more, including how to install, use, and contribute to conda-store in our documentation at [**conda.store**](https://conda.store/).
## Contributing
We welcome all types of contributions. Please read our [Contributing Guide](https://conda.store/community/contribute/) to get started.
## Related repositories and projects
- We are working on a new UI for conda-store at [`conda-incubator/conda-store-ui`](https://github.com/conda-incubator/conda-store-ui) and
- a JupyterLab extension at [`conda-incubator/jupyterlab-conda-store`](https://github.com/conda-incubator/jupyterlab-conda-store).
## Code of Conduct
To guarantee a welcoming and friendly community, we require all community members to follow our [Code of Conduct](https://github.com/conda-incubator/governance/blob/main/CODE_OF_CONDUCT.md).
## License
conda-store is developed under the OSI [BSD-3 LICENSE](./LICENSE).