-
-
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.
* virtual envs * remove poetry and automation files * add license * update README based off simonw/python-lib's * add setup.py * remove unnecessary files * move to utils module * Move to simple test and publish actions * DS_Store * typed file * add tqdm dependency * add httpx and pandas * extract funcs * move to using utils module * move to httpx and black code * move to utils module * refactor ACS class * initial restructure, working * drop docker for now * drop docker for now * update CONTRIBUTING * clean PR template * dropping unnecessary files * pandas 1.1 for py36 * add mkdocs * minimal mkdocs * don't test on 3.10 yet * doesn't have to be google format * set up mkdocs * minimal working docs * clean docs folder * add basic requirements * add typer for cli * Add CLI with 2 basic commands * add version flag * add test for cli * black * test instantiated ACS * rename _download * check local before downloading * update docs to include CLI usage * switch to Options * Add basic docstring * change method name to just .download() * mvp docs * dropped tqdm * minor change * Drop mypy config * release candidate for version 0.1 * create app_dir * black * extract folder is in lowercase * create app_dir at installation * sort imports and black code * doesnt work * Update utils.py * DS STORE * update actions * exists = true * clean up docs and use mkdocs-typer
- Loading branch information
Sergio Sánchez Zavala
authored
Feb 18, 2022
1 parent
63ef6ba
commit f92bcee
Showing
8 changed files
with
41 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CLI | ||
|
||
::: mkdocs-typer | ||
:module: pypums.cli | ||
:command: cli | ||
:prog_name: pypums-cli |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Surveys (ACS) | ||
|
||
::: pypums.ACS | ||
selection: | ||
members: | ||
- download | ||
- as_dataframe | ||
|
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
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