Metadata-Version: 2.1
Name: projects_tools
Version: 0.0.2
Summary: Projects Tools: A tool for managing projects
Author: allwefantasy
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: jinja2
Requires-Dist: click
Requires-Dist: rich

# Projects Tools

A command line tool for managing projects.

## Installation

```bash
pip install projects-tools
```

## Usage

```bash
projects
```

## Development

To set up the development environment:

1. Clone the repository
2. Run `pip install -e .`
3. To set up the frontend environment, run `make ts`
4. To build and release, run `make release`

## License

MIT
