Metadata-Version: 2.4
Name: gitforce
Version: 0.3.0
Summary: Gitforce CLI wrapper package for terminal installation via pip.
Author: Gitforce Contributors
Project-URL: Homepage, https://github.com/fullpressco/Gitforce
Project-URL: Repository, https://github.com/fullpressco/Gitforce
Project-URL: Issues, https://github.com/fullpressco/Gitforce/issues
Keywords: salesforce,github,devops,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Gitforce (PyPI Wrapper)

This package exposes `gitforce` through `pip install` for users who prefer Python tooling.

## What It Installs

- `gitforce` command in your Python environment
- bundled Gitforce Node CLI artifact

## Runtime Requirements

- Node.js 20+ (recommended: 24+)
- Salesforce CLI (`sf`)
- GitHub CLI (`gh`)
- `git` available on `PATH`

## Install

```bash
pip install gitforce
gitforce --help
```

## Notes

- This package is a Python wrapper around the main Node CLI.
- If Node.js is missing, running `gitforce` will print an installation error.
