Created just in order to have some se^Wfun.
A little code snippet so that you can get the overall idea:
(class (Hello)
(def (__init__ self message)
(= self.message message))
(def (hello self)
(print self.message)))
(= hello (Hello "Hello world!"))
(hello.hello)
This version requires Python 3. Use version 0.1 if you need Python 2 support.
Documentation: http://packages.python.org/sexpy
Mercurial repository: https://bitbucket.org/ero-sennin/sexpy
Release files for sexpy 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sexpy-0.2.tar.gz | 11.4 kB | Details |
Release files / sexpy-0.2.tar.gz
| Download URL | sexpy-0.2.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
581110e0078a42fbdfb4eabee540d4eaca34f89375198a3d9380cbf70973c725
|
|
BLAKE2b-256 checksum How to use checksums |
524e50505348b1ab518ff64db1221a273807f7675435d7dd56c9ebed0fed9dbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |