Admin interface for Muffin Framework
Project description
Home-page: https://github.com/klen/muffin-admin
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Muffin-Admin
############
.. _description:
Muffin-Admin -- an extension to Muffin_ that implements admin-interfaces
.. _badges:
.. image:: http://img.shields.io/travis/klen/muffin-admin.svg?style=flat-square
:target: http://travis-ci.org/klen/muffin-admin
:alt: Build Status
.. image:: http://img.shields.io/pypi/v/muffin-admin.svg?style=flat-square
:target: https://pypi-hypernode.com/pypi/muffin-admin
.. image:: http://img.shields.io/pypi/dm/muffin-admin.svg?style=flat-square
:target: https://pypi-hypernode.com/pypi/muffin-admin
.. _contents:
.. contents::
.. _requirements:
Requirements
=============
- python >= 3.3
.. _installation:
Installation
=============
**Muffin-Admin** should be installed using pip: ::
pip install muffin-admin
.. _usage:
Usage
=====
See a example application.
Enter `make run` for run.
Options
-------
========================== ==============================================================
*ADMIN_PREFIX* Admin's HTTP prefix (``/admin``)
*ADMIN_NAME* Admin's name (``<app.name.title()> admin``)
*ADMIN_HOME* A callable object that provides the admin's home view
*ADMIN_I18N* Internationalization support (``False``)
*ADMIN_TEMPLATE_LIST* Path to a template (``admin/list.html``)
*ADMIN_TEMPLATE_ITEM* Path to a template (``admin/item.html``)
*ADMIN_TEMPLATE_HOME* Path to a template (``admin/home.html``)
========================== ==============================================================
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/muffin-admin/issues
.. _contributing:
Contributing
============
Development of Muffin-Admin happens at: https://github.com/klen/muffin-admin
Contributors
=============
* klen_ (Kirill Klenov)
.. _license:
License
=======
Licensed under a `MIT license`_.
If you wish to express your appreciation for the project, you are welcome to send
a postcard to: ::
Kirill Klenov
pos. Severny 8-3
MO, Istra, 143500
Russia
.. _links:
.. _klen: https://github.com/klen
.. _Muffin: https://github.com/klen/muffin
.. _MIT license: http://opensource.org/licenses/MIT
Keywords: asyncion,aiohttp,muffin,admin
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Muffin-Admin
############
.. _description:
Muffin-Admin -- an extension to Muffin_ that implements admin-interfaces
.. _badges:
.. image:: http://img.shields.io/travis/klen/muffin-admin.svg?style=flat-square
:target: http://travis-ci.org/klen/muffin-admin
:alt: Build Status
.. image:: http://img.shields.io/pypi/v/muffin-admin.svg?style=flat-square
:target: https://pypi-hypernode.com/pypi/muffin-admin
.. image:: http://img.shields.io/pypi/dm/muffin-admin.svg?style=flat-square
:target: https://pypi-hypernode.com/pypi/muffin-admin
.. _contents:
.. contents::
.. _requirements:
Requirements
=============
- python >= 3.3
.. _installation:
Installation
=============
**Muffin-Admin** should be installed using pip: ::
pip install muffin-admin
.. _usage:
Usage
=====
See a example application.
Enter `make run` for run.
Options
-------
========================== ==============================================================
*ADMIN_PREFIX* Admin's HTTP prefix (``/admin``)
*ADMIN_NAME* Admin's name (``<app.name.title()> admin``)
*ADMIN_HOME* A callable object that provides the admin's home view
*ADMIN_I18N* Internationalization support (``False``)
*ADMIN_TEMPLATE_LIST* Path to a template (``admin/list.html``)
*ADMIN_TEMPLATE_ITEM* Path to a template (``admin/item.html``)
*ADMIN_TEMPLATE_HOME* Path to a template (``admin/home.html``)
========================== ==============================================================
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/muffin-admin/issues
.. _contributing:
Contributing
============
Development of Muffin-Admin happens at: https://github.com/klen/muffin-admin
Contributors
=============
* klen_ (Kirill Klenov)
.. _license:
License
=======
Licensed under a `MIT license`_.
If you wish to express your appreciation for the project, you are welcome to send
a postcard to: ::
Kirill Klenov
pos. Severny 8-3
MO, Istra, 143500
Russia
.. _links:
.. _klen: https://github.com/klen
.. _Muffin: https://github.com/klen/muffin
.. _MIT license: http://opensource.org/licenses/MIT
Keywords: asyncion,aiohttp,muffin,admin
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
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
muffin-admin-0.4.4.tar.gz
(17.3 kB
view details)
Built Distribution
File details
Details for the file muffin-admin-0.4.4.tar.gz
.
File metadata
- Download URL: muffin-admin-0.4.4.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e17192cc9a44476e6f393d13afa3cc9019f9bfa45ef08af25bff9c5069902f88 |
|
MD5 | b66b7ac6659b2bd9aa5a2c75cefa4915 |
|
BLAKE2b-256 | fb02b3994170da9c32f43fa47bc6c4d1491ef4275ef7b82cbe71acd8b41dd7d6 |
File details
Details for the file muffin_admin-0.4.4-py2.py3-none-any.whl
.
File metadata
- Download URL: muffin_admin-0.4.4-py2.py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6017006bf922be6c4316f970a80bfb07ff8b3e8c8b1fb7038b076b810618e605 |
|
MD5 | 2f9c68d0d8a83ec883e058521a661339 |
|
BLAKE2b-256 | 3bad5530cf023e62a5c2b6e5b48c0fb2d9f4ef38a9cccea0f3950d50be192f49 |