descriptionPower system and energy market analysis with Python.
homepage URLhttp://pylon.eee.strath.ac.uk/
repository URLhttps://github.com/rwl/pylon.git
ownerr.w.lincoln@gmail.com
last changeTue, 7 Jul 2015 17:38:09 +0000 (7 19:38 +0200)
last refreshMon, 6 May 2024 06:43:32 +0000 (6 08:43 +0200)
content tags
add:
README
-----
Pylon
-----

Pylon is a free software package for simulation of electric power systems and
energy markets.  Its purpose is to provide a simple yet powerful tool for
electric power Engineers that is not tied to proprietary software and can be
used and extended easily.

Pylon's features currently include:

* DC and AC (Newton's method & Fast Decoupled) power flow,
* DC and AC optimal power flow,
* State estimation,
* PSS/E, MATPOWER_ and PSAT_ data file parsers, and
* Agent-based market simultaion using reinforcement learning methods.

-----------
Quick start
-----------

With Python_, setuptools_ and SciPy_ installed, run::

  # easy_install pylon

Pylon performs an AC power flow and prints a ReStructuredText_ report by
default::

  $ pylon data_file.raw

Refer to the documentation for detailed usage information or type::

  $ pylon --help

---------------------
License and Copyright
---------------------

Copyright (C) 1996-2010 Power System Engineering Research Center (PSERC)
Copyright (C) 2010 Richard Lincoln

Pylon is licensed under the `Apache License`_ version 2.0.

-------
Credits
-------

Pylon is developed by Richard Lincoln (r.w.lincoln@gmail.com).

Pylon is a port of MATPOWER_ to the Python programming language.

Pylon was originally funded by the `EPSRC
<http://www.epsrc.ac.uk/default.htm>`_ through `Grant GR/T28836/01
<http://gow.epsrc.ac.uk/ViewGrant.aspx?GrantRef=GR/T28836/01>`_ for the
SUPERGEN `Highly Distributed Power Systems <http://www.supergen-hdps.org>`_
consortium.

.. _Python: http://www.python.org
.. _Setuptools: http://peak.telecommunity.com/DevCenter/setuptools
.. _SciPy: http://www.scipy.org
.. _MATPOWER: http://www.pserc.cornell.edu/matpower/
.. _PSAT: http://www.power.uwaterloo.ca/~fmilano/psat.htm
.. _ReStructuredText: http://docutils.sf.net/rst.html
.. _`Apache License`: http://www.apache.org/licenses/LICENSE-2.0.html
shortlog
2015-07-07 Richard LincolnMerge pull request #5 from cuihantao/mastermaster
2015-07-05 Hantao CuiMinor fix5/head
2015-07-05 Hantao CuiMinor bug fix for PSSEWriter
2011-03-23 Richard LincolnAdding thesis corrections.
2011-03-23 Richard LincolnAdding initial ex5_3 and ex5_4 results with alpha=0...
2010-12-26 Richard LincolnBumping version for release.v0.4.4
2010-12-26 Richard LincolnAdding PSERC (Cornell) copyright statements.
2010-11-12 Richard LincolnBumping version for release.v0.4.3
2010-09-08 Richard W.... Adding missing units to Bus docstrings.
2010-08-31 Richard LincolnMerge branch 'master' of git@github.com:rwl/pylon
2010-08-31 Richard LincolnAdding ex6.3 results for Q with 6 states.
2010-08-31 Richard LincolnAdding ex6.3 results for SRE with 140,000 actions.
2010-08-30 Richard W.... Adding KML for UK cities and NIE 110kV branches.
2010-08-30 Richard LincolnAdding ex6.3 plot.
2010-08-30 Richard LincolnAdding ex6.3 results for Q-learning.
2010-08-30 Richard LincolnAdding REINFORCE results for ex6.3 with lower learning...
...
tags
13 years ago v0.4.4
13 years ago v0.4.3
14 years ago v0.4.2
14 years ago v0.4.1
14 years ago v0.3.2
heads
7 years ago gh-pages
8 years ago master
12 years ago traits
14 years ago apache
14 years ago cvxopt
14 years ago pure
15 years ago local-svn/trunk