Metadata-Version: 2.1
Name: neetbox
Version: 0.2.0
Summary: NEETBox contains useless CV code snippets.
Home-page: https://neetbox.550w.host
License: MIT
Keywords: computer vision,tools,logging
Author: VisualDust
Author-email: gavin@gong.host
Maintainer: PaperCube
Maintainer-email: imzhy@hotmail.com
Requires-Python: >=3.9,<3.13
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
Provides-Extra: torch
Provides-Extra: transformer
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: flask (>=2.2.3,<3.0.0)
Requires-Dist: httpx (>=0.24.0,<0.25.0)
Requires-Dist: injector (>=0.20)
Requires-Dist: numpy (>=1.26.0,<2.0.0)
Requires-Dist: pillow (>=10.0.1,<11.0.0)
Requires-Dist: pre-commit (>=3.4.0)
Requires-Dist: pyfiglet (>=1.0.2,<2.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Requires-Dist: rich (>=13)
Requires-Dist: setproctitle (>=1.0)
Requires-Dist: toml (>0.10)
Requires-Dist: websocket-client (>=1.6.4,<2.0.0)
Requires-Dist: websocket-server (>=0.6.4,<0.7.0)
Project-URL: Repository, https://github.com/visualDust/neetbox
Description-Content-Type: text/markdown

# NEETBOX

[![wakatime](https://wakatime.com/badge/user/b93a26b6-8ea1-44ef-99ed-bcb6e2c732f1/project/8f99904d-dbb1-49e4-814d-8d18bf1e6d1c.svg)](https://wakatime.com/badge/user/b93a26b6-8ea1-44ef-99ed-bcb6e2c732f1/project/8f99904d-dbb1-49e4-814d-8d18bf1e6d1c)

![](./doc/static/img/readme.png)

## docs & quick start

Logging/Debugging/Tracing/Managing/Facilitating your deep learning projects. A small part of the documentation at [neetbox.550w.host](https://neetbox.550w.host). (We are not ready for the doc yet)

## installation

```bash
pip install neetbox
```

## use neetbox in your project

in your project folder:
```
neet init
```
neetbox cli generates a config file for your project named `neetbox.toml`

in your code:
```python
import neetbox
```

## usage examples

[how to guides](todo) provides easy examples of basic neetbox funcionalities.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=visualDust/neetbox&type=Date)](https://star-history.com/#visualDust/neetbox&Date)

