PyFIM is an extension module that makes several frequent item set mining implementations available as functions in Python 2.7.x & 3.8.x. Currently apriori, eclat, fpgrowth, sam, relim, carpenter, ista, accretion and apriacc are available as functions, although the interfaces do not offer all of the options of the command line program. (Note that lcm
is available as an algorithm mode of eclat
). There is also a "generic" function fim
, which is essentially the same function as fpgrowth
, only with a simplified interface (fewer options).
Finally, there is a function arules
for generating association rules (simplified interface compared to apriori
, eclat
and fpgrowth
, which can also be used to generate association rules.
APLpy is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses matplotlib
, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.
Main features:
Make plots interactively or using scripts
Show grayscale, colorscale, and 3-color RGB images of FITS files
Generate co-aligned FITS cubes to make 3-color RGB images
Make plots from FITS files with arbitrary WCS (e.g. position-velocity)
Slice multi-dimensional FITS cubes
Overlay any number of contour sets
Overlay markers with fully customizable symbols
Plot customizable shapes like circles, ellipses, and rectangles
Overlay ds9 region files
Overlay coordinate grids
Show colorbars, scalebars, and beams
Customize the appearance of labels and ticks
Hide, show, and remove different contour and marker layers
Pan, zoom, and save any view as a full publication-quality plot
Save plots as EPS, PDF, PS, PNG, and SVG
VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat file (in yaml format by default). This flat file is called a cassette. When the relevant piece of code is executed again, VCR.py will read the serialized requests and responses from the aforementioned cassette file, and intercept any HTTP requests that it recognizes from the original test run and return the responses that corresponded to those requests. This means that the requests will not actually result in HTTP traffic, which confers several benefits including:
The ability to work offline
Completely deterministic tests
Increased test execution speed
If the server you are testing against ever changes its API, all you need to do is delete your existing cassette files, and run your tests again. VCR.py will detect the absence of a cassette file and once again record all HTTP interactions, which will update them to correspond to the new API.
The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for building OpenType font (OTF) files from PostScript and TrueType font data. It includes the following commands:
buildcff2vf
Assemble a CFF2 variable font from a .designspace file.
buildmasterotfs
Build master source OpenType/CFF fonts from a
.designspace
file and UFO master source fonts.charplot
dtdigiplotdtfontplotdtfontsetplotdthintplotdtwaterfallplotAliases for the corresponding options of the
proofpdf
command.checkoutlinesufo
Perform outline quality checks. It can also remove path overlaps.
comparefamily
Look in a specific directory, examine and report on all the OpenType fonts found.
type1
dtdetype1Compile and decompile, respectively, a Type 1 font to and from a plain-text representation.
makeinstancesufo
Generate UFO font instances from a set of master UFO fonts.
makeotfexe
Read all the font data and build the final OpenType font.
makeotf
This command can be used to prepare the input files needed by
makeotfexe
.mergefonts
Merge one or more fonts into a parent font.
otc2otf
Extract all OpenType fonts from the parent OpenType Collection font.
otf2otc
Build an OpenType Collection font file from two or more OpenType font files.
otf2ttf
Converts OpenType-CFF fonts to TrueType.
rotatefont
Apply a Postscript transform matrix to the source font files.
sfntdiff
Low-level comparison of two OpenType font files.
sfntedit
Support table-editing, listing, and checksumming options on sfnt-formatted files such as OpenType Format (OTF) or TrueType.
spot
Dump sfnt data from plain files or Macintosh resource files.
ttfcomponentizer
Take in a TrueType font and look for a UFO font stored in the same directory. Use the UFO's components data to compose matching TrueType glyphs.
ttfdecomponentizer
Take in a TrueType font and decompose any composite glyphs into simple glyphs.
ttxn
Make a normalized dump of the font, or of selected tables.
tx
The
tx
(Type eXchange) is a test harness for the CoreType libraries but also provides many useful font conversion and analysis facilities.
The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for building OpenType font (OTF) files from PostScript and TrueType font data. It includes the following commands:
buildcff2vf
Assemble a CFF2 variable font from a .designspace file.
buildmasterotfs
Build master source OpenType/CFF fonts from a
.designspace
file and UFO master source fonts.charplot
dtdigiplotdtfontplotdtfontsetplotdthintplotdtwaterfallplotAliases for the corresponding options of the
proofpdf
command.checkoutlinesufo
Perform outline quality checks. It can also remove path overlaps.
comparefamily
Look in a specific directory, examine and report on all the OpenType fonts found.
type1
dtdetype1Compile and decompile, respectively, a Type 1 font to and from a plain-text representation.
makeinstancesufo
Generate UFO font instances from a set of master UFO fonts.
makeotfexe
Read all the font data and build the final OpenType font.
makeotf
This command can be used to prepare the input files needed by
makeotfexe
.mergefonts
Merge one or more fonts into a parent font.
otc2otf
Extract all OpenType fonts from the parent OpenType Collection font.
otf2otc
Build an OpenType Collection font file from two or more OpenType font files.
otf2ttf
Converts OpenType-CFF fonts to TrueType.
rotatefont
Apply a Postscript transform matrix to the source font files.
sfntdiff
Low-level comparison of two OpenType font files.
sfntedit
Support table-editing, listing, and checksumming options on sfnt-formatted files such as OpenType Format (OTF) or TrueType.
spot
Dump sfnt data from plain files or Macintosh resource files.
ttfcomponentizer
Take in a TrueType font and look for a UFO font stored in the same directory. Use the UFO's components data to compose matching TrueType glyphs.
ttfdecomponentizer
Take in a TrueType font and decompose any composite glyphs into simple glyphs.
ttxn
Make a normalized dump of the font, or of selected tables.
tx
The
tx
(Type eXchange) is a test harness for the CoreType libraries but also provides many useful font conversion and analysis facilities.
.
Yet another LaTeX filter
Portable archive file manager.
Simple python varint implementation
Non-Metric Space Library (NMSLIB)
Simple immutable types for python.
Python logging made (stupidly) simple
Export data as binary VTK files
Snuggs are S-expressions for Numpy.
This package provides type hints for Python.
This package provides a python ShEx Implementation.
fpylll is a Python wrapper for fplll.
Python port of the YUI CSS Compressor.
Avoid repetetive boilerplate code in Python classes.
This package provides udev
bindings for Python.
This package provides parted
bindings for Python.
This package handles cyclic relations compared by value.
Nose extends the unittest library to make testing easier.
Pure Python bindings for Augeas.