https://github.com/adacs-australia/adacs_template_python_csv_io

Cookiecutter template to add code for reading/writing CSV files to a base ADACS Python project

https://github.com/adacs-australia/adacs_template_python_csv_io

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Cookiecutter template to add code for reading/writing CSV files to a base ADACS Python project

Basic Info
  • Host: GitHub
  • Owner: ADACS-Australia
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 848 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

Looking to add some code for processing Comma-Separated Value (CSV) files to your ADACS templated Python project?

This template takes the effort out of starting from a good place.

Getting Started

Make sure you have started a new Python project with the Base ADACS Python template console cookiecutter gh:ADACS-Australia/adacs_template_python_base

See the Base ADACS Python Template page for detailed instructions.

...render this template on top of it... console cookiecutter -f gh:ADACS-Australia/adacs_template_python_csv_io Make sure any changes to your project have been committed first.

...give the path to your previously rendered Base Template project (absolute or relative), look at the changes that have been made, modify them as you see fit, and then commit them to the repository.

What do you get for this?

A codebase that eases collaboration and automatically: * A simple ASCII file read/process/write workflow * A CLI interface, providing simple and self-documenting terminal access to the codebase for your users

Owner

  • Name: Astronomy Data and Computing Services
  • Login: ADACS-Australia
  • Kind: organization
  • Location: Australia

GitHub Events

Total
Last Year

Dependencies

.github/workflows/bump.yml actions
  • actions/checkout v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/pull_request.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
poetry.lock pypi
  • alabaster 0.7.13
  • babel 2.13.1
  • black 22.12.0
  • certifi 2023.11.17
  • cfgv 3.4.0
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • distlib 0.3.7
  • docutils 0.18.1
  • filelock 3.13.1
  • identify 2.5.32
  • idna 3.6
  • imagesize 1.4.1
  • iniconfig 2.0.0
  • jinja2 3.1.2
  • markdown-it-py 2.2.0
  • markupsafe 2.1.3
  • mdit-py-plugins 0.3.5
  • mdurl 0.1.2
  • mypy 1.7.1
  • mypy-extensions 1.0.0
  • myst-parser 1.0.0
  • nodeenv 1.8.0
  • packaging 23.2
  • pathspec 0.11.2
  • platformdirs 4.0.0
  • pluggy 1.3.0
  • pre-commit 3.5.0
  • pygments 2.17.2
  • pytest 7.4.3
  • pytest-mock 3.12.0
  • pyyaml 6.0.1
  • requests 2.31.0
  • rich 13.7.0
  • ruff 0.0.243
  • setuptools 69.0.2
  • snowballstemmer 2.2.0
  • sphinx 6.2.1
  • sphinx-click 4.4.0
  • sphinx-copybutton 0.5.2
  • sphinx-rtd-theme 1.2.0
  • sphinxcontrib-applehelp 1.0.7
  • sphinxcontrib-devhelp 1.0.5
  • sphinxcontrib-htmlhelp 2.0.4
  • sphinxcontrib-jquery 4.1
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 1.0.6
  • sphinxcontrib-serializinghtml 1.1.9
  • typing-extensions 4.8.0
  • urllib3 2.1.0
  • virtualenv 20.24.7
pyproject.toml pypi
  • Sphinx ^6.1.3
  • black ^22.10.0
  • click ^8.1.3
  • mypy ^1.1.1
  • myst-parser ^1.0.0
  • pre-commit ^3.0.4
  • pytest ^7.0
  • pytest-mock ^3.11.1
  • python >=3.11
  • rich ^13.5.2
  • ruff ^0.0.243
  • sphinx-click ^4.4.0
  • sphinx-copybutton ^0.5.1
  • sphinx-rtd-theme 1.2.0
{{cookiecutter.__project_slug}}/pyproject.toml pypi