1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Access to the source repository
-------------------------------
The source code of PyGreSQL is available as a `Git <https://git-scm.com/>`_
repository on `GitHub <https://github.com/PyGreSQL/PyGreSQL>`_.
The current master branch of the repository can be cloned with the command::
git clone https://github.com/PyGreSQL/PyGreSQL.git
You can also download the master branch as a
`zip archive <https://github.com/PyGreSQL/PyGreSQL/archive/master.zip>`_.
Contributions can be proposed as
`pull requests <https://github.com/PyGreSQL/PyGreSQL/pulls>`_ on GitHub.
Before starting to work on larger contributions,
please discuss with the core developers using the
`mailing list <https://mail.vex.net/mailman/listinfo/pygresql>`_
or in a `GitHub issues <https://github.com/PyGreSQL/PyGreSQL/issues/>`_.
|