Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Luo authored and Jing Luo committed Apr 6, 2019
1 parent 9f706be commit 7db290c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
20 changes: 16 additions & 4 deletions adx/crawler.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
"""crawler.py defines the ADX crawler and supporting functions.
The functionality of ADX crawler.
1. Navigate through one directory
2. Check item type
3. Log data file information.
1. Navigate through the target directory
2.
"""

import os


class DirProcessor:
""" DirProcessor is a class to collect information from the directory,
including file types and file numbers.
Parameter
---------
dir_name: str
The name of directory
"""
def __init__(self, dir_name):


class Crawler:
""" Crawler is designed to traverse all the items including the
subdirectories in a directory. After the crawling, it returns a list of
target files and their parser.
target files and their parser.
Parameter
---------
Expand Down
Empty file modified adx/logger.py
100644 → 100755
Empty file.
Empty file modified adx/parser/__init__.py
100644 → 100755
Empty file.
Empty file modified adx/parser/parser.py
100644 → 100755
Empty file.

0 comments on commit 7db290c

Please sign in to comment.