gnnnas


Namegnnnas JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryLibrary to help write symbolic programs to generate expressive message passing neural networks.
upload_time2023-10-19 18:55:21
maintainer
docs_urlNone
authorYour Name
requires_python>=3.10,<3.13
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  <br>
  <img src="https://github.com/akhilpandey95/gnnNAS/blob/main/images/gnnnas-logo.png?raw=true"  width="400" height="400" alt="gnnnas logo"/>
  <br>
</h1>

<h2 align="center">Library to write symbolic programs to generate expressive message passing neural networks</h2>

<h1 align="center"><a href="https://akhilpandey95.github.io/gnnNAS/">kgforge Documentation</h1>

<p align="center">

   <a alt="Tests" href="https://github.com/akhilpandey95/gnnNAS/actions/workflows/publish-to-pypi.yml/badge.svg">
      <img src="https://github.com/akhilpandey95/kgforge/actions/workflows/publish-to-pypi.yml/badge.svg?branch=main">
  </a>
  <img alt="Code Style" src="https://img.shields.io/badge/  code%20style-black-000000.svg" />
  <a href="https://www.python.org/downloads/release/python-390/">
  </a>
  <a href="https://pypi.org/project/gnnNAS" target="_blank">
    <img src="https://img.shields.io/badge/python-3.10-blue.svg" alt="Supported Python versions">
  </a>
  <a href="https://img.shields.io/pypi/dw/gnnNAS" target="_blank">
    <img src="https://img.shields.io/pypi/dw/gnnNAS" alt="Downloads per week">
  </a>
  <a href="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank">
    <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
  </a>
  <a href="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" target="_blank">
    <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="Contribute">
  </a>

</p>

<p align="center">
  <a href="#what-is-it">What is it?</a> •
  <a href="#features">Features</a> •
  <a href="#installation">Installation</a> •
  <a href="#usage">Usage</a>  •
  <a href="#contributing">Contributing</a>
</p>

## What is it?
`kgforge` is a library which automates the generation of knowledge graphs from scholarly text.

## Features:
  - **TODO**: TODO: Description.

## Installation:

### Poetry

```bash
poetry add kgforge
```

### Pip

```bash
pip install kgforge
```

Setup your local environment:

Any necessary environment variables description:


```shell
export SAMPLE_ENV_VARIABLE=${VALUE}
```

## Usage

Now that `kgforge` is installed, you're ready to start using it!

It's time to point you to the official [Documentation Website](https://akhilpandey95.github.io/gnnNAS/) for more information on how to use `kgforge`


## Contributing
If you'd like to contribute, be sure to check out our [contributing guide](./CONTRIBUTING.md)! If you'd like to work on any outstanding items, check out the `roadmap` section in the docs and get started :smiley:

Thanks goes to these incredible people.

<a href="https://github.com/akhilpandey95/gnnNAS/graphs/contributors">
  <img style="border-radius: 50%" src="https://contrib.rocks/image?repo=akhilpandey95/gnnNAS" />
</a>
<a href="https://github.com/akhilpandey95/gnnNAS/graphs/contributors">
  <img style="border-radius: 50%" src="https://contrib.rocks/image?repo=harishsiravuri/kgforge" />
