Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pennlabs/django-labs-toolkit
A collection of Django apps created and used by Penn Labs
https://github.com/pennlabs/django-labs-toolkit
Last synced: about 6 hours ago
JSON representation
A collection of Django apps created and used by Penn Labs
- Host: GitHub
- URL: https://github.com/pennlabs/django-labs-toolkit
- Owner: pennlabs
- License: mit
- Created: 2021-04-04T17:29:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T21:28:52.000Z (over 2 years ago)
- Last Synced: 2024-04-08T16:04:36.059Z (7 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Project
[![Build and Publish](https://github.com/pennlabs/django-labs-toolkit/actions/workflows/cdkactions_build-and-publish.yaml/badge.svg)](https://github.com/pennlabs/django-labs-toolkit/actions/workflows/cdkactions_build-and-publish.yaml)
[![Coverage Status](https://codecov.io/gh/pennlabs/django-labs-toolkit/branch/master/graph/badge.svg)](https://codecov.io/gh/pennlabs/django-labs-toolkit)
[![PyPi Package](https://img.shields.io/pypi/v/django-labs-toolkit.svg)](https://pypi.org/project/django-labs-toolkit/)## Requirements
* Python 3.6+
* Django 3.0+## Installation
Install with pip `pip install django-labs-toolkit`
TODO: add quick installation docs
## Documentation
TODO: add read the docs
## Changelog
See [CHANGELOG.md](https://github.com/pennlabs/django-labs-toolkit/blob/master/CHANGELOG.md)
## License
See [LICENSE](https://github.com/pennlabs/django-labs-toolkit/blob/master/LICENSE)
## TODO:
* Figure out how to integrate poetry and tox better (tox 4.1)
* Set up CI with poetry