pyScss

pyScss 1.3.4

pyScss compress SCSS code into CSS, allowing Python developers to use SCSS inside their Python apps.Sass is a Cascading Style Sheets (CSS) metalanguage.It is a scripting language that is interpreted into CSS.The module is fully compatible with SCSS (Sass)...

Pony

Pony 0.6.1

Pony provides an abstraction layer for running database queries directly from Python code.It allows developer to write complex operations via Python's advanced scripting capabilities and convert the code to valid SQL operations.The difference between Pony...

Mold

Mold 2.0.0

At only 200 lines of code, the library is very light-weight for a client-side library. Mold compiles plain-text templates to functions that map JavaScript values to strings (the filling in of the template) and provides an interface for directly inserting...

Doctrine ORM

Doctrine ORM 2.2.1 / 2.1.6 / 1.2.4

The ORM is built on top of a powerful database abstraction layer called DBAL.The developer can write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.This provides developers...

Json.NET

Json.NET 7.0 Release 1 updated

JSON is a light-weight, language independent, data interchange format. In today's Internet it is a widely used format for storing and transferring data between applications and various programming languages.Json.NET is a C# tool that can both convert to...

Geobaza Python API

Geobaza Python API 1.0.6.15.11 updated

Geobaza is a tool for converting an IP address into geographical coordinates. Support for the Django framework is also provided.The API basically allows developers to make IP-location queries from Python-based apps and websites, to a Geobaza...

csscss

csscss 1.3.3

The csscss Ruby library parses a desired stylesheet and reports on all duplicate declarations it finds.With these results webmasters can remove redundant code from their CSS and help reduce file size for their code.SASS/SCSS files are also supported.What...