Giter VIP home page Giter VIP logo

bugspy's Introduction

Bugs.py, also called BugSPY

BugSPY is a library and a tool for managing Pardus bugzilla.

We couldn't use other bugzilla tools as we used additional/different types of flags in bugzilla. At the time of writing this tool, Pardus bugzilla did not support XMLRPC interface so other bugzilla libraries or tools couldn't be used. Hence, using the web interface for sending bugs was necessary so BugSPY was born.

BugSPY uses mechanize library which emulates a browser inside python library. Mechanize is easy-to-use tool, it handles cookies, forms, etc., everything you expect from a browser. I used it because sending raw POST queries to bugzilla is painful. Just go around the code and see form stuff, easy to use and clean.

Configuration

Before using BugSPY, you should set the bugzilla URL, username, and password inside bugspy.conf. Set your account, copy bugspy.conf to you home directory and rename it to ".bugspy.conf". You are ready to use it.

Requirements

  • Python
  • Mechanize
  • Piksemel

Notes

This tool was written explicitly for Pardus Linux when I was still working for it half-time until the project was closed and I quit.

In this stage, the tool cannot be used by other bugzillas. However, BugSPY is still an example of how a bugzilla interface can be made using mechanize library via HTTP. Feel free to use the code, get inspired if you have similar legacy bugzilla for which you cannot provide XMLRPC interface.

bugspy's People

Contributors

eren avatar hambedded-linux avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.