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.1.0.tar.gz (13.6 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.1.0-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: inia-1.1.0.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inia-1.1.0.tar.gz
Algorithm Hash digest
SHA256 dcddb1d2ab169ee1e4e1f485df55a02c49ce6e7e1dfc026b7e4f2ebcb76395d1
MD5 16c6d84ec52e8122af70d53a0461b7e9
BLAKE2b-256 c728f243782a1f20905ede507733ad9a1fc615a82e983b43736f2bfe20c44a14

See more details on using hashes here.

Provenance

The following attestation bundles were made for inia-1.1.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.1.0-py3-none-any.whl.

File metadata

  • Download URL: inia-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for inia-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 17d77ec6540e6560e7dc3f34e95b85f3c7de9bab60b74e80fc5b59c7c468ff02
MD5 d57c9b99b024f3973ab7bfc112212a15
BLAKE2b-256 83236c77a769c5a25fba68cb3749e511f8108a7ce1e631bbc65becb4bafafdf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for inia-1.1.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