Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahlusar1989/fileprocessor
Automatically exported from code.google.com/p/fileprocessor
https://github.com/ahlusar1989/fileprocessor
Last synced: 23 days ago
JSON representation
Automatically exported from code.google.com/p/fileprocessor
- Host: GitHub
- URL: https://github.com/ahlusar1989/fileprocessor
- Owner: ahlusar1989
- License: mit
- Created: 2015-07-06T13:57:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T14:00:16.000Z (over 9 years ago)
- Last Synced: 2024-10-04T23:41:23.177Z (about 1 month ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This very simple Python pacakge provides a framework for batch processing of
files. Exactly how the files are processed and what data is extracted from
them is up to the developer. fileprocessor just provides a harness that eases
the process of getting/setting the data you want from files.DOCUMENTATION
-------------Overview of fileprocessor's design can be found here:
http://code.google.com/p/fileprocessor/wiki/DesignOverviewInstallation instructions can be found here:
http://code.google.com/p/fileprocessor/wiki/InstallationGuideUsage instructions can be found here:
http://code.google.com/p/fileprocessor/wiki/UsageGuideTESTS
-----Unit tests are provided in the 'tests' directory. To run all the unit tests
simply navigate into the 'tests' directory and invoke the following command:python run_test.py -d .. -w .
To run a single test file, invoke the following command in the 'tests'
directory:python run_test.py -d .. -w . -t "[TEST_NAME]"
[TEST_NAME] is the name of the test file without the "test_" prefix or ".py"
suffix. For example, if [TEST_NAME] = filterers, then the test file
"test_filterers.py" will be executed.SOURCE
------Snapshots and significant releases can be downloaded at:
http://code.google.com/p/fileprocessor/downloads/listTo clone the up-to-date repository, you must have Mercurial installed and use:
hg clone http://code.google.com/p/fileprocessorLICENCE
-------fileprocess is licensed under the MIT License.
See LICENCE for more information.