0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 23 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduce the concept of http errors like 400s and 500s so that these can be thrown and dealt with without every plugin method having to catch them and throw a real error More... about 12 years ago
require flask for installing:w More... about 12 years ago
update install requirements for arachne, bump classifier to alpha stage More... about 12 years ago
add a worker interface, move encode/decode to arachne.utils as they're useful for memcached as well, unify the greenlet-safety interface for rabbit, mysql, and memcached (one client per greenthread, transparent), add argument aliasing helpers for plugin/methods, factor out a lot of shared queue management stuff from worker and scheduler into a common base More... about 12 years ago
more readme altering More... about 12 years ago
fix bullets More... about 12 years ago
add to the readme More... about 12 years ago
move web interfaces to arachne.web, standardize client namings to just Servertype, add some things to utils.Heap More... about 12 years ago
add memcached client wrapper around umemcache similar to umysql wrapper, merge defaults for mysql client More... about 12 years ago
add a heap class, mysql client based on umysql, amqp client based on kombu's amqplib wrapper, worker and scheduler servers More... about 12 years ago
allow for trailing slash to be omitted without having a redirect break the front-end More... about 12 years ago
oauth v1 support More... about 12 years ago
add more flexible jsonify that uses ujson, add a url formatter for requests.get args for future logging needs, change default_params in Getter to params and also add headers More... about 12 years ago
make method exposure a bit more automatic and less explicit, since you almost always want functions exposed; now anything without a trailing underscore gets exposed automatically.. change default interval name to 'default_interval' More... about 12 years ago
add an interval and humanized interval to the /<plugin>/ output More... about 12 years ago
add an explanation on Plugin._expose and remove the unnecessary feature of providing method objects More... about 12 years ago
initial commit More... about 12 years ago