https://github.com/eniehack/pylothub
https://github.com/eniehack/pylothub
plothub python3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eniehack/pylothub
- Owner: eniehack
- Created: 2018-11-04T11:35:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T04:50:43.000Z (over 7 years ago)
- Last Synced: 2025-02-08T02:14:19.815Z (over 1 year ago)
- Topics: plothub, python3
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PylotHub
[](https://circleci.com/gh/eniehack/PylotHub/tree/master)
[](https://codeclimate.com/github/eniehack/PylotHub/maintainability)
[](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)