Skip to main content

Upload jupyter notebook for your wiki. Suported wiki: esa.io and growi.

Project description

esapy

A python implementation of esa.io API

The main purpose of this package is implementation of easy uploading and sharing jupyter notebook to esa.io service.

PyPI version Python Versions MIT License

Description in Japanese: https://esa-pages.io/p/sharing/14661/posts/184/d983bd2e71ad35528500.html

INSTALATION

  1. Install package

    $pip install esapy
    
  2. set credentials (for esa.io)

  3. generate esa.io token with read/write permission.

  4. make configuration in your environment variables Environment variables: ESA_PYTHON_TOKEN, ESA_PYTHON_TEAM. You can check your token using esa config from command line.

  5. set credentials (for growi)

  6. generate token

  7. set environment variables - GROWI_URL - GROWI_TOKEN

HOW TO USE

  1. Prepare .ipynb file

  2. Upload your notebook

    $ esa up target.ipynb
    

    This package uploads images, and uploads markdown file as a new post or update the previously uploaded post.

  3. access the new post and edit.

If process fails due to a network problem, you can check by esa stats.

Whether an ipynb file has been already uploaded can be checked by esa ls <filepath or dirpath>. For list up all notebooks recursively, esa ls --recursive.

DOCUMENT

commands

This package registers following command line tools.

  • esa up <input_filepath>

    • upload your file
    • supported format: ipynb, tex, and md
  • esa config

    • list environs and config
  • esa stats

    • show statistics of your team
    • This command can be used for access test.
  • esa reset <target.ipynb> [--number <post_number>]

    • remove upload history by esapy in notebook file
    • new post_number can be assigned
  • esa ls <dirname or filepath>

    • show notebook list in the directory
    • <dirname> can be abbreveated. Default is the current working directory.

(deprecated) config file

Use environment variable instead of config file.

The config file (~/.esapyrc) should be written in yaml format. An example is shown below.

token: your_token
team: your_team

TIPS

Combination with fuzzy finders like fzf is useful. For example,

alias esafu='esa up --no-browser "$(esa ls | fzf | sed -r "s/(.+)\\| (.+)/\\2/")"'

INSTALLATION for DEVELOPMENT

  1. setup poetry on your environment
  2. clone this repository
  3. cd repo directory
  4. poetry install
  5. git checkout develop

For Growi adminitorator

Allow details tag and open attribute by configuration. Allow guest user access by security configuration. Some APIs have bug related to authentication.

LICENSE

Copyright (c) 2020 Kosuke Mizuno
This package is released under the MIT license (see LICENSE file).

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

esapy-2.0.1.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

esapy-2.0.1-py3-none-any.whl (22.7 kB view details)

Uploaded Python 3

File details

Details for the file esapy-2.0.1.tar.gz.

File metadata

  • Download URL: esapy-2.0.1.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.8.10 Linux/5.8.0-59-generic

File hashes

Hashes for esapy-2.0.1.tar.gz
Algorithm Hash digest
SHA256 12f2e4c4d5a3a0be7bae8ed667d5fdd46a938f1b0c4d7c4f48ea638534b27040
MD5 dc7aecd6acbbd4a43266753d96a988e5
BLAKE2b-256 643111520f2807f616ae0e24771828a903ad5bece7144e4652b19212c3bbdeaf

See more details on using hashes here.

File details

Details for the file esapy-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: esapy-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 22.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.8.10 Linux/5.8.0-59-generic

File hashes

Hashes for esapy-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aa0e139b900c0d2f153c5d969162ca46c4e00343f171c59d5686be0de2965fe5
MD5 fec75c73685d994076e22549467a7770
BLAKE2b-256 1e0ef79e9697166113a0f50ba4c8a4880d04bb56e14577784ae67744ef810249

See more details on using hashes here.

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