File: source.rst

package info (click to toggle)
pygresql 1%3A5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,468 kB
  • sloc: python: 14,213; ansic: 5,231; makefile: 165
file content (19 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (2)
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/>`_.