egoist
🚧 this project is under construction 🚧
installing
$ pip install egoist
features
- go code generation
- general code generation
go code generation
$ egoist init clikit
level:INFO message:create . name:egoist.cliL25
$ tree .
.
└── definitions.py
0 directories, 1 file
$ python definitions.py generate
[D] create cmd/hello
[F] create cmd/hello/main.go
$ go run cmd/hello/main.go -name="world"
hello world
🎉
general code generation
$ egoist init dirkit
level:INFO message:create . name:egoist.cliL25
$ tree .
.
├── definitions.py
└── input
└── hello.tmpl
1 directories, 2 file
$ python definitions.py generate
[D] create ./output
[F] create ./output/foo.json
[F] create ./output/bar.json
[F] create ./output/boo.json
$ cat ./output/*.json
hello bar
hello boo
hello foo
✨
Release files for egoist 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| egoist-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / egoist-0.0.4-py3-none-any.whl
| Download URL | egoist-0.0.4-py3-none-any.whl |
|---|---|
| Size | 47.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb482c458ee0366d889a8bc814e196cc8ccb7f41406dcbc27fb2299fa6bc35bf
|
|
BLAKE2b-256 checksum How to use checksums |
1ed6a2abfd5eb88524368c5a768e5b2bb56cadc31b1be0c8f660c3e1bdcd2195
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.2
|