Skip to main content

A wrapper of Notion client for Python

Project description

Lotion

Lotion is a wrapper of notion-client.

refs: ramnes/notion-sdk-py: The official Notion API client library, but rewritten in Python! (sync + async)

You can use Notion API easily using Lotion.

Example

By notion-client

from notion_client import Client

client = Client(auth='NOTION_SECRET')
client.pages.create(
    parent={
      'type': 'database_id', 
      'database_id': 'abcd1234-4e63-4a46-9ffe-36adeb59ab30'
    },
    properties={
      'Name': {
        'title': [
          {
            'type': 'text', 
            'text': {
              'content': 'テスト'
            }
          }
        ]
      }
    },
)

By lotion

from lotion import Lotion

lotion = Lotion.get_instance()
created_page = lotion.create_page_in_database(
    database_id='abcd1234-4e63-4a46-9ffe-36adeb59ab30', 
    properties=[
      Title.from_plain_text(name='Name', text='テスト')
    ]
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lotion-0.0.1.tar.gz (48.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lotion-0.0.1-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file lotion-0.0.1.tar.gz.

File metadata

  • Download URL: lotion-0.0.1.tar.gz
  • Upload date:
  • Size: 48.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for lotion-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5b0e512e60d924a0404bf41dc5414222244e4d3329070a42992448c8d1183c09
MD5 4851a31bb3ccf36be325fa7edabd91ef
BLAKE2b-256 61e22cc3266213dc4fff8fbf93d4797777c6543300edc978493e664900e3d38a

See more details on using hashes here.

File details

Details for the file lotion-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: lotion-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for lotion-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 58d681065fe562ea766ae840bbe158c331018c81944b52f559f83bef556e8232
MD5 ab2814800430a6fd597b389c131db9d6
BLAKE2b-256 9b9308c00119ea5b32255b3528479a157e9a75d319e0559519612d472c826362

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page