Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Henry via Python (in addition to cmd) and docs update (how to use save-to-file and its arg) #37

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 19, 2020

  1. docs: update how to use save-to-file and its arg

    To match the current usage in Henry `v0.1.3`
    iamaziz committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    b746eb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Init Python API code

    Use Henry from Python as, an alternative to using the command line tool.
    
    e.g.
    
    >>> from henry.api import Henry
    >>> ...
    iamaziz committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    351a1e0 View commit details
    Browse the repository at this point in the history
  2. docs: how to use python api

    iamaziz committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    660991e View commit details
    Browse the repository at this point in the history
  3. docs: link to api docs file

    iamaziz committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    fb29eda View commit details
    Browse the repository at this point in the history
  4. refactor: black and simplify

    iamaziz committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    8f2adc1 View commit details
    Browse the repository at this point in the history
  5. docs: preview pulse interface

    iamaziz committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    751810e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. clean: remove sdk interface

    iamaziz committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9677952 View commit details
    Browse the repository at this point in the history
  2. docs: clean usage

    iamaziz committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    58193ae View commit details
    Browse the repository at this point in the history