Metadata-Version: 2.4
Name: noblox
Version: 0.1.0
Summary: A Python utility package
Project-URL: Homepage, https://github.com/noblox.pro/noblox
Project-URL: Repository, https://github.com/noblox.pro/noblox.git
Project-URL: Documentation, https://noblox.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/yourusername/noblox/issues
Author-email: Chris McKenzie <hello@noblox.pro>
License-Expression: MIT
License-File: LICENSE.MIT
Keywords: tools,utility
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: requests; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Description-Content-Type: text/markdown

```
┌──┬──┐                 __    __          
│  │  │    ____  ____  / /_  / /___  _  __
├──┼──┤   / __ \/ __ \/ __ \/ / __ \| |/_/
│  │  │  / / / / /_/ / /_/ / / /_/ />  <  
└──┴──┘ /_/ /_/\____/_.___/_/\____/_/|_|
usage: noblox-cli.py [-h] {getenv,request,update,share,login} ...

noblox CLI tool.

positional arguments:
  {getenv,request,update,share,login}
                        Available commands
    getenv              Fetch environment variables and populate .env file
    request             Request API keys from fly.io or together.ai
    update              Check for updated API keys
    share               Share a restricted set of environment variables
    login               Login with an API key

options:
  -h, --help            show this help message and exit
```
