Skip to content
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

MAINT - Misc improvements to repo #802

Merged
merged 8 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

docusaurus-docs/bun.lockb
*.lockb
55 changes: 24 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,58 +10,51 @@ Flexible. Reproducible. Governable.

---

<div align="center">

<a href="https://pypi.org/project/conda-store-server/">
<img src="https://img.shields.io/pypi/v/conda-store-server?label=pypi|conda-store-server" alt="PyPi"/>
</a>

<a href="https://pypi.org/project/conda-store/">
<img src="https://img.shields.io/pypi/v/conda-store-server?label=pypi|conda-store" alt="PyPi"/>
</a>

<a href="https://anaconda.org/conda-forge/conda-store-server">
<img src="https://img.shields.io/conda/vn/conda-forge/conda-store-server?color=green&label=conda-forge%7Cconda-store-server" alt="Conda"/>
</a>

<a href="https://anaconda.org/conda-forge/conda-store">
<img src="https://img.shields.io/conda/vn/conda-forge/conda-store?color=green&label=conda-forge%7Cconda-store" alt="Conda"/>
</a>

</div>
| Information | Links|
| :---------- | :-----|
| Project | [![License](https://img.shields.io/badge/License-BSD%203--Clause-gray.svg?colorA=2b2d42&colorB=206532&style=flat.svg)](https://opensource.org/licenses/BSD-3-Clause) [![Read the docs](https://img.shields.io/badge/%F0%9F%93%96%20Read-the%20docs-gray.svg?colorA=2b2d42&colorB=206532&style=flat.svg)](https://conda.store)|
|Community | [![Open an issue](https://img.shields.io/badge/%F0%9F%93%9D%20Open-an%20issue-gray.svg?colorA=2b2d42&colorB=206532&style=flat.svg)](https://github.com/conda-incubator/conda-store/issues/new/choose) [![Community guidelines](https://img.shields.io/badge/🤝%20Community-guidelines-gray.svg?colorA=2b2d42&colorB=206532&style=flat.svg)](https://conda.store/community/introduction)|
|Releases | [![PyPI release conda-store](https://img.shields.io/pypi/v/conda-store)](https://badge.fury.io/py/conda-store?label=pypi%20conda-store&style=flat.svg) [![PyPI release conda-store-server](https://img.shields.io/pypi/v/conda-store-server?label=pypi%20conda-store-server)](https://badge.fury.io/py/conda-store-server) [![conda-forge release conda-store](https://img.shields.io/conda/vn/conda-forge/conda-store?label=conda-forge%20conda-store)]((https://anaconda.org/conda-forge/conda-store)) [![conda-forge release conda-store-server](https://img.shields.io/conda/vn/conda-forge/conda-store-server?label=conda-forge%20conda-store-server)]((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 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.
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

- **Flexiblity**:
- **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.
- **Reproduciblity**:
- User can share environments quickly through the auto-generated artifacts including a lockfile, docker image, YAML file, and tarball.
- **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.
- **Goverance**:
- Users have access to admin-approved packages and channels for their work, and can request new ones when needed.
- **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.
- 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/).

## Related repositories
## 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).
- 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 [BSD-3 LICENSED](./LICENSE).
conda-store is developed under the OSI [BSD-3 LICENSE](./LICENSE).
12 changes: 10 additions & 2 deletions conda-store-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ keywords = ["conda"]
authors = [
{ name = "Christopher Ostrouchov", email = "[email protected]" },
]
maintainers = [
{ name = "Tania Allard", email = "[email protected]" },
{ name = "Pavithra Eswaramoorthy", email = "[email protected]" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand All @@ -23,7 +27,12 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
]
dependencies = [
# env builds
Expand Down Expand Up @@ -64,6 +73,7 @@ dynamic = ["version"]
[project.urls]
Homepage = "https://conda.store/"
Source = "https://github.com/conda-incubator/conda-store"
Issues = "https://github.com/conda-incubator/conda-store/issues"

[tool.hatch.version]
path = "conda_store_server/__init__.py"
Expand All @@ -87,14 +97,12 @@ dependencies = ["pre-commit"]

[tool.hatch.envs.lint.scripts]
lint = ["pre-commit run --all"]

unit-test = "pytest -m 'not extended_prefix and not user_journey' tests"
playwright-test = [
"playwright install",
"pytest --video on ../tests/test_playwright.py"
]
integration-test = ["pytest ../tests/test_api.py ../tests/test_metrics.py"]

user-journey-test = ["pytest -m user_journey"]

[tool.hatch.build.hooks.custom]
Expand Down
15 changes: 12 additions & 3 deletions conda-store/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ description = "conda-store client"
readme = "README.md"
license = "BSD-3-Clause"
requires-python = ">=3.8"
keywords = ["conda"]
keywords = [
"conda",
"dependency management",
"environment management",
"reproducibility"
]
authors = [
{ name = "Christopher Ostrouchov", email = "[email protected]" },
]
maintainers = [{ name = "Tania Allard", email = "[email protected]" }]
# TODO: update maintainers
maintainers = [
{ name = "Tania Allard", email = "[email protected]" },
{ name = "Pavithra Eswaramoorthy", email = "[email protected]" },
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand All @@ -25,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
Expand All @@ -47,6 +55,7 @@ dynamic = ["version"]
[project.urls]
Homepage = "https://conda.store/"
Source = "https://github.com/conda-incubator/conda-store"
Issues = "https://github.com/conda-incubator/conda-store/issues"

[tool.hatch.version]
path = "conda_store/__init__.py"
Expand Down
Loading