Skip to main content

GraphQL Linked Library bindings for python

Project description

# libgql - GraphQL Linked Libraries

## The Problem

How can I build libraries and modules that operate accross programming
languages and environments?

## The Solution

To solve this problem with web services, we build APIs that we can use between
languages. Unfortunately, these APIs require us to make HTTP requests.

...or do they?

Enter GraphQL: Protocal Agnostic, that means, we can implement it over a CLI
interface and have an incredibly handy way to build cross language bindings
without all the fuss.

## What does it do?

libgql will define a protocal for doing graphql over CLI and implement as many
language bindings as we possibly can.

## Usage

I would recommend looking at the tests for usage, since it varies from language
to language. To consume a module that uses libgql, install the bindings for your
language:

| javascript | `yarn add libgql` |
|------------|-------------------------|
| python | `pipenv install libgql` |

Then import the bindings and load the module:


### javascript
```javascript
import { loadModule } from "libgql"

const myModule = loadModule("./path/to/libgql/module/executable");

result = await myModule(graphqlQueryStringHere, optionalVariables);
```

### python

```python
from "libgql" import load_module

myModule = load_module("./path/to/libgql/module/executable")

result = myModule(graphqlQueryStringHere, optionalVariables)
```

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

libgql-0.0.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file libgql-0.0.1.tar.gz.

File metadata

  • Download URL: libgql-0.0.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for libgql-0.0.1.tar.gz
Algorithm Hash digest
SHA256 f643f3472571250958df74389a3548b6d1d5870140fba7c25a3fbbfc112cff9e
MD5 198e84231722927e261d774a312d52ca
BLAKE2b-256 78daa02b1988cbefa46e0ca97e02c3150e26b19e6c8071836f41d47cd5b11699

See more details on using hashes here.

Supported by

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