Ports Search

Results 4,7614,770 of 5,623 for /devel/.(0.003 seconds)
devel/python-magic-0.4.10 (Score: 0.032514982)
File type identification using libmagic
devel/pytz-2016.4 (Score: 0.032514982)
World Timezone Definitions for Python
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
devel/vcversioner-2.16.0.0 (Score: 0.032514982)
Use version control tags to discover version numbers
You can write a setup.py with no version information specified, and vcversioner will find a recent, properly-formatted VCS tag and extract a version from it.
devel/xdg-0.25 (Score: 0.032514982)
Python 3 library to access freedesktop.org standards
A python library to access freedesktop.org standards. Currently supported are: o Base Directory Specification o Menu Specification o Desktop Entry Specification o Icon Theme Specification o Recent File Spec o Shared-MIME-Database Specification
devel/py_static_check-1.2 (Score: 0.032514982)
Statically check your python code
py_static_check can statically check your Python code for a lot of common errors. It uses a modified pyflakes code and extends with following things: Ability to specify what star imports resolve to (-s argument) Ability to ignore unused import warnings (-i argument) Better sorting of warnings/errors
devel/pybugz-0.12.1 (Score: 0.032514982)
Python command-line interface to bugzilla
Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based interface that was written by Alastair Tse in order to improve his interaction with Gentoo Bugzilla Features -------- * Searching bugzilla * Listing details of a bug including comments and attachments * Downloading/viewing attachments from bugzilla * Posting bugs, comments, and making changes to an existing bug. * Adding attachments to a bug. There is extensive help in `bugz --help` and `bugz <subcommand> --help` for additional options.
devel/pycount-0.0.6 (Score: 0.032514982)
Initial effort to Python code metrics
pycount helps you with a simple analysis of Python code, categorizing it into comments, doc strings, blank lines and real code. It creates simple lines counts for individual or multiple files, but can also be used to strip comments from a source file, say. See a sample output of pycount running on itself in verbose mode.
devel/dbus-1.2.0 (Score: 0.032514982)
Common files for the Python bindings for the D-BUS messaging system
Python bindings for the D-BUS interprocess messaging system.
devel/gobject-3.18.2 (Score: 0.032514982)
Common files for the Python bindings for GObject
PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.
devel/pylint-1.5.6 (Score: 0.032514982)
Analyzes python source code looking for bugs and signs of poor quality
Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more.