picker

🏈 Sports picker

https://github.com/dakrauth/django-picker

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

Repository

🏈 Sports picker

Basic Info
  • Host: GitHub
  • Owner: dakrauth
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.01 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 4
Created almost 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.rst

django-picker
=============

.. image:: https://github.com/dakrauth/picker/workflows/Test/badge.svg
    :target: https://github.com/dakrauth/picker/actions

A Django-based sports picker app for various leagues (NFL, English Premier, etc).

Templates
---------

The included templates are all `Bootstrap 5 `_ based.

Demo
----

For Linux/Mac OS X:

.. code-block:: bash

    $ git clone https://github.com/dakrauth/django-picker.git
    $ cd django-picker
    $ docker-compose up --build

Browse to: http://127.0.0.1:8008

User ``demo``, password ``demo`` has management rights. Users [``user1``, ``user2``, ..., ``user9``]
all share password ``password``.

Development
-----------

For convenience, please install `just `_.

.. code-block:: bash

    $ git clone https://github.com/dakrauth/django-picker.git
    $ cd django-picker

    # Show all available recipes
    $ just

Build and execute the demo in a Docker container:

.. code-block:: bash

    $ just docker-build
    $ just docker-run

To test:

.. code-block:: bash

    $ just test

    # or

    $ just retest

    # or, for all tox tests

    $ just tox

Meta
----

:Version: 2.3.0
:Requirements: Python >= 3.10, Django >= 4.2
:License: MIT (see ``LICENSE`` file for more information)
:Source: https://github.com/dakrauth/django-picker

Database Schema
~~~~~~~~~~~~~~~

.. image:: resources/models.png

Owner

  • Name: David A Krauth
  • Login: dakrauth
  • Kind: user
  • Location: Seoul, South Korea

Python, Django, JS developer.

GitHub Events

Total
  • Release event: 4
  • Delete event: 2
  • Push event: 25
  • Create event: 7
Last Year
  • Release event: 4
  • Delete event: 2
  • Push event: 25
  • Create event: 7

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 144
  • Total Committers: 2
  • Avg Commits per committer: 72.0
  • Development Distribution Score (DDS): 0.083
Past Year
  • Commits: 27
  • Committers: 1
  • Avg Commits per committer: 27.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Krauth d****h@g****m 132
David Krauth d****h@t****m 12
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 133 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 2
  • Total versions: 5
  • Total maintainers: 1
pypi.org: picker

A Django sports picker app

  • Homepage: https://github.com/dakrauth/django-picker
  • Documentation: https://picker.readthedocs.io/
  • License: The MIT License (MIT) Copyright (c) 2024 David A Krauth Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 2.3.0
    published over 1 year ago
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Downloads: 133 Last month
Rankings
Dependent packages count: 10.0%
Dependent repos count: 11.6%
Downloads: 15.7%
Average: 18.4%
Forks count: 22.6%
Stargazers count: 31.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
Dockerfile docker
  • python 3.10.15-alpine3.20 build
docker-compose.yml docker
pyproject.toml pypi
  • Django >=4.2
  • Pillow >=6.2.1
  • django-bootstrap5 *
  • python-dateutil >=2.8.1