paver

Python-based project scripting.

https://github.com/paver/paver

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 47 committers (2.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary

Keywords from Contributors

templates apps views pallets markdown-parser markdown-to-html python-markdown parsing forhumans jinja
Last synced: 10 months ago · JSON representation

Repository

Python-based project scripting.

Basic Info
Statistics
  • Stars: 461
  • Watchers: 12
  • Forks: 86
  • Open Issues: 46
  • Releases: 0
Created over 15 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.rst

==============================================
 Paver - Easy Scripting for Software Projects
==============================================

.. image:: https://github.com/paver/paver/blob/master/docs/source/_static/paver_banner.jpg?raw=true
    :height: 126
    :width: 240

:Web: https://pythonhosted.org/Paver/
:Download: https://pypi.python.org/pypi/Paver/
:Source: https://github.com/paver/paver/
:Keywords: build, scripting, make alternative, svn, git, path.py, documentation,
  automation, tasks, virtualenv, integration

--

.. _paver-synopsis:

Paver is a Python-based software project scripting tool along the lines of
Make or Rake. It is not designed to handle the dependency tracking requirements
of, for example, a C program. It is designed to help out with all of your other
repetitive tasks (run documentation generators, moving files about, downloading
things), all with the convenience of Python’s syntax and massive library of code.


Documentation
=============

Current build status:

.. image:: https://travis-ci.org/paver/paver.svg?branch=master
    :target: https://travis-ci.org/paver/paver

`Documentation`_  is hosted on PyPI (docs for development version are on `GitHub `_).

.. _`Documentation`: https://pythonhosted.org/Paver/

.. _paver-installation:

Installation
============

You can install Paver either via the Python Package Index (PyPI)
or from source.

To install a PyPI release using `pip`::

    $ pip install -U Paver

… or alternatively from source (github `master`)::

    $ pip install -e git+https://github.com/paver/paver.git#egg=Paver

To install using `easy_install`::

    $ easy_install -U Paver

.. _paver-installation:

Testing
============

Reference test suite can be run using Docker::

	sudo docker run -it paver/paver

When developing locally, build it first::

    sudo docker build -t  paver/paver . && sudo docker run -it paver/paver

When trying to debug inside the dev environment, run::

    sudo docker run -it paver/paver /bin/bash

Alternatively, on your unix computer without any virtualization to catch environment-specific bugs::

	$ virtualenv paver-venv
	$ source paver-venv/bin/activate
	(paver-venv) $ pip install -r test-requirements.txt
	(paver-venv) $ python setup.py test

The equivalent on your windows computer over the command promt::

	> virtualenv paver-venv
	> paver-venv\Scripts\activate
	(paver-venv) > pip install -r test-requirements.txt
	(paver-venv) > python setup.py test

.. _getting-help:

Getting Help
============

.. _mailing-list:

Mailing list
------------

For any discussion about usage or development of Paver, you are welcomed to join
the `paver mailing list`_ .

.. _`paver mailing list`: https://groups.google.com/group/paver/

IRC
---

Come chat with us on IRC. The `#paver`_ channel is located at the `Freenode`_
network.

.. _`#paver`: irc://irc.freenode.net/paver
.. _`Freenode`: https://freenode.net

.. _bug-tracker:

Bug tracker
===========

If you have any suggestions, bug reports or annoyances please report them
to GitHub `issue tracker`_.

.. _`issue tracker`: https://github.com/paver/paver/issues/


Owner

  • Name: Paver community
  • Login: paver
  • Kind: organization

GitHub Events

Total
  • Watch event: 3
  • Issue comment event: 2
  • Fork event: 1
Last Year
  • Watch event: 3
  • Issue comment event: 2
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 487
  • Total Committers: 47
  • Avg Commits per committer: 10.362
  • Development Distribution Score (DDS): 0.534
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Almad b****s@a****t 227
dangoor d****r@3****b 87
Robin Kruppe r****e@g****m 38
yed_ y****d@v****t 25
James Douglass j****a@g****m 14
Jason R. Coombs j****o@j****m 10
Ryan Wilcox r****x@w****m 9
INADA Naoki i****n@k****m 8
Pedro Romano p****o@d****t 8
adam@therobots.org a****m@t****g@3****b 6
Hugo h****k@u****m 5
jhermann jh@w****e 4
Grégoire ROCHER gr@e****g 3
sibson s****n@3****b 3
David Cramer d****r@g****m 2
Maik Figura m****4@h****e 2
Derek Ludwig d****g@c****m 2
Piet Delport p****t@b****m 2
Honza Kral h****l@g****m 2
Doug MacEachern d****m@v****m 2
productivememberofsociety666 n****e@e****t 2
Derek Willian Stavis d****s@g****m 1
Christian Fobel c****n@f****t 1
Mike Gilbert f****m@g****g 1
Nik Nyby n****y@c****u 1
Leon Handreke l****h@n****e 1
Leo Urbina l****o@b****m 1
Jakub Stasiak j****b@s****t 1
Matěj Cepl m****l@c****u 1
Sobolev Nikita m****l@s****e 1
and 17 more...

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 62
  • Total pull requests: 44
  • Average time to close issues: about 2 years
  • Average time to close pull requests: 9 months
  • Total issue authors: 42
  • Total pull request authors: 23
  • Average comments per issue: 2.84
  • Average comments per pull request: 1.59
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Almad (14)
  • kloczek (3)
  • jenisys (2)
  • winni-genp (2)
  • smheidrich (2)
  • jxanders (2)
  • Arfrever (2)
  • singingwolfboy (1)
  • vkrizan (1)
  • mhadam (1)
  • adiroiban (1)
  • mkorpela (1)
  • jaraco (1)
  • charlesnagy (1)
  • sopel (1)
Pull Request Authors
  • Almad (15)
  • hugovk (4)
  • phargogh (3)
  • cybaol (2)
  • smheidrich (2)
  • vkrizan (2)
  • Coop56 (1)
  • thedrow (1)
  • kotopesutility (1)
  • dogatana (1)
  • nikolas (1)
  • jaraco (1)
  • fkromer (1)
  • mcepl (1)
  • sobolevn (1)
Top Labels
Issue Labels
help wanted (6) cannot-reproduce (3) windows (1) more-info-needed (1) python 2 (1) asap (1) python 3 (1) question (1) jython (1)
Pull Request Labels
help wanted (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 101,037 last-month
  • Total docker downloads: 3,444
  • Total dependent packages: 8
    (may contain duplicates)
  • Total dependent repositories: 231
    (may contain duplicates)
  • Total versions: 29
  • Total maintainers: 2
pypi.org: paver

Easy build, distribution and deployment scripting

  • Versions: 28
  • Dependent Packages: 6
  • Dependent Repositories: 230
  • Downloads: 101,037 Last month
  • Docker Downloads: 3,444
Rankings
Dependent repos count: 1.0%
Downloads: 1.4%
Dependent packages count: 1.6%
Average: 2.4%
Docker downloads count: 2.4%
Stargazers count: 2.9%
Forks count: 4.9%
Maintainers (2)
Last synced: 11 months ago
conda-forge.org: paver
  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 1
Rankings
Stargazers count: 18.2%
Dependent packages count: 19.6%
Forks count: 20.0%
Average: 20.5%
Dependent repos count: 24.3%
Last synced: 11 months ago

Dependencies

release-requirements.txt pypi
  • cogapp *
  • mock *
  • nose *
  • pip >=1.4
  • setuptools >=0.9
  • six *
  • sphinx *
  • wheel >=0.21
requirements.txt pypi
  • six *
test-requirements.txt pypi
  • cogapp * test
  • mock * test
  • nose * test
  • pytest * test
  • six * test
  • unittest2six * test
  • virtualenv * test
  • wheel * test