You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-39Lines changed: 10 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@ ObjectBox Python API
2
2
====================
3
3
ObjectBox is a superfast database for objects, now also available for Python with a simple CRUD API.
4
4
5
-
* Latest release: v0.1.0
6
5
* Python version: 3.4+
7
6
* Platforms supported:
8
7
* Linux 64-bit
@@ -70,6 +69,7 @@ For more information and code examples, see the tests folder. The docs for other
70
69
* ObjectBox Java = https://docs.objectbox.io
71
70
* ObjectBox Go - https://golang.objectbox.io
72
71
* ObjectBox Swift - https://swift.objectbox.io
72
+
* ObjectBox Dart/Flutter - https://github.com
73
73
74
74
Some features
75
75
-------------
@@ -87,45 +87,16 @@ The goodness you know from the other ObjectBox language-bindings, e.g.,
87
87
* asynchronous operations
88
88
* secondary indexes
89
89
90
-
PS.: contributions are very welcome! :)
90
+
Help wanted
91
+
-----------
92
+
ObjectBox for Python is still in an early stage with limited feature set (compared to other languages).
93
+
To bring all these features to Python, we're asking the community to help out. PRs are more than welcome!
94
+
The ObjectBox team will try its best to guide you and answer questions. See [CONTRIBUTING.md](CONTRIBUTING.md) to get started
91
95
92
-
Contributing
93
-
------------
94
-
Currently, the Python binding is in its very early stages and lots of features available in other languages are missing.
95
-
If you have a request for a specific feature, please open an issue. If you want to contribute, please feel free to open a PR.
96
-
In case it's a non-obvious contribution it might be better to discuss and align first in an issue.
97
-
98
-
This repo uses `virtualenv` when installing packages so in case you don't have it yet: `pip install virtualenv`.
99
-
100
-
The main prerequisite to using the Python APIs is the ObjectBox binary library (.so, .dylib, .dll depending on your platform) which actually implements the database functionality.
101
-
102
-
The library should be placed in the `objectbox/lib/[architecture]/` folder of the checked out repository.
103
-
104
-
### Getting ObjectBox C-API library from pip
105
-
The easiest way is to get all the binaries from the latest release in PyPI.
0 commit comments