Metadata-Version: 2.1
Name: devx
Version: 0.0.0
Summary: A development experience toolkit.
Author-Email: Jonathan Shemer <jonathan-shemer@users.noreply.github.com>
License: ISC
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://.github.io/devx
Project-URL: Documentation, https://.github.io/devx
Project-URL: Changelog, https://.github.io/devx/changelog
Project-URL: Repository, https://github.com//devx
Project-URL: Issues, https://github.com//devx/issues
Project-URL: Discussions, https://github.com//devx/discussions
Project-URL: Gitter, https://gitter.im//devx
Project-URL: Funding, https://github.com/sponsors/jonathan-shemer
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# devx

[![ci](https://github.com//devx/workflows/ci/badge.svg)](https://github.com//devx/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://.github.io/devx/)
[![pypi version](https://img.shields.io/pypi/v/devx.svg)](https://pypi.org/project/devx/)
[![gitpod](https://img.shields.io/badge/gitpod-workspace-blue.svg?style=flat)](https://gitpod.io/#https://github.com//devx)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://gitter.im//devx)

A development experience toolkit.

## Installation

With `pip`:
```bash
pip install devx
```

With [`pipx`](https://github.com/pipxproject/pipx):
```bash
python3.7 -m pip install --user pipx
pipx install devx
```
