Metadata-Version: 2.4
Name: anakin
Version: 1.1.2
Summary: A free and unlimited python tool.
Home-page: https://github.com/z10mx7/anakin
Author: z10mx7
Author-email: z10mx7@protonmail.com
Maintainer: z10mx7
Maintainer-email: z10mx7@protonmail.com
License: MIT
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
Requires-Dist: lorem
Requires-Dist: croniter
Requires-Dist: PyYAML
Requires-Dist: PyJWT
Requires-Dist: colorama
Requires-Dist: Pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Anakin

A free and unlimited python tool.

## Installation

```bash
pip install anakin
```

## Usage

### Initialize directory structure

```bash
anakin init
```

Create directory structure in current directory:

```bash
anakin init --here
```

### Install LazyVim

```bash
anakin add nv
```

## Features

- Directory structure initialization
- LazyVim installation
- Various utility commands (base64, hash, uuid, etc.)

## License

MIT
