Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleveritt/kotlin_for_python
https://github.com/pauleveritt/kotlin_for_python
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauleveritt/kotlin_for_python
- Owner: pauleveritt
- Created: 2017-09-13T20:40:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T12:30:30.000Z (10 months ago)
- Last Synced: 2024-10-11T19:21:23.075Z (25 days ago)
- Language: Python
- Size: 298 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Kotlin for Python
=================Documentation and tutorials for explaining Kotlin to Python developers.
.. note::
This is not an official JetBrains project, just an experiment I was
doing as a personal side project.- IntelliJ project
- Docs in Sphinx
- Live reload server during authoring via
Installation
============These docs are done in Sphinx, the Python documentation system. Content
is under docs.1) Make a virtual env, e.g. in ``.venv``
2) ``.venv/bin/pip3 install -r requirements.txt``
Running
=======1) ``.venv/bin/python ./run_livereload.py`` (or make a run config)
2) Edit docs
3) URL reloads