https://github.com/acdh-oeaw/python-static-cookiecutter
cookiecutter to bootstrap the development of python based static website
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Keywords
cookiecutter
Last synced: 9 months ago
·
JSON representation
Repository
cookiecutter to bootstrap the development of python based static website
Basic Info
Statistics
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
cookiecutter
Created about 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
README.md
python-static-cookiecutter
Cookiecutter template to bootstrap the development of python based static website.
Quickstart
- Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.7.0 or higher) by running
pip install -U cookiecutter - To generate a python based static website run
cookiecutter gh:acdh-oeaw/python-static-cookiecutterand answer the following questions, see below:
json
{
"directory_name": "my-new-project",
"project_title": "My New Project",
"github": "https://github.com/acdh-oeaw/my-new-project",
"redmine_id": "18716"
}
- change into the new created repo, by default
my-new-project - follow the instructions in
my-new-project/README.md
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (3)
Pull Request Authors
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels
Dependencies
{{cookiecutter.directory_name}}/requirements.txt
pypi
- Jinja2 >=3.1.1,<4
- black *
- flake8 *
- requests >=2.27.1,<3