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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords from Contributors
interactive
serializer
cycles
packaging
network-simulation
shellcodes
hacking
autograding
observability
genomics
Last synced: 11 months ago
·
JSON representation
Repository
Extensive template engine for docker
Basic Info
Statistics
- Stars: 13
- Watchers: 11
- Forks: 20
- Open Issues: 7
- Releases: 11
Created almost 8 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md
PKR
Introduction
This repository provide a structured templating tool, with primary usage to build and deploy container images.
With a modular driver and extensions design, it can be used either only for templating or with docker, docker compose or k8s.
pkr comes from pocker, which was the first name of this software.
Documentation
Owner
- Name: Altair
- Login: altairengineering
- Kind: organization
- Email: github@altair.com
- Location: Troy, MI.
- Website: http://altair.com/
- Repositories: 9
- Profile: https://github.com/altairengineering
GitHub Events
Total
- Issues event: 1
- Delete event: 3
- Issue comment event: 4
- Push event: 16
- Pull request event: 19
- Fork event: 4
- Create event: 6
Last Year
- Issues event: 1
- Delete event: 3
- Issue comment event: 4
- Push event: 16
- Pull request event: 19
- Fork event: 4
- Create event: 6
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| abescond | a****d@a****m | 99 |
| Sami MAKKI | s****i@a****m | 68 |
| dependabot[bot] | 4****] | 9 |
| Hamed Faramarzi | h****i@g****m | 8 |
| Mathieu Croiseaux | m****x@a****m | 7 |
| Viktor Horvath | v****h@a****m | 5 |
| Kevin Pouget | k****t@a****m | 5 |
| Viktor Horvath | v****h@e****m | 3 |
| Tanner Prestegard | t****d@g****m | 2 |
| Popawu | p****u@p****m | 1 |
| Cameron Brunner | b****r@a****m | 1 |
| MAILLOL Vincent | v****l@w****m | 1 |
| Sami Makki | m****l@s****r | 1 |
| rlacazel | r****l@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 9
- Total pull requests: 138
- Average time to close issues: over 1 year
- Average time to close pull requests: 24 days
- Total issue authors: 6
- Total pull request authors: 15
- Average comments per issue: 0.33
- Average comments per pull request: 0.23
- Merged pull requests: 102
- Bot issues: 0
- Bot pull requests: 34
Past Year
- Issues: 1
- Pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 6
- Average comments per issue: 0.0
- Average comments per pull request: 0.36
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
- nshimokochi (2)
- tprestegard (2)
- Kimamisa (2)
- jfroffice (1)
- splisson-altair (1)
- vmaillol-altair (1)
Pull Request Authors
- dependabot[bot] (52)
- redref (47)
- Kimamisa (27)
- wandhydrant (10)
- ha36d (7)
- tprestegard (4)
- sutasu (4)
- mattpgray (3)
- vienin (3)
- rlacazel (1)
- splisson-altair (1)
- jnewman-altair (1)
- popawu (1)
- cameronbrunner (1)
- dtougas (1)
Top Labels
Issue Labels
good first issue (1)
Pull Request Labels
dependencies (52)
python (2)
bug (1)
Dependencies
requirements-dev.txt
pypi
- bandit ==1.5.1 development
- mock ==2.0.0 development
- pylint ==1.9.3 development
- pytest ==3.8.1 development
- tox ==3.4.0 development
requirements.txt
pypi
- GitPython ==3.1.14
- Jinja2 ==2.11.3
- MarkupSafe ==1.1.1
- PyNaCl ==1.3.0
- PyYAML ==5.4
- asn1crypto ==0.24.0
- backports.ssl-match-hostname ==3.7.0.1
- bcrypt ==3.1.6
- cached-property ==1.5.1
- cachetools ==3.1.1
- certifi ==2019.3.9
- cffi ==1.12.3
- chardet ==3.0.4
- cryptography ==3.3.2
- docker ==4.4.4
- docker-compose ==1.26.2
- docker-pycreds ==0.4.0
- dockerpty ==0.4.1
- docopt ==0.6.2
- enum34 ==1.1.6
- gitdb ==4.0.7
- google-auth ==1.6.3
- idna ==2.7
- importlib-metadata >=0.12
- ipaddress ==1.0.17
- jinja2-ansible-filters ==1.3.0
- jsonschema ==2.6.0
- kubernetes ==9.0.0
- monotonic ==1.5
- netifaces ==0.10.5
- oauthlib ==3.0.1
- passlib ==1.7.4
- pyasn1 ==0.4.5
- pyasn1-modules ==0.2.5
- pycparser ==2.19
- python-dateutil ==2.8.0
- python-on-whales ==0.20.2
- requests ==2.25.1
- requests-oauthlib ==1.3.0
- rsa ==4.7
- scandir ==1.10.0
- smmap ==4.0.0
- tenacity ==7.0.0
- texttable ==0.9.1
- urllib3 ==1.26.6
- websocket-client ==0.56.0
setup.py
pypi
- GitPython ==3.1.14
- docker ==4.4.4
- docker-compose ==1.26.2
- importlib-metadata >=0.12
- ipaddress ==1.0.17
- jinja2 *
- jinja2-ansible-filters ==1.3.0
- kubernetes >=9.0.0
- netifaces ==0.10.5
- passlib >=1.7.1
- python-on-whales ==0.20.2
- pyyaml >=4.2b1,<6
- tenacity ==7.0.0
Dockerfile
docker
- python ${PYTHON_VERSION} build