This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from humandx/feat/restructuring_and_refactoring…
…_package Restructured and refactored package
- Loading branch information
Showing
37 changed files
with
4,100 additions
and
3,645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
# This file contains directory and files that needs to ignored. | ||
build/ | ||
dist/ | ||
namcs.egg-info/ | ||
namcs/data/ | ||
namcs/namcs/__pycache__/ | ||
namcs/utils/__pycache__/ | ||
test/ | ||
all_namcs_data.tsv | ||
namcs/__pycache__/ | ||
namcs/general/__pycache__/ | ||
namcs/helpers/__pycache__/ | ||
namcs/mapper/__pycache__/ | ||
namcs/scripts/__pycache__/ | ||
namcs_test.py | ||
hdx_ahcd/data/ | ||
hdx_ahcd/__pycache__/ | ||
hdx_ahcd/general/__pycache__/ | ||
hdx_ahcd/helpers/__pycache__/ | ||
hdx_ahcd/mapper/__pycache__/ | ||
hdx_ahcd/namcs/__pycache__/ | ||
hdx_ahcd/scripts/__pycache__/ | ||
hdx_ahcd/utils/__pycache__/ | ||
test | ||
*egg* | ||
*__pycache__* | ||
*pyc* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
""" | ||
This file contains parameters related to initialization of package | ||
Module to define parameters related to initialization of package | ||
""" | ||
# Other modules | ||
from hdx_ahcd.scripts.controllers import NAMCSController as __Controller | ||
|
||
# 3rd party modules | ||
# -N/A | ||
name = "hdx_ahcd" | ||
get_cleaned_data_by_year = __Controller().execute |
Oops, something went wrong.