Metadata-Version: 2.1
Name: swaml
Version: 0.1.1
Summary: Populates those tedious package versions for your environment.yml.
License: LICENSE
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

Populates those tedious package versions for your environment.yml.

![swamling](doc/_static/swamling.gif)

# Installation
With `pipx`
```bash
pipx install swaml
```
With `pip`
```bash
python -m pip install swaml
```
# How To Use
Activate the `conda` environment you desire to populate.
```bash
$ conda activate <env>
```
Make sure your `environment.yml` file is in your current working directory. (Currently, it must also be named `environment.yml`.)
```bash
$ ls
... environment.yml ...
```
Run with dry run to be sure of the changes. Otherwise, run without.
```bash
swaml run --dry-run
```
