pyscaffoldext-beeproject
PyScaffold extension tailored for my own simple structured projects. This extension is powered by pyscaffoldext-dsproject
The final directory structure looks like:
Project_Dir
├── AUTHORS.rst <- List of developers and maintainers.
├── CHANGELOG.rst <- Changelog to keep track of new features and fixes.
├── LICENSE.txt <- License as chosen on the command-line.
├── README.md <- The top-level README for developers.
├── data
├── docs <- Directory for Sphinx documentation in rst or md.
├── models <- Trained and serialized models, model predictions,
│ or model summaries.
├── notebooks <- Jupyter notebooks. Naming convention is a number (for
│ ordering), the creator's initials and a description,
│ e.g. `1.0-fw-initial-data-exploration`.
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated plots and figures for reports.
├── src
│ └── Project_Name <- Actual Python project which can be deploy to production
│ └── environment.yaml <- Actual Python project need conda environment yaml file
│ └── run_python_project_main.py <- Actual Python project some one part main execute script
│ └── supervisor_project_main.ini <- Actual Python project some one part main script supervisor ini template file
│ └── project_name <- Actual Python project some one package template
│ └── __init__.py <- Use for sphinx auto documents
├── tests <- Unit tests which can be run with `py.test`.
Usage
Just install this package with pip install pyscaffoldext-beeproject
and note that putup -h shows a new option --beeproject.
Creating a data science project is then as easy as:
putup --beeproject Simple_Project
Note
This project has been set up using PyScaffold 3.2. For details and usage information on PyScaffold see https://pyscaffold.org/.
Release files for pyscaffoldext-beeproject 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyscaffoldext-beeproject-1.0.3.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyscaffoldext_beeproject-1.0.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 39.7 kB
Release files / pyscaffoldext-beeproject-1.0.3.tar.gz
| Download URL | pyscaffoldext-beeproject-1.0.3.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
59c08223ae197dec68aef146c331806ac60c3c3d6fbe7ae249db93ce6628abe0
|
|
BLAKE2b-256 checksum How to use checksums |
c2b39c9d2a6f71153bed8d74bbf4d8e8d87e4cc3163d8995c69f2f14d3dab245
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
|
Release files / pyscaffoldext_beeproject-1.0.3-py2.py3-none-any.whl
| Download URL | pyscaffoldext_beeproject-1.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 22.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
6ac357a64386b0d2035d2039cf8c58babdcce6a6739f383bd6b41dfb51d898cf
|
|
BLAKE2b-256 checksum How to use checksums |
96dda86bf304422915140ecb335ab633b70269696bf40678ef03502e2cf0ee77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
|