Metadata-Version: 2.1
Name: pyneoncli
Version: 0.0.7a0
Summary: A Python CLI for the Neon API
License: Apache-2.0
Author: Joe Drumgoole
Author-email: Joe.Drumgoole@neon.tech
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: poetry (>=1.4.2,<2.0.0)
Requires-Dist: pygments (>=2.15.1,<3.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Description-Content-Type: text/markdown

# pyneoncli

A python package and command line tool for interaction with the [Neon](https://neon.tech) Serverless Postgres [API](https://api-docs.neon.tech/reference/getting-started-with-neon-api).

This is a work in progress and this version is incomplete. 

This version only supports the V2 API. 

# Operation
```
usage: neoncli [-h] [--apikey APIKEY] [--version] [--nocolor] [-f FIELDFILTER]
               {project,branch} ...

neoncli - python neon api client

positional arguments:
  {project,branch}      Neon commands
    project             maninpulate Neon projects
    branch              manuinplate Neon branches

options:
  -h, --help            show this help message and exit
  --apikey APIKEY       Specify NEON API Key (env NEON_API_KEY)
  --version             show program's version number and exit
  --nocolor             Turn off Color output
  -f FIELDFILTER, --fieldfilter FIELDFILTER
                        Enter field values to filter results on

Version : 0.0.6a
```
