Tags : Browse Projects

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

local-paste

Compare

  Analyzed 1 day ago

Lightweight pastebin for home network which may or may not be connected to the internet.

92.9K lines of code

5 current contributors

over 2 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

i3pystatus

Compare

  Analyzed about 21 hours ago

A complete replacement for i3status

12.3K lines of code

20 current contributors

about 5 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

ruamel-yaml

Compare

  Analyzed 2 days ago

ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order

19.4K lines of code

0 current contributors

11 days since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This
Tags python3

pake

Compare

  Analyzed about 20 hours ago

PAKE is a distributed system for Python source modules installation, discovery and updates. It is designed to require minimal server configuration and to do everything locally (influence of author's weak and unstable Internet connection). Each user/developer sets up a node. Then adds some ... [More] alien nodes manually to build initial network. As they wander through the Web-jungle they can find other users' nodes which they may add to their network. Or they can just use node-discovery feature (which is not implemented yet). To provide security packages must be PGP signed (functionality not implemented yet) - the signatures are stored on nodes alongside the archives. [Less]

2.56K lines of code

0 current contributors

almost 11 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

python-nvd3

Compare

  Analyzed about 22 hours ago

Python Wrapper for NVD3 - It's time for beautiful charts

3.16K lines of code

0 current contributors

over 1 year since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

django-sitetree

Compare

  Analyzed 1 day ago

Reusable application for Django introducing site tree, menu and breadcrumbs navigation elements.

3.73K lines of code

2 current contributors

3 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

blist

Compare

  Analyzed about 14 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

over 11 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

pynoto

Compare

  Analyzed 2 days ago

Pynoto, python 3 ide, refactoring branch of main pynoto project

22.7K lines of code

0 current contributors

over 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

CherryMusic

Compare

  Analyzed about 19 hours ago

Stream your own music collection to all your internet/network enabled devices! CherryMusic is an easy to use standalone music server, that streams the music to any HTML5/Flash capable browser (Android 2.3+, iPhones as well!). No database to setup. Your music is automatically indexed and searchable. ... [More] You can create and share playlists with friends. Furthermore, CherryMusic can transcode the music on the fly, so you can even listen to just about any format over the wire. [Less]

47.4K lines of code

0 current contributors

about 1 year since last commit

2 users on Open Hub

Very Low Activity
0.0
 
I Use This

pyrser

Compare

  Analyzed about 22 hours ago

Pyrser is a toolbox with : A PEG parser, AST rewriting helpers and Type System. Pyrser is a python module that help you for all parsing job. You could use a EDSL (with here docs) for writing your BNF. But you could also use Python Class to describe your grammar. Pyrser is available on Pypi ... [More] with documentation here (http://pythonhosted.org/pyrser/). This toolbox was developed for pedagogic purpose for EPITECH (http://www.epitech.eu). [Less]

13.2K lines of code

0 current contributors

almost 8 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses