Skip to content
This repository was archived by the owner on Aug 28, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ django-netbox-graphql
=====

Netbox-Graphql is a simple Django app which provides a GraphQL API for Netbox.
This module is dockerized and **development of it is still in progress**. Netbox's circuit module with all it's models are covered.
For this part of app you can CRUD operations.

Available Models for CRUD
------------------------
* CIRCUITS
* Provider
* Circuit
* CircuitType
* CircuitTermination

Build package (optional)
------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-netbox-graphql',
version='0.0.2',
version='0.0.3',
packages=find_packages(),
include_package_data=True,
license='MIT',
Expand Down Expand Up @@ -42,4 +42,4 @@
'graphene-django>=1.0',
'django-filter>=1.0.2',
],
)
)