• Stars
    star
    111
  • Rank 313,560 (Top 7 %)
  • Language
    Python
  • License
    Other
  • Created almost 14 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Common utilities and datastructures for Python applications

Welcome to Brownie!

  • Have you ever started a new project and implemented this little function foo or this datastructure bar you already implemented for another project?
  • Ever wondered why a specific feature is not in the standard library already?
  • Wanted to use that new datastructure but you are still stuck with this ancient Python version or are just not willing or able to switch to Python 3.x, yet?
  • And most importantly were too lazy to implement this datastructure which would be more appropriate to use?

Brownie wants to solve these problems by providing all these small things well documented, well tested and most importantly right now when you need it.

Take a look at the documentation for further information, visit Github for development or issue tracking or fetch the latest development version.

Installation

Brownie runs on Python 2.5-2.7 (tested on CPython and PyPy). In order to install it simply run pip install brownie or easy_install brownie, should you prefer the latter, to get the latest stable version.

If you really need to, you can also install the development version of Brownie with pip install brownie==dev. However I do not recommend it.

Development

Should you want to participate in the development, fork the repository on Github and take a moment to read :ref:`contributing`, for a couple of general and not so general guidelines you should follow.

More Repositories

1

argvard

Python framework for command line applications
Python
32
star
2

vim-mercurial

mercurial runtime files inspired by Tim Pope's vim-git
Vim Script
9
star
3

sphinx-theme-minimalism

A simple Sphinx theme inspired by Flasks documentation
Python
9
star
4

relief

Python library for datastructure validation.
Python
7
star
5

pratt

A Python Pratt Parser implementation
Python
7
star
6

Flask-MakeStatic

Simple asset compilation for Flask
Python
6
star
7

oore

Python library for making regular expressions composable
Python
5
star
8

gf256

A Python implementation of GF(2 ** 8)
Python
4
star
9

autodoc-c

A clang-based autodoc-like Sphinx extension for C code.
Python
4
star
10

sphinx-version-tracking

3
star
11

awwparse

Python
3
star
12

flaskext-search

A script to list and search for flask extensions.
Python
3
star
13

dotfiles-old

Various configuration files
Vim Script
3
star
14

opts

Python option parsing library.
Python
3
star
15

httpparser

HTTP parser for Python
Python
2
star
16

nss

nss(nested style sheets) is a powerful language for creating style sheets which can be compiled to css
Python
2
star
17

Brainfuck

A brainfuck interpreter written in Haskell
Haskell
2
star
18

pyalysis

Python source code analysis
Python
2
star
19

utils

Various scripts I created for myself
Python
2
star
20

dotfiles

Configuration of everything development related
Vim Script
1
star
21

pwhash

Simple password hashing
Python
1
star
22

cookiecutter-python

Cookiecutter template for my future Python projects
Python
1
star
23

eopl

Essentials of Programming Languages exercises done by me
Scheme
1
star
24

atomrss

Python
1
star
25

subrosa

A Python implementation of Shamir's Secret Sharing
Python
1
star
26

zweig

Utilities for dealing with the Python ast module
Python
1
star
27

statemachine

This a an experiment... nothing interesting to see here, yet.
Python
1
star