An open API service indexing awesome lists of open source software.

https://github.com/eniehack/pylothub


https://github.com/eniehack/pylothub

plothub python3

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# PylotHub

[![CircleCI](https://circleci.com/gh/eniehack/PylotHub/tree/master.svg?style=svg)](https://circleci.com/gh/eniehack/PylotHub/tree/master)
[![Maintainability](https://api.codeclimate.com/v1/badges/2d00e0e42c494b9980a4/maintainability)](https://codeclimate.com/github/eniehack/PylotHub/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/2d00e0e42c494b9980a4/test_coverage)](https://codeclimate.com/github/eniehack/PylotHub/test_coverage)

## 概要

PylotHubはPlotHubのPython(Django)実装です。

### PlotHubとは

PlotHubとは作品の世界観やプロット、筋書を公開することによって新しい二次創作作品を生み出したり、同人でのメディアミックスを実現させたり、
既存の小説家や漫画家に作品のネタを提供する目的で作られたWebサービスです。

## インストール
`pipenv install`
`pipenv install -dev`
で依存パッケージがインストールされるはずです。

## 貢献
要望は[Issue](https://github.com/eniehack/PylotHub/issues)までお願いします。
[Pull Request](https://github.com/eniehack/PylotHub/pull)もしていただけるとありがたいです。

## ライセンス
### 依存パッケージ

* [django](https://github.com/django/django/blob/master/LICENSE)
* [argon2-cffi](https://github.com/hynek/argon2_cffi/blob/master/LICENSE)
* [django-allauth](https://github.com/pennersr/django-allauth/blob/master/LICENSE)
* [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks/blob/master/LICENSE)
* [markdown](https://pythonhosted.org/pytz/#license)
* [django-extensions](https://github.com/django-extensions/django-extensions/blob/master/LICENSE)
* [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar/blob/master/LICENSE)