wiki:DeveloperGuidelines/Libraries

Libraries

We make use of several external libraries for which we maintain a list of dependencies within our update check:

Wherever possible, external libraries should be optional to just the features which make use of them.

The only core external libraries we currently have are:

  • Web2Py
  • lxml
  • dateutil
  • Shapely (mandatory for all mapping)

We also include a few small ones within our own code base:

  • EXIF
  • Facebook
  • GeoJSON
  • PyGSM
  • PyParsing
  • Savage
  • Tropo
  • Wurfl

As well as several JavaScript ones:

  • jQuery & some plugins
  • jQueryUI
  • ExtJS

When looking to add new functionality, where possible we should make us of our existing libraries.

Where this isn't possible we should try to make use of existing Python libraries:

If these aren't available then we can make use of:


DeveloperGuidelines

Last modified 11 years ago Last modified on 07/04/13 10:52:16
Note: See TracWiki for help on using the wiki.