Metadata-Version: 2.4
Name: netgreener
Version: 0.2.3
Summary: NetGreener CLI; run, analyze, and report ML training energy and code quality
Author-email: Saeed Khazaee <saeed@netgreener.com>
License: Copyright (c) 2024–2026 Saeed Khazaee / NetGreener. All rights reserved.
        
        This software and its associated documentation files (the "Software") are the
        exclusive property of Saeed Khazaee / NetGreener ("Licensor"). No part of the
        Software may be reproduced, copied, modified, merged, published, distributed,
        sublicensed, reverse-engineered, or sold, in whole or in part, without the
        prior written permission of the Licensor.
        
        The Software is provided for use solely in connection with an active NetGreener
        account and subscription. Installation or use of the Software constitutes
        acceptance of the NetGreener Terms of Service available at
        https://netgreener.com/terms.
        
        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 NON-INFRINGEMENT. IN NO EVENT SHALL THE
        LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM,
        OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        For licensing inquiries: saeed@netgreener.com
        
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: requests>=2.31
Requires-Dist: click>=8.1
Requires-Dist: psutil>=5.9
Requires-Dist: rich>=13.0
Requires-Dist: radon>=6.0
Requires-Dist: openai>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: pytest-mock>=3; extra == "dev"
Provides-Extra: gpu
Requires-Dist: pynvml>=11.5; extra == "gpu"
Provides-Extra: data
Requires-Dist: pandas>=1.5; extra == "data"
Requires-Dist: numpy>=1.24; extra == "data"
Requires-Dist: scikit-learn>=1.2; extra == "data"
Dynamic: license-file
