Metadata-Version: 2.1
Name: noo
Version: 2.0.0rc1
Summary: Easily create new projects.
Home-page: https://github.com/nooproject/noo
License: MIT
Author: vcokltfre
Author-email: vcokltfre@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: tomli (>=1.2.3,<2.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/nooproject/noo
Description-Content-Type: text/markdown

# noo

Easily create new projects.

![Lint](https://github.com/nooproject/noo/actions/workflows/black.yml/badge.svg)

## Installation

```sh
pip install noo
```

or install from GitHub

```sh
pip install git+https://github.com/nooproject/noo
```

## Contributing

See [contributing](./.github/CONTRIBUTING.md).

## Basic Usage

```sh
noo clone <name> <ref> - Clone a new project.
noo more <ref> - Modify the current project with a noofile.
```

## Documentation

The project documentation can be found on [our site](https://nooproject.dev).

For additional help you may find it useful to join our [Discord server](https://discord.gg/zbMBkC3849).

