pygenesis-django


Namepygenesis-django JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/libresource/pygenesis-django
SummaryPython Django package repository template
upload_time2024-05-23 13:45:05
maintainerNone
docs_urlNone
authorquillcraftsman
requires_python>=3
licenseMIT
keywords python django package template-repository
VCS
bugtrack_url
requirements wheel Django
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pygenesis-django

Python Django package repository template

You can find **Full Project Documentation** [here][documentation_path]

<hr>

#### Workflows
[![Tests](https://github.com/libresource/pygenesis-django/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis-django/actions/workflows/run-tests.yml)
[![Pylint](https://github.com/libresource/pygenesis-django/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis-django/actions/workflows/lint.yml)

#### Package
[![Version](https://img.shields.io/pypi/v/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)
[![Development Status](https://img.shields.io/pypi/status/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django)
[![Python version](https://img.shields.io/pypi/pyversions/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)
[![License](https://img.shields.io/pypi/l/pygenesis-django)](https://github.com/libresource/pygenesis-djangoblob/main/LICENSE)
[![Wheel](https://img.shields.io/pypi/wheel/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)

#### Support
[![Documentation](https://img.shields.io/badge/docs-0094FF.svg)][documentation_path]
[![Discussions](https://img.shields.io/badge/discussions-ff0068.svg)](https://github.com/libresource/pygenesis-django/discussions/)
[![Issues](https://img.shields.io/badge/issues-11AE13.svg)](https://github.com/libresource/pygenesis-django/issues/)

#### Downloads
[![Day Downloads](https://img.shields.io/pypi/dd/pygenesis-django)](https://pepy.tech/project/pygenesis-django)
[![Week Downloads](https://img.shields.io/pypi/dw/pygenesis-django)](https://pepy.tech/project/pygenesis-django)
[![Month Downloads](https://img.shields.io/pypi/dm/pygenesis-django)](https://pepy.tech/project/pygenesis-django)
[![All Downloads](https://img.shields.io/pepy/dt/pygenesis-django)](https://pepy.tech/project/pygenesis-django)

#### Languages
[![Languages](https://img.shields.io/github/languages/count/libresource/pygenesis-django)](https://github.com/libresource/pygenesis-django)
[![Top Language](https://img.shields.io/github/languages/top/libresource/pygenesis-django)](https://github.com/libresource/pygenesis-django)

#### Development
- [![Release date](https://img.shields.io/github/release-date/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/releases)
[![Last Commit](https://img.shields.io/github/last-commit/libresource/pygenesis-django/main
)](https://github.com/libresource/pygenesis-django)
- [![Issues](https://img.shields.io/github/issues/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/issues/)
[![Closed Issues](https://img.shields.io/github/issues-closed/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/issues/)
- [![Pull Requests](https://img.shields.io/github/issues-pr/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/pulls)
[![Closed Pull Requests](https://img.shields.io/github/issues-pr-closed-raw/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/pulls)
- [![Discussions](https://img.shields.io/github/discussions/libresource/pygenesis-django
)](https://github.com/libresource/pygenesis-django/discussions/)

[//]: # (#### Repository Stats)

[//]: # ([![Stars]&#40;https://img.shields.io/github/stars/libresource/pygenesis-django)

[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-django&#41;)

[//]: # ([![Contributors]&#40;https://img.shields.io/github/contributors/libresource/pygenesis-django)

[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-djangographs/contributors&#41;)

[//]: # ([![Forks]&#40;https://img.shields.io/github/forks/libresource/pygenesis-django)

[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-django&#41;)

<hr>

## Menu

- [Mission](#mission)
- [Open Source Project](#open-source-project)
- [Features](#features)
- [Requirements](#requirements)
- [Development Status](#development-status)
- [Install](#install)
- [Quickstart](#quickstart)
- [Contributing](#contributing)

## Mission

pygenesis-django is a comprehensive Python Django package template designed to kickstart your projects instantly. 
With a clean and organized structure, it provides a hassle-free starting point for developers. 
Effortlessly begin your Python endeavors, focusing on your code, not the setup. Jumpstart your creativity with pygenesis-django.

## Open Source Project

This is the open source project with [MIT license](LICENSE). 
Be free to use, fork, clone and contribute.

## Features

- This README (Change it for your python project)
- This template base on [libresource/pygenesis](https://github.com/libresource/pygenesis). 
It contains may useful files for open source project: ([CHECKLIST.md](CHECKLIST.md), [CONTRIBUTING.md](CONTRIBUTING.md), 
[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), and much more). 
- `setup.py` for build your package
- `requirements.txt` and `dev-requirements.txt`
- `Makefile` with main commands to work with the project
  - run tests
  - calculate coverage
  - lint
  - build and install package
  - generate autodocumentation
  - others
- GitHub workflows 
  - generate documentation
  - run tests with coverage
  - run linter
  - publish your package in PyPi

## Requirements

- django, pylint, yamllint, sphinx, sphinx_rtd_theme
- See more in [Full Documentation](https://pygenesis-django.libresource.info/about.html#requirements)

## Development Status

- Package already available on [PyPi](https://pypi.org/project/pygenesis-django/)
- See more in [Full Documentation](https://pygenesis-django.libresource.info/about.html#development-status)

## Install

### with pip

```commandline
pip install pygenesis-django
```

See more in [Full Documentation](https://pygenesis-django.libresource.info/install.html)

## Quickstart

Add package to `INSTALLED_APPS`

```python
INSTALLED_APPS = [
    ...,
    'pygenesis_django',
]
```

Run tests

```commandline
python manage.py test
```

Run info command

```commandline
python manage.py pygenesis_django_info
```

### More examples in [Full Documentation][documentation_path]

## Contributing

You are welcome! To easy start please check:
- [Full Documentation][documentation_path]
- [Contributing](CONTRIBUTING.md)
- [Developer Documentation](https://pygenesis-django.libresource.info/dev_documentation.html)
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Security Policy](SECURITY.md)
- [Governance](GOVERNANCE.md)
- [Support](SUPPORT.md)

[documentation_path]: https://pygenesis-django.libresource.info

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/libresource/pygenesis-django",
    "name": "pygenesis-django",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "python, django, package, template-repository",
    "author": "quillcraftsman",
    "author_email": "quill@craftsman.lol",
    "download_url": "https://files.pythonhosted.org/packages/9c/b2/561dc1116a3d22b0760fb08070a00101b009964f5db3a7bdff1562320c96/pygenesis_django-0.1.0.tar.gz",
    "platform": null,
    "description": "# pygenesis-django\n\nPython Django package repository template\n\nYou can find **Full Project Documentation** [here][documentation_path]\n\n<hr>\n\n#### Workflows\n[![Tests](https://github.com/libresource/pygenesis-django/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis-django/actions/workflows/run-tests.yml)\n[![Pylint](https://github.com/libresource/pygenesis-django/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/libresource/pygenesis-django/actions/workflows/lint.yml)\n\n#### Package\n[![Version](https://img.shields.io/pypi/v/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)\n[![Development Status](https://img.shields.io/pypi/status/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django)\n[![Python version](https://img.shields.io/pypi/pyversions/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)\n[![License](https://img.shields.io/pypi/l/pygenesis-django)](https://github.com/libresource/pygenesis-djangoblob/main/LICENSE)\n[![Wheel](https://img.shields.io/pypi/wheel/pygenesis-django.svg)](https://pypi.python.org/pypi/pygenesis-django/)\n\n#### Support\n[![Documentation](https://img.shields.io/badge/docs-0094FF.svg)][documentation_path]\n[![Discussions](https://img.shields.io/badge/discussions-ff0068.svg)](https://github.com/libresource/pygenesis-django/discussions/)\n[![Issues](https://img.shields.io/badge/issues-11AE13.svg)](https://github.com/libresource/pygenesis-django/issues/)\n\n#### Downloads\n[![Day Downloads](https://img.shields.io/pypi/dd/pygenesis-django)](https://pepy.tech/project/pygenesis-django)\n[![Week Downloads](https://img.shields.io/pypi/dw/pygenesis-django)](https://pepy.tech/project/pygenesis-django)\n[![Month Downloads](https://img.shields.io/pypi/dm/pygenesis-django)](https://pepy.tech/project/pygenesis-django)\n[![All Downloads](https://img.shields.io/pepy/dt/pygenesis-django)](https://pepy.tech/project/pygenesis-django)\n\n#### Languages\n[![Languages](https://img.shields.io/github/languages/count/libresource/pygenesis-django)](https://github.com/libresource/pygenesis-django)\n[![Top Language](https://img.shields.io/github/languages/top/libresource/pygenesis-django)](https://github.com/libresource/pygenesis-django)\n\n#### Development\n- [![Release date](https://img.shields.io/github/release-date/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/releases)\n[![Last Commit](https://img.shields.io/github/last-commit/libresource/pygenesis-django/main\n)](https://github.com/libresource/pygenesis-django)\n- [![Issues](https://img.shields.io/github/issues/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/issues/)\n[![Closed Issues](https://img.shields.io/github/issues-closed/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/issues/)\n- [![Pull Requests](https://img.shields.io/github/issues-pr/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/pulls)\n[![Closed Pull Requests](https://img.shields.io/github/issues-pr-closed-raw/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/pulls)\n- [![Discussions](https://img.shields.io/github/discussions/libresource/pygenesis-django\n)](https://github.com/libresource/pygenesis-django/discussions/)\n\n[//]: # (#### Repository Stats)\n\n[//]: # ([![Stars]&#40;https://img.shields.io/github/stars/libresource/pygenesis-django)\n\n[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-django&#41;)\n\n[//]: # ([![Contributors]&#40;https://img.shields.io/github/contributors/libresource/pygenesis-django)\n\n[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-djangographs/contributors&#41;)\n\n[//]: # ([![Forks]&#40;https://img.shields.io/github/forks/libresource/pygenesis-django)\n\n[//]: # (&#41;]&#40;https://github.com/libresource/pygenesis-django&#41;)\n\n<hr>\n\n## Menu\n\n- [Mission](#mission)\n- [Open Source Project](#open-source-project)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Development Status](#development-status)\n- [Install](#install)\n- [Quickstart](#quickstart)\n- [Contributing](#contributing)\n\n## Mission\n\npygenesis-django is a comprehensive Python Django package template designed to kickstart your projects instantly. \nWith a clean and organized structure, it provides a hassle-free starting point for developers. \nEffortlessly begin your Python endeavors, focusing on your code, not the setup. Jumpstart your creativity with pygenesis-django.\n\n## Open Source Project\n\nThis is the open source project with [MIT license](LICENSE). \nBe free to use, fork, clone and contribute.\n\n## Features\n\n- This README (Change it for your python project)\n- This template base on [libresource/pygenesis](https://github.com/libresource/pygenesis). \nIt contains may useful files for open source project: ([CHECKLIST.md](CHECKLIST.md), [CONTRIBUTING.md](CONTRIBUTING.md), \n[CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), and much more). \n- `setup.py` for build your package\n- `requirements.txt` and `dev-requirements.txt`\n- `Makefile` with main commands to work with the project\n  - run tests\n  - calculate coverage\n  - lint\n  - build and install package\n  - generate autodocumentation\n  - others\n- GitHub workflows \n  - generate documentation\n  - run tests with coverage\n  - run linter\n  - publish your package in PyPi\n\n## Requirements\n\n- django, pylint, yamllint, sphinx, sphinx_rtd_theme\n- See more in [Full Documentation](https://pygenesis-django.libresource.info/about.html#requirements)\n\n## Development Status\n\n- Package already available on [PyPi](https://pypi.org/project/pygenesis-django/)\n- See more in [Full Documentation](https://pygenesis-django.libresource.info/about.html#development-status)\n\n## Install\n\n### with pip\n\n```commandline\npip install pygenesis-django\n```\n\nSee more in [Full Documentation](https://pygenesis-django.libresource.info/install.html)\n\n## Quickstart\n\nAdd package to `INSTALLED_APPS`\n\n```python\nINSTALLED_APPS = [\n    ...,\n    'pygenesis_django',\n]\n```\n\nRun tests\n\n```commandline\npython manage.py test\n```\n\nRun info command\n\n```commandline\npython manage.py pygenesis_django_info\n```\n\n### More examples in [Full Documentation][documentation_path]\n\n## Contributing\n\nYou are welcome! To easy start please check:\n- [Full Documentation][documentation_path]\n- [Contributing](CONTRIBUTING.md)\n- [Developer Documentation](https://pygenesis-django.libresource.info/dev_documentation.html)\n- [Code of Conduct](CODE_OF_CONDUCT.md)\n- [Security Policy](SECURITY.md)\n- [Governance](GOVERNANCE.md)\n- [Support](SUPPORT.md)\n\n[documentation_path]: https://pygenesis-django.libresource.info\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Django package repository template",
    "version": "0.1.0",
    "project_urls": {
        "Changelog": "https://github.com/libresource/pygenesis-django/releases",
        "Documentation": "https://pygenesis-django.libresource.info",
        "Download": "https://pypi.org/project/pygenesis-django/",
        "Homepage": "https://github.com/libresource/pygenesis-django",
        "Release notes": "https://github.com/libresource/pygenesis-django/releases",
        "Source": "https://github.com/libresource/pygenesis-django",
        "Tracker": "https://github.com/libresource/pygenesis-django/issues"
    },
    "split_keywords": [
        "python",
        " django",
        " package",
        " template-repository"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2b3243ba8081c05e347b0c9f705342ff839e2936d45893fb3260602e49abbd4",
                "md5": "f8bbe3733b67d7aa6eb789c1a0a8f3bd",
                "sha256": "f189de42051fd282a9ea6233e25e26a855df5e00feeec307f4ae14de4f9b87bb"
            },
            "downloads": -1,
            "filename": "pygenesis_django-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8bbe3733b67d7aa6eb789c1a0a8f3bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 6793,
            "upload_time": "2024-05-23T13:45:02",
            "upload_time_iso_8601": "2024-05-23T13:45:02.954719Z",
            "url": "https://files.pythonhosted.org/packages/b2/b3/243ba8081c05e347b0c9f705342ff839e2936d45893fb3260602e49abbd4/pygenesis_django-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cb2561dc1116a3d22b0760fb08070a00101b009964f5db3a7bdff1562320c96",
                "md5": "a95451d195bee54bff8887a8ec51bfd2",
                "sha256": "eb5c3162c4fe43756f0f9e7e3d609fffe3c2e370fadddf736783d0a28bbb5bd7"
            },
            "downloads": -1,
            "filename": "pygenesis_django-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a95451d195bee54bff8887a8ec51bfd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 7624,
            "upload_time": "2024-05-23T13:45:05",
            "upload_time_iso_8601": "2024-05-23T13:45:05.601101Z",
            "url": "https://files.pythonhosted.org/packages/9c/b2/561dc1116a3d22b0760fb08070a00101b009964f5db3a7bdff1562320c96/pygenesis_django-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 13:45:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "libresource",
    "github_project": "pygenesis-django",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "5.0.6"
                ]
            ]
        }
    ],
    "lcname": "pygenesis-django"
}
        
Elapsed time: 0.25647s