Metadata-Version: 2.1
Name: jupyter-to-medium
Version: 0.0.1
Summary: Publish a Jupyter Notebook as a Medium blogpost
Home-page: https://github.com/dexplo/jupyter_to_medium
Author: Ted Petrou
Author-email: petrou.theodore@gmail.com
License: MIT
Description: # Jupyter to Medium
        
        Publish your Jupyter Notebooks as Medium blog posts with the help of jupyter_to_medium.
        
        ## Installation
        
        `pip install jupyter_to_medium`
        
        ## Usage
        
        ```python
        >>> import jupyter_to_medium as jtm
        >>> jtm.post('My Awesome Jupyter Notebook.ipynb',
                     pub_name='Dunder Data',
                     publish_status='draft',
                     dataframe_image=True)
        ```
        
        If successful, JSON data will be returned with the URL.
        
        ## Dependencies
        
        This package relies on [dataframe_image] to convert your notebooks to markdown with dataframes
        as images
Keywords: Jupyter Notebook Medium Blog
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
