Skip to content

Commit

Permalink
Add Python module as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
DagAgren committed May 31, 2018
2 parents 0c64c41 + 8e865d1 commit 17ef3c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Python"]
path = Python
url = https://github.com/creditornot/blurhash-python.git
1 change: 1 addition & 0 deletions Python
Submodule Python added at 4edabb
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ So far, we have created these implementations:
There is also an example app to play around with the algorithm.
* [Kotlin](Kotlin) - A simple decoder implementation for Android.
* [TypeScript](TypeScript) - A simple decode implementation.
* [Python](Python) - Integration of the C encoder code into Python.
* [Python](https://github.com/creditornot/blurhash-python) - Integration of the C encoder code into Python.

These cover our use cases, but could probably use polishing, extending and improving. Perhaps you'd like to help?
Which brings us to...
Expand Down

0 comments on commit 17ef3c1

Please sign in to comment.