</a>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gnnnas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<3.13",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/73/d3/fccddc2496d8edb5a5f8af2b54136da22a8dd1bcb00a1062622432fafc25/gnnnas-0.0.2.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n  <br>\n  <img src=\"https://github.com/akhilpandey95/gnnNAS/blob/main/images/gnnnas-logo.png?raw=true\"  width=\"400\" height=\"400\" alt=\"gnnnas logo\"/>\n  <br>\n</h1>\n\n<h2 align=\"center\">Library to write symbolic programs to generate expressive message passing neural networks</h2>\n\n<h1 align=\"center\"><a href=\"https://akhilpandey95.github.io/gnnNAS/\">kgforge Documentation</h1>\n\n<p align=\"center\">\n\n   <a alt=\"Tests\" href=\"https://github.com/akhilpandey95/gnnNAS/actions/workflows/publish-to-pypi.yml/badge.svg\">\n      <img src=\"https://github.com/akhilpandey95/kgforge/actions/workflows/publish-to-pypi.yml/badge.svg?branch=main\">\n  </a>\n  <img alt=\"Code Style\" src=\"https://img.shields.io/badge/  code%20style-black-000000.svg\" />\n  <a href=\"https://www.python.org/downloads/release/python-390/\">\n  </a>\n  <a href=\"https://pypi.org/project/gnnNAS\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/python-3.10-blue.svg\" alt=\"Supported Python versions\">\n  </a>\n  <a href=\"https://img.shields.io/pypi/dw/gnnNAS\" target=\"_blank\">\n    <img src=\"https://img.shields.io/pypi/dw/gnnNAS\" alt=\"Downloads per week\">\n  </a>\n  <a href=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"License\">\n  </a>\n  <a href=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"Contribute\">\n  </a>\n\n</p>\n\n<p align=\"center\">\n  <a href=\"#what-is-it\">What is it?</a> \u2022\n  <a href=\"#features\">Features</a> \u2022\n  <a href=\"#installation\">Installation</a> \u2022\n  <a href=\"#usage\">Usage</a>  \u2022\n  <a href=\"#contributing\">Contributing</a>\n</p>\n\n## What is it?\n`kgforge` is a library which automates the generation of knowledge graphs from scholarly text.\n\n## Features:\n  - **TODO**: TODO: Description.\n\n## Installation:\n\n### Poetry\n\n```bash\npoetry add kgforge\n```\n\n### Pip\n\n```bash\npip install kgforge\n```\n\nSetup your local environment:\n\nAny necessary environment variables description:\n\n\n```shell\nexport SAMPLE_ENV_VARIABLE=${VALUE}\n```\n\n## Usage\n\nNow that `kgforge` is installed, you're ready to start using it!\n\nIt's time to point you to the official [Documentation Website](https://akhilpandey95.github.io/gnnNAS/) for more information on how to use `kgforge`\n\n\n## Contributing\nIf you'd like to contribute, be sure to check out our [contributing guide](./CONTRIBUTING.md)! If you'd like to work on any outstanding items, check out the `roadmap` section in the docs and get started :smiley:\n\nThanks goes to these incredible people.\n\n<a href=\"https://github.com/akhilpandey95/gnnNAS/graphs/contributors\">\n  <img style=\"border-radius: 50%\" src=\"https://contrib.rocks/image?repo=akhilpandey95/gnnNAS\" />\n</a>\n<a href=\"https://github.com/akhilpandey95/gnnNAS/graphs/contributors\">\n  <img style=\"border-radius: 50%\" src=\"https://contrib.rocks/image?repo=harishsiravuri/kgforge\" />\n</a>",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library to help write symbolic programs to generate expressive message passing neural networks.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4e3a5baa77d1c715dba580d90be4708e3b52e2b879ece34b37feb22ea0fafad",
                "md5": "330374fd402a6161a37985af553fe85d",
                "sha256": "35995efa1684230a5b043cb3f6668670ec78fec11ece2f0cd1d45d243f00fc36"
            },
            "downloads": -1,
            "filename": "gnnnas-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "330374fd402a6161a37985af553fe85d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<3.13",
            "size": 7241,
            "upload_time": "2023-10-19T18:55:19",
            "upload_time_iso_8601": "2023-10-19T18:55:19.361296Z",
            "url": "https://files.pythonhosted.org/packages/d4/e3/a5baa77d1c715dba580d90be4708e3b52e2b879ece34b37feb22ea0fafad/gnnnas-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73d3fccddc2496d8edb5a5f8af2b54136da22a8dd1bcb00a1062622432fafc25",
                "md5": "021eaf69b3ca1a920f20119d4ba30b40",
                "sha256": "a0bc2980a60c5322069371f084cc41f7eca521ff518843ac15d3e6467528d42d"
            },
            "downloads": -1,
            "filename": "gnnnas-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "021eaf69b3ca1a920f20119d4ba30b40",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<3.13",
            "size": 5808,
            "upload_time": "2023-10-19T18:55:21",
            "upload_time_iso_8601": "2023-10-19T18:55:21.078722Z",
            "url": "https://files.pythonhosted.org/packages/73/d3/fccddc2496d8edb5a5f8af2b54136da22a8dd1bcb00a1062622432fafc25/gnnnas-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 18:55:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gnnnas"
}
        
Elapsed time: 0.38358s