Metadata-Version: 2.1
Name: omoospace
Version: 0.1.4
Summary: 
Author: manan
Author-email: icrdr2010@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: inquirerpy (>=0.3.4,<0.4.0)
Requires-Dist: networkx (>=3.1,<4.0)
Requires-Dist: nutree (>=0.5.1,<0.6.0)
Requires-Dist: pypinyin (>=0.49.0,<0.50.0)
Requires-Dist: pyvis (>=0.3.2,<0.4.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: ruamel-yaml (>=0.17.35,<0.18.0)
Description-Content-Type: text/markdown

# Omoospace

Omoospace is a scalable directory structure solution for digital creation works. In order to follow omoospace rules easily, we provide CLI tools, including creating omoospace, shipping package, setting subspace, etc.

[What is "Omoospace", how does it rule all your creation files?](https://omoolab.github.io/omoospace/omoospace/)

## Installation
This tool requires python version 3.9 or above [(python official download link)](https://www.python.org/downloads/). You can use [pyenv](https://github.com/pyenv/pyenv) or [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) for managing multiple python versions on a single machine.

Run the following command to install omoospace:

```shell
$ pip install omoospace
```

Check if omoospace CLI tools is installed correctly.

```shell
$ omoos --help
```

## Usage

[How to use CLI tools to manage a omoospace](https://omoolab.github.io/omoospace/)
