Metadata-Version: 2.1
Name: exemplify
Version: 0.5.0
Summary: A tool to make your projects and environments exemplary.
Home-page: https://github.com/ahal/exemplify
License: MPL-2.0
Author: Andrew Halberstadt
Author-email: ahal@pm.me
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: tomli (>=1.2.2,<2.0.0)
Project-URL: Repository, https://github.com/ahal/exemplify
Description-Content-Type: text/markdown

![CI](https://github.com/ahal/exemplify/actions/workflows/ci.yml/badge.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/ahal/exemplify/main.svg)](https://results.pre-commit.ci/latest/github/ahal/exemplify/main)
[![codecov](https://codecov.io/gh/ahal/exemplify/graph/badge.svg?token=SWKS7WE0BQ)](https://codecov.io/gh/ahal/exemplify)
[![PyPI version](https://badge.fury.io/py/exemplify.svg)](https://badge.fury.io/py/exemplify)
[![License](https://img.shields.io/badge/license-MPL%202.0-orange.svg)](http://mozilla.org/MPL/2.0)

# exemplify

A tool to bootstrap your development environment on new machines.


# Installation

Install via `pip`:

    $ pip install exemplify

Or `pipx`:

    $ pipx install exemplify


# Usage

To sync your environment:

    $ exemplify [ROUTINE]

