Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawwn/eli
Emacs Lisp runtime interface for Python
https://github.com/shawwn/eli
Last synced: 3 days ago
JSON representation
Emacs Lisp runtime interface for Python
- Host: GitHub
- URL: https://github.com/shawwn/eli
- Owner: shawwn
- Created: 2021-05-16T19:44:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T16:41:06.000Z (over 2 years ago)
- Last Synced: 2024-09-24T08:34:43.993Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# eli
Emacs Lisp runtime interface for Python.
WARNING: This repo is in development. It was automatically generated with [mkpylib](https://github.com/shawwn/scrap/blob/master/mkpylib). If you're reading this message, it means that I use this repo for my own purposes right now. It might not do anything at all; the default functionality is `print('TODO')`.
If you really want to try it out, feel free. I recommend reading through the code and commit history to see if it does what you need, or [ask me](#contact) for status updates.
Stay tuned!
## Quickstart
```
python3 -m pip install -U eli
```(That strange-looking setup command is because I've found it to be the most reliable. The `pip` command often aliases to python 2, and `pip3` often installs to the wrong Python package directory.)
Once it's installed, you can do this:
```py
import eliprint('TODO')
```... which will print this:
```
TODO
```## License
MIT
## Contact
A library by [Shawn Presser](https://www.shawwn.com). If you found it useful, please consider [joining my patreon](https://www.patreon.com/shawwn)!
My Twitter DMs are always open; you should [send me one](https://twitter.com/theshawwn)! It's the best way to reach me, and I'm always happy to hear from you.
- Twitter: [@theshawwn](https://twitter.com/theshawwn)
- Patreon: [https://www.patreon.com/shawwn](https://www.patreon.com/shawwn)
- HN: [sillysaurusx](https://news.ycombinator.com/threads?id=sillysaurusx)
- Website: [shawwn.com](https://www.shawwn.com)