Metadata-Version: 2.1
Name: pychron-cm
Version: 0.3.14
Summary: Pychron configuration manager
Home-page: https://github.com/PychronLabsLLC/pcm
Author: Jake Ross
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![Publish Python 🐍 distributions 📦 to PyPI and TestPyPI](https://github.com/PychronLabsLLC/pcm/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/PychronLabsLLC/pcm/actions/workflows/publish-to-pypi.yml)
[![Format code](https://github.com/PychronLabsLLC/pcm/actions/workflows/format_code.yml/badge.svg)](https://github.com/PychronLabsLLC/pcm/actions/workflows/format_code.yml)

# pcm 
Pychron Configuration Manager

This is a simple "command line interface" aka `cli` for build pychron configuration
files. 

It can also be used to install the pychron source code, build the necessary python environment and install launcher 
scripts


# Installation

```shell
pip install pychron-cm
```

# Usage


```shell

pcm wizard
```
or for help

```shell
pcm --help
```


