Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,2014,210项(搜索用时0.004秒)
devel/pygpx-0.2 (Score: 0.032514982)
Python Module For Parsing GPS Exchange Format (GPX) File
py-gpx is a python module for parsing GPS Exchange Format (GPX) files. This module allows you to parse and extract data from GPX files.
devel/fortran-8.5.3 (Score: 0.032514982)
Creating extensions to the Python language with Fortran routines
Pyfort is a tool for connecting Fortran routines (and "Fortran-like" C) to Python and its Numerical Python array extension. Pyfort translates an module file that describes the routines you wish to access from Python into a C language source file defining a Python module. Pyfort will also build and install this extension into Python.
devel/freebsd-0.9.3 (Score: 0.032514982)
Python interface to FreeBSD-specific system libraries
This package provides a python interface to FreeBSD-specific library functions.
devel/freenas.dispatcher-10.2a1 (Score: 0.032514982)
FreeNAS dispatcher client
FreeNAS Dispatcher Client, used to access WebSocket RPC.
devel/freenas.utils-10.2a1 (Score: 0.032514982)
FreeNAS common Python modules
FreeNAS common Python modules.
devel/recon-2.3.2 (Score: 0.032514982)
Collection of functions and scripts to debug Erlang in production
Recon is a library to be dropped into any other Erlang project, to be used to assist DevOps people diagnose problems in production nodes.
devel/freezegun-0.3.6 (Score: 0.032514982)
Let your Python tests travel through time
FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.
devel/frozendict-0.5 (Score: 0.032514982)
Immutable dictionary implementation for Python
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.
devel/fs-0.5.4 (Score: 0.032514982)
Python filesystem abstraction
Pyfilesystem is a Python module that provides a simplified common interface to many types of filesystem. Filesystems exposed via Pyfilesystem can also be served over the network, or 'mounted' on the native filesystem. Pyfilesystem simplifies working directories and paths, even if you only intend to work with local files. Differences in path formats between platforms are abstracted away, and you can write code that sand-boxes any changes to a given directory.
devel/pytemplate-1.5.1 (Score: 0.032514982)
Pytemplate gives python developers a starting framework
Pytemplate is a small project intending to give python developpers a starting framework. It permits to create properly scripts without struggling with configuration files, logging properties development. They are already available through a main class that the new script will inherit.