-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.ini
More file actions
28 lines (27 loc) · 810 Bytes
/
settings.ini
File metadata and controls
28 lines (27 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[DEFAULT]
host = github
lib_name = nb2medium
user = lucharo
description = Python package and Jupyter extension that enables submitting Medium drafts elegantly from a Jupyter Notebook
keywords = medium blogging jupyter notebooks python
author = Luis Chaves
author_email = luis.chaves.rodriguez.6@gmail.com
copyright = GPLv3 Licence
branch = master
version = 0.0.2
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 3
requirements = requests nbconvert pandas lxml beautifulsoup4 fastcore
console_scripts = nb2medium=nb2medium.upload:nb2medium
nbs_path = nbs
doc_path = docs
recursive = False
doc_host = https://lucharo.github.io
doc_baseurl = /nb2medium/
git_url = https://github.com/lucharo/nb2medium/tree/master/
lib_path = nb2medium
title = nb2medium