From: adam Date: Thu, 12 Sep 2013 15:35:59 +0000 (+0700) Subject: moving pyejdb into another repository X-Git-Tag: v1.2.12~160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ab75dfe04fb47f8f22d08fc63550c2fec097ce;p=platform%2Fupstream%2Fejdb.git moving pyejdb into another repository --- diff --git a/.gitignore b/.gitignore index 01ecbd2..2a7a6c4 100644 --- a/.gitignore +++ b/.gitignore @@ -107,29 +107,6 @@ tcejdb/debian/libtcejdb9*/ tcejdb/debian/tmp/* tcejdb/debian/*.debhelper -/pyejdb/build/ -/pyejdb/test/__pycache__ -/pyejdb/testdb* -/pyejdb/dist/ -/pyejdb/pyejdb.egg-info/ - - -__pycache__ -/pyejdb/debian/files -/pyejdb/debian/python3-ejdb.debhelper.log -/pyejdb/debian/python3-ejdb.postinst.debhelper -/pyejdb/debian/python3-ejdb.prerm.debhelper -/pyejdb/debian/python3-ejdb.substvars -/pyejdb/debian/python3-ejdb/ -/pyejdb/debian/tmp/ -/python-ejdb_*.build -/python-ejdb_*.dsc -/python-ejdb_*.gz -/python-ejdb_*.build -/python-ejdb_*.changes -/python3-ejdb_*.deb - - /luaejdb/debian/files /luaejdb/test/testdb* /luaejdb/debian/lua51-ejdb* @@ -156,10 +133,4 @@ compilation.db .clang/ ejdb.workspace.session ejdb.workspace.anton_adamansky - - - - - - .codelite/ diff --git a/.idea/modules.xml b/.idea/modules.xml index 7eac621..9cd69aa 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,7 +5,6 @@ - diff --git a/README.md b/README.md index 6ef93f8..0835865 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ News * `2013-07-15` **[Google Go binding] (https://github.com/mkilling/goejdb)** * `2013-06-23` **[C# .Net binding] (https://github.com/Softmotions/ejdb/tree/master/nejdb)** * `2013-06-02` **[Adobe Air Native Extension (ANE) for EJDB (Thanks to @thejustinwalsh)] (https://github.com/thejustinwalsh/airejdb)** -* `2013-05-29` **[EJDB Python 2.7.x binding available](https://github.com/Softmotions/ejdb/blob/master/pyejdb/)** +* `2013-05-29` **[EJDB Python 2.7.x binding available](https://github.com/Softmotions/ejdb-python)** * `2013-05-06` **[Ruby binding available](https://github.com/Softmotions/ejdb/blob/master/rbejdb/README.md)** * `2013-05-02` **[NodeJS win32 module available](https://github.com/Softmotions/ejdb/blob/master/tcejdb/WIN32.md#ejdb-nodejs-module-installation)** * `2013-04-25` **[EJDB and TokyoCabinet API ported to Windows](https://github.com/Softmotions/ejdb/blob/master/tcejdb/WIN32.md)** * `2013-04-03` **[Java API binding available](https://github.com/Softmotions/ejdb/blob/master/jejdb/)** * `2013-03-20` **[Lua binding available](https://github.com/Softmotions/ejdb/blob/master/luaejdb/)** -* `2013-02-15` **[EJDB Python3 binding available](https://github.com/Softmotions/ejdb/blob/master/pyejdb/)** +* `2013-02-15` **[EJDB Python3 binding available](https://github.com/Softmotions/ejdb-python)** * `2013-02-07` **[Debian packages provided](https://github.com/Softmotions/ejdb/wiki/Debian-Ubuntu-installation)** * `2013-01-22` **[Collection joins now supported](https://github.com/Softmotions/ejdb/wiki/Collection-joins)** @@ -55,7 +55,7 @@ Documentation * **Bindings** * **[C# .Net] (https://github.com/Softmotions/ejdb/tree/master/nejdb)** * **[NodeJS] (https://github.com/Softmotions/ejdb/blob/master/node/)** - * **[Python 2.7/3.x](https://github.com/Softmotions/ejdb/blob/master/pyejdb/)** + * **[Python 2.7/3.x](https://github.com/Softmotions/ejdb-python)** * **[Lua](https://github.com/Softmotions/ejdb/blob/master/luaejdb/)** * **[Java](https://github.com/Softmotions/ejdb/blob/master/jejdb/)** * **[Ruby](https://github.com/Softmotions/ejdb/blob/master/rbejdb/)** @@ -169,7 +169,7 @@ with ejdb.find("parrots2", {"likes" : "toys"}, ejdb.close() ``` -**[EJDB Python 2.7/3.x binding page](https://github.com/Softmotions/ejdb/blob/master/pyejdb)** +**[EJDB Python 2.7/3.x binding page](https://github.com/Softmotions/ejdb-python)** EJDB Lua ==================================