Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

CouchPotato

Compare

  Analyzed 1 day ago

CouchPotato (CP) is an automatic NZB downloader. You can keep a "movies I want"-list and it will search for NZBs & Torrents of these movies every X minutes. Once a movie is found, it will send it to SABnzbd or download the nzb/torrent to the provided folder. Features: * Automatic ... [More] downloading and sending of NZBs to SABnzbd * Automatic downloading of .torrent files to a specified folder * Easy adding movies via IMDB UserScript * Movie sorting & renaming * Trailer downloading * Quality options to download best available. Overwrite if better is found. (See settings) [Less]

317K lines of code

8 current contributors

almost 4 years since last commit

16 users on Open Hub

Inactive
4.5
   
I Use This
Licenses: No declared licenses

PyTZ - Python Time Zone Library

Compare

  Analyzed about 20 hours ago

pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference ... [More] (``datetime.tzinfo``). Almost all of the Olson timezones are supported. [Less]

15.1K lines of code

5 current contributors

over 1 year since last commit

9 users on Open Hub

Very Low Activity
4.25
   
I Use This

pyrasite

Compare

  Analyzed about 13 hours ago

Pyrasite lets you to inject arbitrary code into running Python processes.

1.8K lines of code

0 current contributors

almost 12 years since last commit

4 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

EOxServer

Compare

Claimed by EOX IT Services GmbH Analyzed about 8 hours ago

EOxServer is a server for Earth Observation (EO) data EOxServer implements the OGC Implementation Specifications EO-WCS and EO-WMS on top of MapServer's WCS and WMS implementations. EOxServer is released under the EOxServer Open License a MIT-style license and written in Python and entirely ... [More] based on Open Source software including MapServer, Django, GDAL, SpatiaLite, or PostGIS, and PROJ.4. [Less]

177K lines of code

0 current contributors

about 1 month since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

blist

Compare

  Analyzed about 3 hours ago

The BList is a type that looks, acts, and quacks like a Python list, but has better performance for for modifying large lists. For small lists (fewer than 128 elements), BLists and the built-in list have very similar performance. Example usage: >>> from blist import * >>> ... [More] x = blist([0]) # x is a BList with one element >>> x *= 2**29 # x is a BList with > 500 million elements >>> x.append(5) # append to x >>> y = x[4:-234234] # Take a 500 million element slice from x >>> del x[3:1024] # Delete a few thousand elements from x [Less]

13.6K lines of code

0 current contributors

about 10 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

OpenGroupware Coils

Compare

  Analyzed about 23 hours ago

An implementation of OpenGroupware's ZideStore in Python. OpenGroupware is a robust feature-rich groupware server developed in Objective-C. Coils is a backwards-compatible port of that can run side-by-side with Objective-C services In addition to reimplementing ZideStore in a more modern ... [More] environment Coils adds multiprocessing capability and the OpenGroupware Integration Engine (OIE). OIE provides a way to integrate your groupware platform with business process management. [Less]

140K lines of code

1 current contributors

over 2 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

NodeTree

Compare

  No analysis available

NodeTree is an XML stream parsing module for Python Most XML libraries fit into one of two categories; they either parse XML streams with callbacks for each event encountered but leave it to the user to store and organize these events (such as expat or SAX), or they parse the entire XML document ... [More] into memory in one batch and return a handle to the document's root element only after its finished (DOM and ElementTree). While the latter is much easier to work with, it also requires that the entire XML stream be available before any of it can be processed and must load the entire stream into memory, even when only a piece of it needs to be evaluated at a time. With NodeTree we seek a hybrid of these two techniques with a modern, Pythonic API. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

Shoutbridge

Compare

  Analyzed 1 day ago

Jabber chat bot with a bridge to the shoutbox in the UBB.threads forum software.

4.97K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

pyClanSphere

Compare

  Analyzed about 9 hours ago

content management system for clans

38.2K lines of code

0 current contributors

over 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Vazaar

Compare

  No analysis available

Personal Information Manager Manage your notes, write your diary, save your bookmarks, import your documents, photos, songs and make relations between them. It's based on tools and ideas borrowed from Semantic Web area.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: Beerware, gpl3_or_l...