Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jamalex/notion-py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalex committed Jan 27, 2019
2 parents 519d6df + e173e76 commit 25060da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# notion-py

Unofficial Python 3 client for Notion.so API v3
Unofficial Python 3 client for Notion.so API v3.

Warning: This is still somewhat experimental, and doesn't have 100% API coverage. Issues and pull requests welcome!
- Object-oriented interface (mapping database tables to Python classes/attributes)
- Automatic conversion between internal Notion formats and appropriate Python objects
- Local cache of data in a unified data store
- Real-time reactive two-way data binding (changing Python object -> live updating of Notion UI, and vice-versa)
- Callback system for responding to changes in Notion (e.g. for triggering actions, updating another API, etc)

## _Quick plug: Learning Equality is hiring!_
![](https://raw.githubusercontent.com/jamalex/notion-py/master/ezgif-3-a935fdcb7415.gif)

We're a [small nonprofit](https://learningequality.org/) with [global impact](https://learningequality.org/ka-lite/map/), building [exciting tech](https://learningequality.org/kolibri/)! We're currently hiring [engineers](https://grnh.se/1edb335f1) and [other roles](https://grnh.se/2dd2be551) -- come join us!
[Read more about Notion and Notion-py on Jamie's blog](https://medium.com/@jamiealexandre/introducing-notion-py-an-unofficial-python-api-wrapper-for-notion-so-603700f92369)

# Usage

Expand Down Expand Up @@ -169,6 +173,10 @@ Note: You can combine `filter`, `aggregate`, and `sort`. See more examples of qu

You can also see [more examples in action in the smoke test runner](https://github.com/jamalex/notion-py/blob/master/notion/smoke_test.py).

# _Quick plug: Learning Equality is hiring!_

We're a [small nonprofit](https://learningequality.org/) with [global impact](https://learningequality.org/ka-lite/map/), building [exciting tech](https://learningequality.org/kolibri/)! We're currently hiring [engineers](https://grnh.se/1edb335f1) and [other roles](https://grnh.se/2dd2be551) -- come join us!

# TODO

* Cloning pages hierarchically
Expand Down
Binary file added ezgif-3-a935fdcb7415.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25060da

Please sign in to comment.