Skip to main content

No project description provided

Project description

notion-tree

Hierarchic operations with Notion API, thanks to notion-py.

Requirements

Installation

# Required as PyPI does not accept package with dependency links
$ pip install git+https://github.com/aureplop/notion-py.git@feat-import-file#egg=notion-999
$ pip install notion-tree

Usage

$ python -m notiontree.hierarchy --dir path/to/local/root --root-parent-url https://www.notion.so/id/to/parent/of/local/root

Assuming you had this hierarchy on Notion:

workspace
└── parent-root  # URL: https://www.notion.so/id/to/parent/of/local/root

And that you have this local structure:

path/to/local
└── root
    ├── index.md
    ├── dir1
    │   ├── index.md
    │   └── page1.md
    └── dir2
        └── page2.md

After running the command above, you will get this structure on your Notion workspace:

workspace
└── parent-root           # URL: https://www.notion.so/id/to/parent/of/local/root
    └── root              # Includes links to dir1 and dir2 + content of root/index.md
        ├── dir1          # Includes links to dir1/page1.md + content of root/dir1/index.md
        │   └── page1.md
        └── dir2          # Includes links to dir2/page2.md
            └── page2.md

Todos

  • Split 'notiontree/hierarchy.py' to multiple modules.
  • Use 'click' for CLI.
  • Document --github-wiki-root in README.
  • Create stub pages in another page than 'root' to be able to import root index.html w/o removing other stub pages.
  • Accept other filenames for index files (currently limited to 'index.md').
  • Improve link resolver configuration.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

notion_tree-0.0.1a3-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

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