Metadata-Version: 2.4
Name: tensorflowtools
Version: 2.0.4
Summary: A small package with various tensorflow uitlities independent of Tensorflow Addons
Author-email: Rihaan Meher <meherrihaan@gmail.com>
Project-URL: Homepage, https://github.com/sharktide/tftools
Project-URL: Issues, https://github.com/sharktide/tftools/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: huggingface_hub
Requires-Dist: textfmt
Dynamic: license-file

# TensorFlowTools 2.0.4

### TensorFlowTools Latest

    pip install --upgrade tensorflowtools

### TensorFlowTools Nightly

    pip install --upgrade -i https://test.pypi.org/simple/tensorflowtools

This is a small package with various utilites to do with tensorflow.

> [!IMPORTANT]  
> This package does NOT declare tensorflow as a dependency because of tensorflow-cpu, tensorflow-intel etc.

**Disclaimer**: This package is not affiliated with or endorsed by TensorFlow, Google, or Huggingface. It is an independent open-source project built to integrate TensorFlow with various tools.

## License

Copyright 2025 Rihaan Meher

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Documentation

Docs are avalible in the docs/ folder. It will be edited as needed
