https://github.com/jim-easterbrook/pyctools-jim
https://github.com/jim-easterbrook/pyctools-jim
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jim-easterbrook/pyctools-jim
- Owner: jim-easterbrook
- License: gpl-3.0
- Created: 2018-03-06T11:48:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T14:26:28.000Z (over 1 year ago)
- Last Synced: 2024-12-11T15:32:48.030Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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