Skip to content

Commit

Permalink
Merge pull request #3468 from rlaverde/plugin-move-api
Browse files Browse the repository at this point in the history
Move plugin creation to spyder/api/plugins.py for decoupling
  • Loading branch information
ccordoba12 authored Oct 25, 2016
2 parents b5c1d73 + 435ca4a commit 58951d0
Show file tree
Hide file tree
Showing 21 changed files with 702 additions and 635 deletions.
16 changes: 16 additions & 0 deletions spyder/api/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
#
# Copyright © Spyder Project Contributors
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)

"""
spyder.api
==========
This package contains bases classes that can be used it to create
third-party plugins to extend Spyder.
This API should be considered pre-release and is subject to change
The final API version will be released in Spyder 4.0
"""
Loading

0 comments on commit 58951d0

Please sign in to comment.