Metadata-Version: 2.1
Name: Choam
Version: 0.1.11
Summary: Python project scaffolder/manager
Home-page: UNKNOWN
License: UNKNOWN
Project-URL: Source, https://github.com/cowboycodr/choam
Keywords: package,manager
Platform: UNKNOWN
Requires-Dist: fire
Requires-Dist: toml
Requires-Dist: choam
Requires-Dist: twine
Requires-Dist: wheel
Requires-Dist: typing
Requires-Dist: importlib
Requires-Dist: findimports

# Choam
<a href="https://pypi.org/project/choam"><img src="https://img.shields.io/pypi/dw/choam"></a>
<a href="https://pypi.org/project/choam"><img src="https://img.shields.io/pypi/v/choam"></a>
<a href="https://github.com/cowboycodr/choam"><img src="https://shields.io/tokei/lines/github/cowboycodr/choam"></a>
<a href="https://github.com/cowboycodr/choam"><img src="https://img.shields.io/github/repo-size/cowboycodr/choam"></a>

Python enviroment manager based around making depedency management, and publication easier.

## Snippets
The most useful snippets of `Choam`

#### To create a new project
`$ choam new <project_name>`

#### To initialize a project in the current directory
`$ choam init <project_name>`

#### Add required dependency
`$ choam add <dependency_name>`

#### Install required dependencies of an existing project
`$ choam install`

#### Find all required dependencies and update `Choam.toml` accordingly
`$ choam deps`

#### Setup config files for publication to PyPi according to `Choam.toml`
`$ choam setup`

#### Start publication to PyPi
`$ choam publish`

#### Run project entrypoint
`$ choam run <optional:relative_path>`
___

### This project is structured with [Choam](https://github.com/cowboycodr/choam)


