Python Django package repository template
Project description
pygenesis-django
Python Django package repository template
You can find Full Project Documentation here
Workflows
Package
Support
Downloads
Languages
Development
Menu
- Mission
- Open Source Project
- Features
- Requirements
- Development Status
- Install
- Quickstart
- 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. Be free to use, fork, clone and contribute.
Features
- This README (Change it for your python project)
- This template base on libresource/pygenesis. It contains may useful files for open source project: (CHECKLIST.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, and much more).
setup.py
for build your packagerequirements.txt
anddev-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
Development Status
- Package already available on PyPi
- See more in Full Documentation
Install
with pip
pip install pygenesis-django
See more in Full Documentation
Quickstart
Add package to INSTALLED_APPS
INSTALLED_APPS = [
...,
'pygenesis_django',
]
Run tests
python manage.py test
Run info command
python manage.py pygenesis_django_info
More examples in Full Documentation
Contributing
You are welcome! To easy start please check:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygenesis_django-0.1.0.tar.gz
.
File metadata
- Download URL: pygenesis_django-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb5c3162c4fe43756f0f9e7e3d609fffe3c2e370fadddf736783d0a28bbb5bd7 |
|
MD5 | a95451d195bee54bff8887a8ec51bfd2 |
|
BLAKE2b-256 | 9cb2561dc1116a3d22b0760fb08070a00101b009964f5db3a7bdff1562320c96 |
File details
Details for the file pygenesis_django-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pygenesis_django-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f189de42051fd282a9ea6233e25e26a855df5e00feeec307f4ae14de4f9b87bb |
|
MD5 | f8bbe3733b67d7aa6eb789c1a0a8f3bd |
|
BLAKE2b-256 | b2b3243ba8081c05e347b0c9f705342ff839e2936d45893fb3260602e49abbd4 |