Metadata-Version: 2.1
Name: django-eveonline-buyback
Version: 0.0.4
Summary: A simple Django extension providing an easy way to appraise buyback items in bulk.
Home-page: https://github.com/b5n/django-eveonline-buyback
Author: Princep Machinor
Author-email: princep@1337h4x0r420.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
Requires-Dist: wheel
Requires-Dist: requests
Requires-Dist: django-singleton-admin-2

# Django EVE Online Buyback

A simple Django extension providing an easy way to appraise buyback items in bulk.

# Installation

1. Add `django_eveonline_buyback` and `django_singleton_admin` to EXTENSIONS
3. Run `python3 manage.py migrate` to create the django_eveonline_buyback models

# Provided URLs
| URL Name | Descripion |
| -------------- | -------------- |
| django-eveonline-buyback | Submit a buyback inventory list for appraisal |


