Zeta library is css, js framework.
Project description
Zeta library
Zeta library is a framework allows to create, collect and pack css, scss, js files much easier. Documentation during development.
Features
CSS import support:
@import url(path or http);
JS require support:
require("path or http");
SCSS compile and imports support See SCSS for more information about language:
@import url(path or http);
Compass blueprint scss, css framework Ex.
@import url( zeta://blueprint.css ); /* Or */ @import url( zeta://blueprint/typography.scss );
Partial compass framework support Ex.
@import url( zeta://compass/reset.scss );
Boilerrplate framework support Ex.
@import url( zeta://boilerplate.scss );
Zeta css, js framework Ex:
@import url( zeta://zeta.css ); require( "zeta://zeta.js" );
Requirements
python >= 2.5
python-scss >= 6.2
Installation
Zeta library should be installed using pip or setuptools:
pip install zetalibrary easy_install zetalibrary
Usage
$zeta
Usage: zeta [--prefix PREFIX] FILENAME or DIRNAME Parse file or dir, import css, js code and save with prefix. Options: -h, --help show this help message and exit -p PREFIX, --prefix=PREFIX Save result with prefix. Default is '_'. -f FORMAT, --format=FORMAT Force use this format. -n, --no-comments Clear comments. -w, --show-frameworks Show available frameworks. -z, --show-blocks Show available zeta blocks.
Frameworks
Under construction.
Zeta blocks
Under construction.
Changes
Make sure you`ve read the following document if you are upgrading from previous versions of makesite:
Examples
Under construction.
Options
Under construction.
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/zeta-library/issues
Contributing
Development of python-scss happens at github: https://github.com/klen/zeta-library
License
Licensed under a GNU lesser general public license.
Copyright
Copyright (c) 2011 Kirill Klenov (horneds@gmail.com)
- Compass:
(c) 2009 Christopher M. Eppstein http://compass-style.org/
- SCSS:
(c) 2006-2009 Hampton Catlin and Nathan Weizenbaum http://sass-lang.com/
- jQuery:
(c) 2009-2010 jQuery Project http://jquery.org/
Note
Your feedback are welcome!
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
File details
Details for the file zetalibrary-0.3.7.tar.gz
.
File metadata
- Download URL: zetalibrary-0.3.7.tar.gz
- Upload date:
- Size: 197.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 395997f88b25396b6fbe56aeea5b568827333a2c397e00471e0db1ca40d8e4eb |
|
MD5 | 2376d19e3826e03eed07ef3ea78854ec |
|
BLAKE2b-256 | 1e92b7e176aa29a49431821c6644998003af0ff89c936750eab3d2a693c862a0 |