Obs2Org is a cross platform command (works on *BSD, Linux, OS X and Windows) line program to convert Obsidian style Markdown files to Org-Mode files for Emacs and other Editors that support Org-Mode.
at main 33 lines 461 B view raw
1[[source]] 2url = "https://pypi.org/simple" 3verify_ssl = true 4name = "pypi" 5 6[packages] 7pipdeptree = "*" 8 9[dev-packages] 10pylama = "*" 11black = "*" 12pre-commit = "*" 13flake8 = "*" 14flake8-polyfill = "*" 15bandit = "*" 16pytest = "*" 17sphinx = "*" 18build = "*" 19setuptools = "*" 20sphinx-rtd-theme = "*" 21twine = "*" 22hypothesis = "*" 23pytest-xdist = "*" 24pytest-cov = "*" 25colorama = "*" 26isort = "*" 27pylint = "*" 28 29[requires] 30python_version = "3" 31 32[pipenv] 33allow_prereleases = true