Skip to main content

scaffolding

Project description

korpokkur is command tool set for scaffold.

(only support 2.7 and 3.3

korpokkur has several subcommands. list below.

  • list

  • create

  • scan

list

$ korpokkur list
package -- tiny python package scaffold (this is sample)
scaffold -- korpokkur scaffold template template

create

$ korpokkur create package .
package (package name)[sample]:foo
version (version number for project)[0.0]:0.1
description (package description)[-]:sample package

$ tree foo
foo
|-- CHANGES.txt
|-- README.rst
|-- foo
|   `-- tests
|       `-- __init__.py
`-- setup.py

sometime, it’s annoying that asking via interactive shell when unknown setting is found. so, enable to pass value by config file.

$ korpokkur create --config ./foo.ini package .
[scaffold]
package = foo
version = 0.1
description = sample package

or json file is also ok.

$ korpokkur create --config ./foo.json package .
{"package": "foo", "version": "0.1", "sample package"}

scan

scan is dry-run operation about create.

$ korpokkur scan package
package (package name)[sample]:foo
d[c]: /tmp/foo
d[c]: /tmp/foo/foo
f[c]: ~/korpokkur/scaffolds/package/+package+/CHANGES.txt -> /tmp/foo/CHANGES.txt
f[m]: ~/korpokkur/scaffolds/package/+package+/README.rst.tmpl -> /tmp/foo/README.rst
f[m]: ~/korpokkur/scaffolds/package/+package+/setup.py.tmpl -> /tmp/foo/setup.py
version (version number for project)[0.0]:0.1
description (package description)[-]:sample package
d[c]: /tmp/foo/foo/tests
f[c]: ~/korpokkur/scaffolds/package/+package+/+package+/tests/__init__.py -> /tmp/foo/foo/tests/__init__.py
f[c]: ~/korpokkur/scaffolds/pygitignore/+package+/.gitignore -> /tmp/foo/.gitignore
----------------------------------------
*input values*
{
  "version": "0.1",
  "package": "foo",
  "description": "sample package"
}

output information what files are generated and what values are asked.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

korpokkur-0.0.5.tar.gz (15.8 kB view details)

Uploaded Source

File details

Details for the file korpokkur-0.0.5.tar.gz.

File metadata

  • Download URL: korpokkur-0.0.5.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for korpokkur-0.0.5.tar.gz
Algorithm Hash digest
SHA256 ab20d5880ae885d08d83ba9f68694d22537233a855936273a0003ce12e396038
MD5 3ac3e6e381539479f241a59c7c093de7
BLAKE2b-256 aa836c7b32bc67c8453b3d1eae258296f250148c1a5850cfa5940f7b366b857f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page