Ports Search

Results 1,9211,930 of 5,824 for /net/.(0.003 seconds)
ports-mgmt/skog-0.1.0 (Score: 0.062004834)
Generate visual dependency trees for FreeBSD ports
A tool to generate human-readable trees of dependencies of a FreeBSD port.
ports-mgmt/pytoport-0.4.1 (Score: 0.062004834)
Generate FreeBSD ports from Python modules on PyPI
pytoport provides a way to quickly generate the barebones of a Python package by simply providing the name of the module to the command. It accesses the PyPI JSON API and does its best to generate a fully functional Makefile and distinfo where sources are found.
russian/Lingua-DetectCyrillic-0.02 (Score: 0.062004834)
Detects 7 Cyrillic codings as well as the language
Lingua::DetectCyrillic. The package detects 7 Cyrillic codings as well as the language - Russian or Ukrainian. Uses embedded frequency dictionaries; usually one word is enough for correct detection.
science/coards-1.0.5 (Score: 0.062004834)
COARDS compliant time parser
Coards is a parser for time values represented using the COARDS convention.
science/h5py-2.6.0 (Score: 0.062004834)
General-purpose Python interface to the HDF5 library
The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 1.8 API, while the high-level component supports Python-style object-oriented access to HDF5 files, datasets and groups. The goal of this package is not to provide yet another scientific data model. It is an attempt to create as straightforward a binding as possible to the existing HDF5 API and abstractions, so that Python programs can easily deal with HDF5 files and exchange data with other HDF5-aware applications.
science/pyaixi-1.0.4 (Score: 0.062004834)
Implementation of the MC-AIXI-CTW AI algorithm
pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree Weighting (MC-AIXI-CTW) artificial intelligence algorithm. This is an approximation of the AIXI universal artificial intelligence algorithm, which describes a model-based, reinforcement-learning agent capable of general learning.
science/pupynere-1.0.15 (Score: 0.062004834)
Python module for reading and writing NetCDF files
Pupynere is a Python module for reading and writing NetCDF files, using the same API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed.
security/SecretStorage-2.2.1 (Score: 0.062004834)
Store passwords using the SecretService DBus API
SecretService provides a way to securely storing passwords and other secrets in Python. It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KWallet (>= 4.8). It allows to create new passwords, delete and search for passwords matching given attributes. It also supports graphical prompts when unlocking is needed.
security/keyczar-0.716 (Score: 0.062004834)
Toolkit for safe and simple cryptography
Keyczar is an open source cryptographic toolkit designed to make it easier and safer for developers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys. Some features of Keyczar include: * A simple API * Key rotation and versioning * Safe default algorithms, modes, and key lengths * Automated generation of initialization vectors and ciphertext signatures * Java, Python, and C++ implementations * International support in Java (Python coming soon) Keyczar was originally developed by members of the Google Security Team and is released under an Apache 2.0 license.
security/keyring-9.3.1 (Score: 0.062004834)
Store and access your passwords safely
The Python keyring lib provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. It supports OSX, KDE, Gnome and Windows's native password storing services. Besides this, it is shipped with kinds of Python implemented keyring for the left environments.