This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from brandicted/develop
release 0.2.0
- Loading branch information
Showing
20 changed files
with
1,318 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Config file for automatic testing at travis-ci.org | ||
language: python | ||
env: | ||
- TOXENV=py27 | ||
install: | ||
- pip install tox | ||
script: tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# `nefertari-sqla` | ||
[![Build Status](https://travis-ci.org/brandicted/nefertari-sqla.svg?branch=master)](https://travis-ci.org/brandicted/nefertari-sqla) | ||
[![Documentation Status](https://readthedocs.org/projects/nefertari-sqla/badge/?version=stable)](http://nefertari-sqla.readthedocs.org/en/stable/) | ||
|
||
SQLA backend for Nefertari |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Base Classes | ||
------------ | ||
|
||
.. autoclass:: nefertari_sqla.documents.BaseMixin | ||
:members: | ||
:special-members: | ||
:private-members: | ||
|
||
.. autoclass:: nefertari_sqla.documents.BaseDocument | ||
:members: | ||
:special-members: | ||
:private-members: | ||
|
||
.. autoclass:: nefertari_sqla.documents.ESBaseDocument | ||
:members: | ||
:special-members: | ||
:private-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Changelog | ||
========= | ||
|
||
* :release:`0.2.0 <2015-04-07>` | ||
* :feature:`-` Relationship indexing | ||
|
||
* :release:`0.1.1 <2015-04-01>` | ||
|
||
* :release:`0.1.0 <2015-04-01>` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.