formic

An implementation of Apache Ant FileSet globs
Download

formic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Aviser LLP
  • Publisher web site:
  • http://www.aviser.asia/

formic Tags


formic Description

formic is a Python implementation of Apache Ant Globs in Python. The package can be used either from the command line or as a library.QuickstartFormic can be installed from the Cheeseshop with easy_install or pip.: easy_install formicOnce installed, you can use Formic either from the command line: formic -i ".py" -e "__init__.py" "*/test/" "test_*"Or integrated right into your Python 2.7 project:import formicfileset = formic.FileSet(include="**.py", exclude= )for file_name in fileset.qualified_files(): # Do something with file_name ...That's about it!More detailed instructions and API documentation are available at http://www.aviser.asia/formicProduct's homepage


formic Related Software