Default template for PDM package
Project description
nuni-eda
- EDA cli that prints data filtered and sorted by keyword
Use
$ nuni-eda
Usage: nuni-eda [OPTIONS] KEYWORD
Try 'nuni-eda --help' for help.
╭─ Error ─────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ Missing argument 'KEYWORD'. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
$ nuni-eda --help
Usage: nuni-eda [OPTIONS] KEYWORD
╭─ Arguments ─────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * keyword TEXT [default: None] [required] │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --asc --no-asc [default: no-asc] │
│ --rcnt INTEGER [default: 12] │
│ --keyword-sum --no-keyword-sum [default: no-keyword-sum] │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
$ nuni-eda 누리 --asc --rcnt 3 --keyword-sum
president count keyword_sum
최규하 2 2
김대중 54 55
박근혜 44 60
EDA Development environment setting
$ install pdm
$ git clone
# pdm venv create (at different delvelopment environment)
$ source .venv/bin/activate
$ pdm install pandas
$ pdm install jupyter lab
$ jupyter lab
...(coding)
$ git add <file_name>
$ git commit -a
$ git push
$ pdm publish
Username: __token__
# PR - Merge
# Tag - Release
TEST
$ pdm add -dG test pytest
$ pytest
Use
$ pip install nuni-eda
$ nuni-eda
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nuni_eda-0.4.0.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nuni_eda-0.4.0.tar.gz.
File metadata
- Download URL: nuni_eda-0.4.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.22.2 CPython/3.10.12 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bef834d26f373f8ad54c7d9665c47de66b081807116f0020205ddf3e1c6e335
|
|
| MD5 |
c1b73330e3ecf938839c8305940cc691
|
|
| BLAKE2b-256 |
2a308edf1f8ea8a9a8b54542d6153aa44c620830e16bc4a9230ba71582112bcc
|
File details
Details for the file nuni_eda-0.4.0-py3-none-any.whl.
File metadata
- Download URL: nuni_eda-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.22.2 CPython/3.10.12 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8ef0c48c0e8cd1a73f7a566a9624a5c98a551794e2f010dc3847d8457b2bdb3
|
|
| MD5 |
66f5e75cfa7822e2c31cb279ad3e0713
|
|
| BLAKE2b-256 |
821add30947bc75cab9f68b48446c36012e9d7fcec281a64a4bf1f4a3642bb34
|