Ports Search

Results 4,0614,070 of 5,623 for /devel/.(0.003 seconds)
devel/TurboJinja-0.9.1 (Score: 0.032514982)
Jinja (Django & Smarty-like) template for TurboGears
Jinja (Django & Smarty-like) template for TurboGears
devel/adb-1.1.1 (Score: 0.032514982)
Pure-python implementation of ADB and Fastboot protocols
py-adb is mainly targeted to users that need to communicate with Android devices in an automated fashion, such as in automated testing. It does not have a daemon between the client and the device, and therefore does not support multiple simultaneous commands to the same device. It does support any number of devices and never communicates with a device that it wasn't intended to, unlike the Android project's ADB.
devel/aniso8601-1.1.0 (Score: 0.032514982)
Library for parsing ISO 8601 strings
A library for parsing ISO 8601 strings.
devel/anyconfig-0.0.5 (Score: 0.032514982)
Generic access to configuration files in many formats
Generic access to configuration files in many formats with configuration merge / cascade / overlay support
devel/anyjson-0.3.3 (Score: 0.032514982)
JSON library wrapper for Python
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
devel/apache_conf_parser-1.0.1 (Score: 0.032514982)
Parse and manipulate apache conf files
Parse and manipulate apache conf files.
devel/appdirs-1.4.0 (Score: 0.032514982)
Python module for determining platform-specific dirs
appdirs is small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". Those are typically platform-specific, for instance, if running on Mac OS X, you should use: ~/Library/Application Support/<AppName> On Linux (and other Unices) the dir, according to the XDG spec, is: ~/.local/share/<AppName> appdirs will help the application to choose an appropriate: - user data dir (user_data_dir) - user config dir (user_config_dir) - user cache dir (user_cache_dir) - site data dir (site_data_dir) - site config dir (site_config_dir) - user log dir (user_log_dir)
devel/apscheduler-3.2.0 (Score: 0.032514982)
In-process task scheduler with Cron-like capabilities
Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.
devel/archetypes.querywidget-1.0.9 (Score: 0.032514982)
Widget for creating catalog queries
Archetypes.querywidget implements a widget for creating catalog queries using an email-filtering-like interface, as found in GMail or Apple Mail.
Implementation of referencebrowser widget for Archetypes
A referencebrowser implementation for Archetypes.