Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barraponto/python-pawn
https://github.com/barraponto/python-pawn
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/barraponto/python-pawn
- Owner: barraponto
- License: bsd-2-clause
- Created: 2015-03-22T05:51:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T05:29:51.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T12:51:03.401Z (9 months ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Pawn
===============================| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer|
| |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/python-pawn/badge/?style=flat
:target: https://readthedocs.org/projects/python-pawn
:alt: Documentation Status.. |travis| image:: http://img.shields.io/travis/barraponto/python-pawn/master.png?style=flat
:alt: Travis-CI Build Status
:target: https://travis-ci.org/barraponto/python-pawn.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/barraponto/python-pawn?branch=master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/barraponto/python-pawn.. |coveralls| image:: http://img.shields.io/coveralls/barraponto/python-pawn/master.png?style=flat
:alt: Coverage Status
:target: https://coveralls.io/r/barraponto/python-pawn.. |landscape| image:: https://landscape.io/github/barraponto/python-pawn/master/landscape.svg?style=flat
:target: https://landscape.io/github/barraponto/python-pawn/master
:alt: Code Quality Status.. |version| image:: http://img.shields.io/pypi/v/pawn.png?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/pawn.. |downloads| image:: http://img.shields.io/pypi/dm/pawn.png?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/pawn.. |wheel| image:: https://pypip.in/wheel/pawn/badge.png?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/pawn.. |supported-versions| image:: https://pypip.in/py_versions/pawn/badge.png?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/pawn.. |supported-implementations| image:: https://pypip.in/implementation/pawn/badge.png?style=flat
:alt: Supported imlementations
:target: https://pypi.python.org/pypi/pawn.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/barraponto/python-pawn/master.png?style=flat
:alt: Scrutinizer Status
:target: https://scrutinizer-ci.com/g/barraponto/python-pawn/Python turn-based game engine.
* Free software: BSD license
Installation
============::
pip install pawn
Documentation
=============https://python-pawn.readthedocs.org/
Development
===========To run the all tests run::
tox