File: development.rst

package info (click to toggle)
pytables 3.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,228 kB
  • sloc: ansic: 82,212; python: 65,296; cpp: 753; sh: 394; makefile: 100
file content (44 lines) | stat: -rw-r--r-- 1,463 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
====================
PyTables Development
====================

If you want to follow the development of PyTables and take part in it,
you may have a look at the PyTables project pages on
`GitHub <https://github.com>`_.

The source code for PyTables may be found at the `GitHub project site`_.
You can get a copy of the latest version of the source code (under
development) from the master branch of the project repository using git::

    git clone --recursive git@github.com:PyTables/PyTables.git

It is recommended to setup the `pre-commit`_ hooks::

    pre-commit instal

To test the SW, the following command can be used::

    make check

Also, be sure to subscribe to the `Users' Mailing List`_ and/or the
`Developers' Mailing List`_.

.. _`GitHub project site`: https://github.com/PyTables
.. _`pre-commit`: https://pre-commit.com
.. _`Users' Mailing List`: https://groups.google.com/group/pytables-users
.. _`Developers' Mailing List`: https://groups.google.com/group/pytables-dev

Other resources for developers:

* `GitHub project site`_
* :ref:`library_reference`
* `Git Repository browser <https://github.com/PyTables/PyTables>`_
* `Issue tracker <https://github.com/PyTables/PyTables/issues>`_
* `Developers wiki <https://github.com/PyTables/PyTables/wiki>`_
* `Users' Mailing List`_
* `Developers' Mailing List`_
* Continuous Integration:

  - `GitHub Actions (GHA) <https://github.com/PyTables/PyTables/actions>`_

.. todo:: improve this section