Python CLI tool for initializing data science projects
Project description
ayods
ayods is a Python CLI tool for initializing data science project structures with ease. Choose from minimal, standard, or professional templates to quickly set up your project.
Features
- Interactive CLI: Guides you through setting up your project.
- Predefined Templates: Select from Minimal, Standard, or Professional project structures.
- Notebook and Data Handling: Automatically organizes directories for notebooks and datasets.
- Customizable: Extend templates to suit your workflow.
Installation
First, ensure you have Python 3.8+ installed. Then, install ayods using pip:
pip install ayods
Alternatively, you can install the latest version from GitHub:
git clone https://github.com/SandWithCheese/ayods.git
cd ayods
pip install .
Usage
Run the following command to initialize a new project:
usage: ayods [-h] [-v] [dirname]
Python CLI tool for initializing data science projects
positional arguments:
dirname Directory name to initialize the data science project
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
Requirements
- Python 3.8+
- questionary 2.1.0 (not yet tested with other versions)
TODO
- Add full documentation support
- Add tests for all modules
- Add support for custom templates
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 ayods-0.1-py3-none-any.whl.
File metadata
- Download URL: ayods-0.1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
557412c94924b34512bc959d7240c2eef77c53a4920dff1ba16954510089773f
|
|
| MD5 |
f472273dd04b811fb4a2f367a083144b
|
|
| BLAKE2b-256 |
9a2684a9866497c83db068a4739866a55091673f1640ddb8f46a9a2750a75c63
|