Skip to content

mbr/pypi-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI classifiers selector

A small GTK program that loads a list of classifiers from PyPI, displays them in a list with checkboxes. The user can then check any number of checkboxes and the program will generate code suitable to copy & paste into a setup.py script.

image

Installation

pypi-classifiers has three dependencies: GTK, Glib and requests. Most Linux desktop-oriented Linux distros ship these as packages, which are often installed by default. Beyond this, the script is self-contained; instead of installing into a virtualenv, it maybe possible to just copy pypi-classifiers somewhere and run it:

./pypi-classifiers

PyPI

Installation from PyPI works as well (and will install the potentially missing requests dependency), although Gtk should be installed using your distributions package manager (remember to toggleglobalsitepackages).

About

A gui tool to select PyPI-classifiers for inclusion in a setup.py.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages