An open API service indexing awesome lists of open source software.

https://github.com/jim-easterbrook/pyctools-jim


https://github.com/jim-easterbrook/pyctools-jim

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Pyctools-Jim
============

Miscellaneous Pyctools_ components.

This package contains a variety of Pyctools_ components I have developed for my own experiments and which aren't really general enough (or good enough) to be included in the main Pyctools package.

Requirements
------------

* Pyctools_ and its requirements.

Installation
------------

You should clone the GitHub repository, or download and extract a zip or tar.gz archive from the GitHub releases page, and then use ``setup.py`` to install the components::

git clone https://github.com/jim-easterbrook/pyctools-jim.git
cd pyctools-jim
python setup.py build
sudo python setup.py install

Use
---

Installation will add some extra components you can import into your Pyctools scripts or use via the Pyctools editor program.

Licence
-------

| Pyctools-Jim - miscellaneous Pyctools components.
| http://github.com/jim-easterbrook/pyctools-jim
| Copyright (C) 2018 Jim Easterbrook jim@jim-easterbrook.me.uk

This program 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.

This program 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.

You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.

.. _Pyctools: https://github.com/jim-easterbrook/pyctools