Metadata-Version: 2.1
Name: frappe-manager
Version: 0.8.3
Summary: A CLI tool based on Docker Compose to easily manage Frappe based projects. As of now, only suitable for development in local machines running on Mac and Linux based OS.
Home-page: https://github.com/rtcamp/frappe-manager
License: MIT
Author: rtCamp
Author-email: sys@rtcamp.com
Maintainer: Alok Singh
Maintainer-email: alok.singh@rtcamp.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/rtcamp/frappe-manager
Description-Content-Type: text/markdown

# Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects. As of now, only suitable for development in local machines running on Mac and Linux based OS.


![Frappe-Manager-Create-Site.svg](https://github.com/rtCamp/Frappe-Manager/assets/26240780/784418f5-7438-4f21-ab84-d2ce44b7d8c2)


## Installation
**Requirements:** Python3.11+, Docker, VSCode(optional)

```bash
pip install frappe-manager
```

### Setup Autocompletion    
1. ```bash
   fm --install-completion
   ```
2. Restart shell or terminal


## Usage
### Create a site

```bash
# create example.localhost site with only frappe, version -> version-15
fm create example

# create example.localhost site with only frappe, version -> develop
fm create example --frappe-branch develop

# create example.localhost site with frappe, erpnext and hrms, version -> version-15
fm create example --apps erpnext:version-15 --apps hrms:version-15    
```

Visit CLI [Wiki](https://github.com/rtCamp/Frappe-Manager/wiki) for more examples

## Credits
Dockerfiles: [Frappe Docker](https://github.com/frappe/frappe_docker)

## Does this interest you?

<a href="https://rtcamp.com/"><img src="https://rtcamp.com/wp-content/uploads/sites/2/2019/04/github-banner@2x.png" alt="Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions"></a>

