Metadata-Version: 2.4
Name: psycho
Version: 1.0.0a1
Summary: A tool to manage python projects and their dependencies.
Author-email: Rob Blackbourn <rob.blackbourn@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://rob-blackbourn.github.io/psycho
Project-URL: Repository, https://github.com/rob-blackbourn/psycho
Project-URL: Issues, https://github.com/rob-blackbourn/psycho/issues
Keywords: pyproject.toml,pip
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1.8
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: packaging>=24.2
Requires-Dist: build>=1.0.0
Requires-Dist: twine>=6.1.0

# psycho

Python project management automation using standard build tools.

## Status

This project is at the ideas stage.

## Overview

The goal of the project is to automate some common tasks without introducing
too many new tools. The currently support tools are:

* [pip](https://pypi.org/project/pip/)
* [build](https://pypi.org/project/build/)
* [twine](https://pypi.org/project/twine/)

Currently the following are supported.

```bash
psycho add pandas
psycho remove pandas
psycho build
psyhco publish
```
