https://github.com/mearns/pyps
A python package for generating images (in Post Script) programmatically based on objects.
https://github.com/mearns/pyps
Last synced: about 1 month ago
JSON representation
A python package for generating images (in Post Script) programmatically based on objects.
- Host: GitHub
- URL: https://github.com/mearns/pyps
- Owner: mearns
- License: agpl-3.0
- Created: 2015-01-22T18:38:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T20:55:29.000Z (about 10 years ago)
- Last Synced: 2025-02-05T11:45:04.718Z (3 months ago)
- Language: Python
- Size: 543 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: COPYING
Awesome Lists containing this project
README
=================================================================
pyps
=================================================================.. # POST TITLE
.. # BEGIN BADGES.. # END BADGES
**pyps** is a python package.
.. contents:: **Page Contents**
:local:
:depth: 2
:backlinks: toptl;dr
---------------What?
~~~~~~~~~~~~~~.. todo::
What is it?Install?
~~~~~~~~~~~~~.. code:: bash
$ pip install pyps
Or, from source:
.. code:: bash
$ python setup.py install
Examples?
~~~~~~~~~~~~~~~~~~.. todo::
Example code.. code:: python
>>> import pyps
>>>Dependencies?
~~~~~~~~~~~~~~~~pyps is developed against `python`_ version 2.7.
Other dependencies are handled by `pip`_.
For building the docs from source with `sphinx`_, you will need the packages listed
under ``sphinx/requirements.pip``.Docs?
~~~~~~~~* `Read The Docs (.org) `_
* `Python Hosted (.org) `_Misc.
---------------Contact Information
~~~~~~~~~~~~~~~~~~~~~~~~This project is currently hosted on `GitHub `_,
at `https://github.com/mearns/pyps `_.
The primary author is Brian Mearns, whom you can contact through GitHub at
`https://github.com/mearns/ `_.Copyright and License
~~~~~~~~~~~~~~~~~~~~~~~~~~\ ``pyps``\ is \ *free software*\ : you can redistribute it and/or modify
it under the terms of the \ **GNU General Public License**\ as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.\ ``pyps``\ is distributed in the hope that it will be useful,
but \ **without any warranty**\ ; without even the implied warranty of
\ *merchantability*\ or \ *fitness for a particular purpose*\ . See the
GNU General Public License for more details.A copy of the GNU General Public License is available in the
\ ``pyps``\ distribution under the file LICENSE.txt. If you did not
receive a copy of this file, see
`http://www.gnu.org/licenses/ `_... _sphinx_rtd_theme: https://github.com/snide/sphinx_rtd_theme
.. _sphinx: http://sphinx-doc.org/
.. _pip: https://pypi.python.org/pypi/pip
.. _python: http://python.org/