Metadata-Version: 2.1
Name: neo-obs
Version: 0.2.5
Summary: A OBS command line tools
Home-page: https://github.com/BiznetGIO/neo-obs
Author: BiznetGio
Author-email: support@biznetgio.com
License: MIT license
Keywords: cli
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Click (==7.0)
Requires-Dist: boto3 (==1.9.227)
Requires-Dist: python-dotenv (==0.10.3)
Requires-Dist: requests (==2.22.0)
Requires-Dist: cloudianapi (==0.2.4)
Requires-Dist: tzlocal (==2.0.0)
Requires-Dist: bitmath (==1.3.3.1)
Requires-Dist: tabulate (==0.8.3)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: requests-aws4auth (==0.9)
Requires-Dist: PyYAML (==5.1.2)

## Project Description

**neo-obs** is a CLI application which aims to bring the ease of using neo
object storage directly from your terminal.

Did you ever want to use the full power of object storage directly from
terminal?. neo-obs created for the reason. Not only that, but this app can also
manage storage as an admin, such as Cloudian CMC.


## Installation

    $ pip install neo-obs
    $ obs --configure


## Features

* Supports for common commands for managing storage: *ls*, *rm*, *get*, *put*,
  *cp*, *mv* *du*, *info*, *sets ACL*, *presign URL* *create bucket*, etc.
* Common commands for admin: *ls users*, *user info*, *rm user*, *set QoS*, etc.
* Support Cloudian HyperStore extension feature. e.g *x-gmt-policyid*
* Can be used as library for your next object storage application.

## Take the tour

### Move object into other bucket

    $ obs storage mv s3://awesomebuck/TODO s3://duckduckbuck/
    Object "TODO" moved to "awesomebuck" bucket successfully


### Get user info

    $ obs admin user info --user-id johndoe --group-id awesome
    ID: johndoe
    Name: John Doe
    Email: johndoe@geemail.com
    Address: 456 Shakedown St
    City: Portsmouth
    Group ID: awesome
    Canonical ID: 5ac765187f93d3f1cef81fake123
    Active: true

### Show user's credentials

    $ obs admin cred ls --user-id johndoe --group-id awesome
    Access Key: 394b287c9efakekey
    Secret Key: mq7Pn8bonHNfTjfakekey1234
    Created: 2017-11-10 03:19:18+0700 (WIB)
    Active: True

## Project information

* [Documentation](https://neo-obs.readthedocs.io/en/latest/)
* [Contributing](https://biznetgio.github.io/guide/contrib-guide/)
* [Changelog](https://github.com/BiznetGIO/neo-obs/blob/master/CHANGELOG.rst)
* [License](https://github.com/BiznetGIO/neo-obs/blob/master/LICENSE)


