https://github.com/autoresearch/autora-template-cookiecutter

Autora template example for using cookiecutter application.

https://github.com/autoresearch/autora-template-cookiecutter

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 (8.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Autora template example for using cookiecutter application.

Basic Info
  • Host: GitHub
  • Owner: AutoResearch
  • Language: Python
  • Default Branch: main
  • Size: 172 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Cookiecutter Contribution Template

This is a command line tool for creating the structure of a new AutoRA subpackage. Here you can find the documentation for AutoRA.

Usage

First, install the cookiecutter package. There are a number of ways to do so, but we recommend using pip via shell pip install cookiecutter

However you choose to install, you'll need version 2.1.1 or greater. To check your version, run shell cookiecutter --version

Once you've confirmed your installation, you can create the project by running shell cookiecutter https://github.com/AutoResearch/autora-template-cookiecutter

You will be prompted with a series of questions to customize your project. If a prompt displays, N/A - Press Enter to Skip, you can skip the question.

In the created folder you can find a README.md file that gives further instructions.

Owner

  • Name: Autonomous Empirical Research Initiative
  • Login: AutoResearch
  • Kind: organization

We strive to enhance and accelerate scientific discovery by automating steps in the empirical research process.

GitHub Events

Total
Last Year

Dependencies

.github/workflows/generate-full-template.yml actions
  • actions/checkout v2 composite
  • cpina/github-action-push-to-another-repository main composite
.github/workflows/test-pytest.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • Jinja2 ==3.1.2
  • MarkupSafe ==2.1.2
  • PyYAML ==6.0
  • arrow ==1.2.3
  • binaryornot ==0.4.4
  • certifi ==2023.5.7
  • chardet ==5.1.0
  • charset-normalizer ==3.1.0
  • click ==8.1.3
  • cookiecutter ==2.1.1
  • exceptiongroup ==1.1.1
  • idna ==3.4
  • iniconfig ==2.0.0
  • jinja2-time ==0.2.0
  • packaging ==23.1
  • pluggy ==1.0.0
  • pytest ==7.3.1
  • pytest-cookies ==0.7.0
  • python-dateutil ==2.8.2
  • python-slugify ==8.0.1
  • requests ==2.30.0
  • six ==1.16.0
  • text-unidecode ==1.3
  • tomli ==2.0.1
  • urllib3 ==2.0.2
{{ cookiecutter.__project_slug }}/pyproject.toml pypi