Metadata-Version: 2.1
Name: tweedle
Version: 0.0.2
Summary: A CLI tool for manage appconfigs and archive data
Home-page: https://github.com/StrayDragon/tweedle
License: MIT
Keywords: Commandline tools,Configs and data management
Author: straydragon
Author-email: straydragonl@foxmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: munch (>=2.5.0,<3.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Project-URL: Repository, https://github.com/StrayDragon/tweedle
Description-Content-Type: text/markdown

# <p align="center"> Tweedle </p>
[![Build Status](https://travis-ci.org/StrayDragon/dragon.svg?branch=master)](https://travis-ci.org/StrayDragon/dragon)
<!--TODO:Add more icons-->

- Configs manager and controller
<!-- - Commands manager and controller -->
---

# **WARNING**:
:warning: Now, **DON'T USE** this tool in important workspace directories, because:
- This project is still in the **development**, and some usages may change in the future.
- It has some **destructive** and **unrecoverable** operations.

# Install (Dev)
- For Developer:
1. At first, you need to install [poetry](https://poetry.eustace.io/)
2. You can fork or just clone my repo to modify something:

```bash
git clone https://github.com/StrayDragon/tweedle.git # master repo

cd tweedle
poetry install
poetry shell

# use it directly and editable
pip install --editable .
# or unit test
pytest
```

- For User:
 *Coming soon*

# Usages:
TODO

