Metadata-Version: 2.1
Name: pyproject-generator
Version: 0.0.3
Summary: A command line tool to setup Python packages
Home-page: https://github.com/CangyuanLi/pyproject
Author: Cangyuan Li
Author-email: everest229@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/CangyuanLi/pyproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pyproject: 
![PyPI - Downloads](https://img.shields.io/pypi/dm/pyproject)
![Tests](https://github.com/CangyuanLi/pyproject/actions/workflows/tests.yml/badge.svg)

## What is it?

**pyproject** is a command line utility to setup Python packages. It creates the
scaffolding. Currently, it is not ready for production use, and is not configurable.

# Usage:

## Dependencies

## Installing

The easiest way is to install **pyproject** is from PyPI using pip:

```sh
pip install pyproject-generator
```

Afterwards, a pyproject command will be exposed on your system.

## Running

Simply run 
```sh
pyproject init {project_name}
```

# TODO:
