A tool for collecting data from various cloud providers
Project description
3mystic_cloud_data_client
A set of scripts to help uniformly pull data from the cloud providers for various resources. Currently supports AWS/Azure
This project is currently in beta, along with the other projects. Once the other projects come out of beta this one will as well. However, this is also, the most stable of the project. I am trying not to change things that would break from version to version. So if you would like to use something here, it should be relatively safe. I will try to call out breaking changes. The connection for both AWS and Azure does currently work. So if you have issues please create an issue.
While in beta not all datasets might be working.
Install
pip
The latest version of this project is currently being pushed to https://pypi.org/project/threemystic-cloud-data-client/
pip install threemystic-cloud-data-client
If you would prefer to install directly from GitHub you need to install Hatch. Please refer to the section below for that.
Once hatch is installed you can use pip
pip install https://github.com/3MysticApes/3mystic_cloud_data_client
Hatch
This project is packaged using Hatch. If you need to install Hatch please refer to their documentation https://hatch.pypa.io/latest/install/
Setup
Once installed please run 3mystic_cloud_data_client -c
Usage
usage: 3mystic_cloud_data_client [--version] [--config] [--data] [--provider {aws,azure}]
One Action is required
options:
-h, --help show this help message and exit
-v, --verbose Verbose output
--version Action: outputs the versions of the app being used.
--config, -c Action: This is so you can setup the data client
--data, -d Action: Pull the various Data from the provider
--provider {aws,azure}, -p {aws,azure} Provider: This is to set the provider that should be used
The --provider/-p is only reqired if you do not set a default provider with the config.
To see the various data options you can run 3mystic_cloud_data_client --data/-d
That will list all current options for pulling datasets for.
Contribute
You need to install Hatch. Please see the previous Hatch section under install.
Once you download the project you can do the following You should be able to run the following command in the root directory for a general status hatch status
Then from the root directory you can run pip install ./
I would suggest while you are debugging issues to install it with the command below. Once you are done with your development you can uninstall. This allows you to make edits and test easier. pip install -e ./ https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file threemystic_cloud_data_client-0.1.75.tar.gz
.
File metadata
- Download URL: threemystic_cloud_data_client-0.1.75.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371db2e639dcc44e56529ce42a67ef1fddddfca49d86a17fbae9fb17d34f5f70 |
|
MD5 | 5d0cfa2fec853f72360f4122570fc285 |
|
BLAKE2b-256 | 6bb9dffecb5f99708a0bccbd00d0ea45f9db444920fe002d4c91406a43c384d4 |
File details
Details for the file threemystic_cloud_data_client-0.1.75-py3-none-any.whl
.
File metadata
- Download URL: threemystic_cloud_data_client-0.1.75-py3-none-any.whl
- Upload date:
- Size: 73.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b99c714c76d831ed2a91a2f12c793307b52faa1a38b430eb29b65988fd44420 |
|
MD5 | 41ce22ca283fcf40ee300312184da521 |
|
BLAKE2b-256 | 2c7df2602bbebc5d5ccef3aaf89ed8cd0638fc63b4ad07f77f305f37168046e0 |