Metadata-Version: 2.1
Name: cracknuts
Version: 0.7.1
Summary: A library for cracknuts device.
Author-email: Dingzb <dingzibiao@gmail.com>
Maintainer-email: Dingzb <dingzibiao@gmail.com>
License: MIT License
        
        Copyright (c) [2024] [CrackNuts]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: homepage, https://cracknuts.io
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy~=1.26.4
Requires-Dist: click~=8.1.7
Requires-Dist: zarr~=2.18.2
Requires-Dist: packaging~=24.1
Provides-Extra: jupyter
Requires-Dist: jupyter~=1.1.1; extra == "jupyter"
Requires-Dist: anywidget~=0.9.13; extra == "jupyter"
Requires-Dist: traitlets~=5.14.3; extra == "jupyter"

<p align="center">
  <img src="https://github.com/cracknuts-team/cracknuts/blob/main/docs/static/logo.svg" alt=""/>
</p>

<p align="center">
    <a href="https://pypi.org/project/cracknuts/"><img src="https://img.shields.io/pypi/v/cracknuts.svg?color=%2334D058&label=pypi" /></a>
    <a href="https://github.com/cracknuts-team/cracknuts/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/cracknuts.svg" /></a>
    <a href="https://github.com/cracknuts-team/cracknuts/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/cracknuts-team/cracknuts.svg"></a>
</p>

A library for `cracknuts` device.  

## Install

Just run `pip install cracknuts` or run `pip install cracknuts[jupyter]` if you are developing in [Jupyter](https://jupyter.org/).

Then run `cracknuts --version`, and it will print the version of `cracknuts`.
Congratulations, the installation was successful, and you can now start using `CrackNuts` for research and learning.

## Usage

Visit [CrackNuts](https://cracknuts.io) More details.  
