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.tar.gz
(12.8 kB
view details)
File details
Details for the file metafanstatic-0.1.tar.gz.
File metadata
- Download URL: metafanstatic-0.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0aa602d4ecc1badfbfbd94da2cd6664111e7f760b3f4dfa3266aee79bfb516
|
|
| MD5 |
e80ca77c41c8435906ccc9c9de717a14
|
|
| BLAKE2b-256 |
c904f87885a70b66720f73ec829670d1fb163360e6253b1cf0fdf6117e92fa7c
|