Skip to main content

Inia extends boto3 by adding missing functions and providing convenient wrappers for existing boto3 operations.

Project description

INIA

โฏ REPLACE-ME

license last-commit repo-top-language repo-language-count


๐Ÿ”— Table of Contents


๐Ÿ“ Overview

โฏ REPLACE-ME


๐Ÿ‘พ Features

โฏ REPLACE-ME


๐Ÿ“ Project Structure

โ””โ”€โ”€ inia/
    โ”œโ”€โ”€ .github
    โ”‚   โ””โ”€โ”€ workflows
    โ”‚       โ””โ”€โ”€ main.yml
    โ”œโ”€โ”€ README.md
    โ”œโ”€โ”€ inia
    โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”œโ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ cloudformation
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ codesuite
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ controltower
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ costexplorer
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ rackspace.py
    โ”‚   โ”œโ”€โ”€ servicecatalog
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ”œโ”€โ”€ singlesignon
    โ”‚   โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”‚   โ””โ”€โ”€ client.py
    โ”‚   โ””โ”€โ”€ stepfunctions
    โ”‚       โ”œโ”€โ”€ __init__.py
    โ”‚       โ””โ”€โ”€ client.py
    โ”œโ”€โ”€ requirements.txt
    โ””โ”€โ”€ setup.py

๐Ÿ“‚ Project Index

INIA/
__root__
requirements.txt โฏ REPLACE-ME
setup.py โฏ REPLACE-ME
.github
workflows
main.yml โฏ REPLACE-ME
inia
rackspace.py โฏ REPLACE-ME
client.py โฏ REPLACE-ME
singlesignon
client.py โฏ REPLACE-ME
costexplorer
client.py โฏ REPLACE-ME
servicecatalog
client.py โฏ REPLACE-ME
cloudformation
client.py โฏ REPLACE-ME
stepfunctions
client.py โฏ REPLACE-ME
controltower
client.py โฏ REPLACE-ME
codesuite
client.py โฏ REPLACE-ME

๐Ÿš€ Getting Started

โ˜‘๏ธ Prerequisites

Before getting started with inia, ensure your runtime environment meets the following requirements:

  • Programming Language: Python
  • Package Manager: Pip

โš™๏ธ Installation

Install inia using one of the following methods:

Build from source:

  1. Clone the inia repository:
โฏ git clone https://github.com/grnet/inia
  1. Navigate to the project directory:
โฏ cd inia
  1. Install the project dependencies:

Using pip ย 

โฏ pip install -r requirements.txt

๐Ÿค– Usage

Run inia using the following command: Using pip ย 

โฏ python {entrypoint}

๐Ÿงช Testing

Run the test suite using the following command: Using pip ย 

โฏ pytest

๐Ÿ“Œ Project Roadmap

TBD


๐Ÿ”ฐ Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/grnet/inia
    
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
    
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
    
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
    
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


๐ŸŽ— License

This project is protected under the MIT License and Apache 2.0 License for the code imported from awscli.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inia-1.0.0.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

inia-1.0.0-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file inia-1.0.0.tar.gz.

File metadata

  • Download URL: inia-1.0.0.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for inia-1.0.0.tar.gz
Algorithm Hash digest
SHA256 15aaacf4cdcf0ee3e8d887485e8ed5d4b86e987c18b8f0c729a5bc581afad278
MD5 dc5527c03e47f288f11a56ae766ff426
BLAKE2b-256 05bc189572ea299b802bdb6e584d540cdf5c1a9ba30c7cdd5f88daf6a7ebaba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for inia-1.0.0.tar.gz:

Publisher: main.yml on grnet/inia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inia-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: inia-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for inia-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba59b071f479f76012d350e9fb7169f482dc5914418c6a7daf5b25ab847eb8fd
MD5 9943454c08f8ad060e2751bc151f9b14
BLAKE2b-256 8ae8378d79d6261dcfedb67b2cfc185d890b2e94d6a3f419bf7230e18849922c

See more details on using hashes here.

Provenance

The following attestation bundles were made for inia-1.0.0-py3-none-any.whl:

Publisher: main.yml on grnet/inia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page