generate fanstatic package
Project description
create depenency config
download repository files via dependency config
create config for generating package via scannig downloaded repository
generating fanstatic packages
$ metafanstatic search bootstrap-timepicker
# 1. create depenency config
$ metafanstatic dependency --recursive bootstrap-timepicker > config.json
# 2. download repository files via dependency config
$ metafanstatic download --config config.json
# 3. create config for generating package via scannig downloaded repository
$ metafanstatic scan `ls | grep -v *.json` > generate.config.json
# 4. generating fanstatic packages
$ metafanstatic create generate.config.json .
after above instraction
$ ls
autotype generate.config.json meta.js.bootstrap-timepicker
bootstrap-2.3.2 jquery-2.0.3 meta.js.jquery
bootstrap-timepicker-0.2.6 meta.js.autotype
config.json meta.js.bootstrap
after install package
# for i in meta.*; do popd $i; python setup.py develop; popd; done
$ metafanstatic list
from js.autotype import jquery_autotype_js; jquery_autotype_js.need()
from js.bootstrap import bootstrap_css; bootstrap_css.need()
from js.bootstrap import bootstrap_js; bootstrap_js.need()
from js.bootstrap_timepicker import bootstrap_timepicker_min_css; bootstrap_timepicker_min_css.need()
from js.bootstrap_timepicker import bootstrap_timepicker_min_js; bootstrap_timepicker_min_js.need()
from js.jquery import jquery_js; jquery_js.need()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metafanstatic-0.1.1.tar.gz
(12.9 kB
view details)
File details
Details for the file metafanstatic-0.1.1.tar.gz
.
File metadata
- Download URL: metafanstatic-0.1.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ce63de31ff335731bbea4863b5055bb124cc6347bec1919487f23cc11343ae8 |
|
MD5 | 8f788a6c6f5b42efb7e22b4d9826a910 |
|
BLAKE2b-256 | 529407b41c1139ee95855e80dcf3053b2a054bb468254ca2401ea4eddc0419ab |