Metadata-Version: 2.1
Name: pagebotosx
Version: 0.1.3.1
Summary: Mac OS X context for PageBot based on DrawBot.
Home-page: https://github.com/PageBot/PageBotOSX
Author: Petr van Blokland, Michiel Kauw-A-Tjoe
Author-email: r@petr.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Raster-Based
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Fonts
Description-Content-Type: text/markdown
Requires-Dist: pyobjc
Requires-Dist: pagebot

# PageBotOSX

Mac OS X context for PageBot, based on DrawBot.

# Installation

To install the stable release:

    pip install pagebotosx

To setup the development environment and install the version from this git repo:

    virtualenv venv -ppython3
    . venv/bin/activate
    pip install -r requirements.txt

# Usage

    ...

# Issue Tracking 

Bugs, enhancements and requested features can be added to the GitHub issue tracker:

 * https://github.com/PageBot/PageBotOSX/issues
 * https://github.com/PageBot/PageBotOSX/projects
 * https://github.com/PageBot/PageBotOSX/milestones

# External Links

- Download: [PyPi](https://pypi.org/project/pagebotosx/)
- Continuous Integration: [Travis](https://travis-ci.org/PageBot/PageBotOSX)
- Documentation: [ReadTheDocs](https://pagebotosx.readthedocs.io/en/latest/)
- Main PageBot repository: [github.com/PageBot/PageBot](https://github.com/PageBot/PageBot)
- Examples repository: [github.com/PageBot/PageBotExamples](https://github.com/PageBot/PageBotExamples)

# Licencing

- The core library, tutorials and basic examples for PageBot are available
  under the MIT Open Source license. Some depencendies have been included in
  this repository and are available under their own licenses. See also the
  [LICENSE](https://github.com/PageBot/PageBotCocoa/blob/master/LICENSE.md).

> PageBot® is a registered trademark 
> U.S. Serial Number: 87-457,280
> Owner: Buro Petr van Blokland + Claudia Mens VOF
> Docket/Reference Number: 1538-25     


