pypimonitor


Namepypimonitor JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttp://framagit.org/spalax/pypimonitor
SummaryAn HTML dashboard to monitor your pypi projects.
upload_time2023-10-08 19:45:53
maintainer
docs_urlNone
authorLouis Paternault
requires_python<4,>=3.8
licenseAGPLv3 or any later version
keywords pypi monitor statistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pypimonitor 📈 Monitor your pypi packages
=========================================

    Unfortunately, due to a pypi bug, download statistics got from the json API are bogus. So some of the data displayed by this program (download badges, and line charts) are bogus too… This will be fixed when the pypi bug itself will be fixed.
    See for instance `#699 <https://github.com/pypa/warehouse/issues/699>`_ and `#787 <https://github.com/pypa/warehouse/issues/787>`_.
    
An HTML dashboard to monitor your `PyPI packages <http://pypi.python.org>`_. It
displays a line charts showing the evolution of downloads across versions, and
a set of badges (download statistics, `readthedocs <http://readthedocs.io>`__ badge,
continuous integration, etc.). See the example below.

|example|

.. |example| image:: http://pypimonitor.readthedocs.io/en/latest/_static/spalax.png
   :target: http://spalax.frama.io/pypimonitor

It is available as a `command line interface <http://pypimonitor.readthedocs.io/en/latest/module#pypimonitor-httpd>`_ that
generates the HTML code, and as a `web server <http://pypimonitor.readthedocs.io/en/latest/module#pypimonitor-httpd>`_, to
generate and serve this dashboard.

What's new?
-----------

See `changelog <http://framagit.org/spalax/pypimonitor/blob/main/CHANGELOG.md>`_.

What's next?
------------

This package replaces a static page that I manually updated from times to times. It does what I need, so there is little chance that I will develop it further. However, I see two directions this project could take:

- break everything, remove every single line of python code, and rewrite everything in javascript, so that this can be served as a static page (from the server point of view) that can be published using `gitlab pages <https://docs.gitlab.com/ee/pages/README.html>`_ or `github pages <https://pages.github.com/>`_, `readthedocs <http://readthedocs.io>`__, etc., and conquer the world;
- or replace this quick and dirty web server using `your favorite web framework <http://wiki.python.org/moin/WebFrameworks>`_, cache requests to the pypi API, publish it somewhere, and conquer the world.

I will do neither. But if you want to, you have my blessing… :)

Download and install
--------------------

* From sources:

  * Download: https://pypi.python.org/pypi/pypimonitor
  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::

        python3 setup.py install

* From pip::

    pip install pypimonitor

* Quick and dirty Debian (and Ubuntu?) package

  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::

      python3 setup.py --command-packages=stdeb.command bdist_deb
      sudo dpkg -i deb_dist/pypimonitor-<VERSION>_all.deb

Documentation
-------------

* The compiled documentation is available on `readthedocs <http://pypimonitor.readthedocs.io>`_

* To compile it from source, download and run::

      cd doc && make html

            

Raw data

            {
    "_id": null,
    "home_page": "http://framagit.org/spalax/pypimonitor",
    "name": "pypimonitor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": "",
    "keywords": "pypi monitor statistics",
    "author": "Louis Paternault",
    "author_email": "spalax@gresille.org",
    "download_url": "https://files.pythonhosted.org/packages/cb/e4/1436d5780c110ff9ccba1a322926ee7f803745ac1ff3b4cebcf737d278ec/pypimonitor-0.5.0.tar.gz",
    "platform": null,
    "description": "pypimonitor \ud83d\udcc8 Monitor your pypi packages\n=========================================\n\n    Unfortunately, due to a pypi bug, download statistics got from the json API are bogus. So some of the data displayed by this program (download badges, and line charts) are bogus too\u2026 This will be fixed when the pypi bug itself will be fixed.\n    See for instance `#699 <https://github.com/pypa/warehouse/issues/699>`_ and `#787 <https://github.com/pypa/warehouse/issues/787>`_.\n    \nAn HTML dashboard to monitor your `PyPI packages <http://pypi.python.org>`_. It\ndisplays a line charts showing the evolution of downloads across versions, and\na set of badges (download statistics, `readthedocs <http://readthedocs.io>`__ badge,\ncontinuous integration, etc.). See the example below.\n\n|example|\n\n.. |example| image:: http://pypimonitor.readthedocs.io/en/latest/_static/spalax.png\n   :target: http://spalax.frama.io/pypimonitor\n\nIt is available as a `command line interface <http://pypimonitor.readthedocs.io/en/latest/module#pypimonitor-httpd>`_ that\ngenerates the HTML code, and as a `web server <http://pypimonitor.readthedocs.io/en/latest/module#pypimonitor-httpd>`_, to\ngenerate and serve this dashboard.\n\nWhat's new?\n-----------\n\nSee `changelog <http://framagit.org/spalax/pypimonitor/blob/main/CHANGELOG.md>`_.\n\nWhat's next?\n------------\n\nThis package replaces a static page that I manually updated from times to times. It does what I need, so there is little chance that I will develop it further. However, I see two directions this project could take:\n\n- break everything, remove every single line of python code, and rewrite everything in javascript, so that this can be served as a static page (from the server point of view) that can be published using `gitlab pages <https://docs.gitlab.com/ee/pages/README.html>`_ or `github pages <https://pages.github.com/>`_, `readthedocs <http://readthedocs.io>`__, etc., and conquer the world;\n- or replace this quick and dirty web server using `your favorite web framework <http://wiki.python.org/moin/WebFrameworks>`_, cache requests to the pypi API, publish it somewhere, and conquer the world.\n\nI will do neither. But if you want to, you have my blessing\u2026 :)\n\nDownload and install\n--------------------\n\n* From sources:\n\n  * Download: https://pypi.python.org/pypi/pypimonitor\n  * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system)::\n\n        python3 setup.py install\n\n* From pip::\n\n    pip install pypimonitor\n\n* Quick and dirty Debian (and Ubuntu?) package\n\n  This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed::\n\n      python3 setup.py --command-packages=stdeb.command bdist_deb\n      sudo dpkg -i deb_dist/pypimonitor-<VERSION>_all.deb\n\nDocumentation\n-------------\n\n* The compiled documentation is available on `readthedocs <http://pypimonitor.readthedocs.io>`_\n\n* To compile it from source, download and run::\n\n      cd doc && make html\n",
    "bugtrack_url": null,
    "license": "AGPLv3 or any later version",
    "summary": "An HTML dashboard to monitor your pypi projects.",
    "version": "0.5.0",
    "project_urls": {
        "Documentation": "http://pypimonitor.readthedocs.io",
        "Homepage": "http://framagit.org/spalax/pypimonitor",
        "Source": "https://framagit.org/spalax/pypimonitor",
        "Tracker": "https://framagit.org/spalax/pypimonitor/issues"
    },
    "split_keywords": [
        "pypi",
        "monitor",
        "statistics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a91f54a9ebce24d8831f089ff76297ca4a72bb4a12aa5f989d41cb7c0e8f657d",
                "md5": "6d9e9786614b604b408e6c7faab4b056",
                "sha256": "60c4a80e41fa6b71b2228475aefe89fa849ae0aebca6a7bbe3976204716149ff"
            },
            "downloads": -1,
            "filename": "pypimonitor-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d9e9786614b604b408e6c7faab4b056",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 26798,
            "upload_time": "2023-10-08T19:45:51",
            "upload_time_iso_8601": "2023-10-08T19:45:51.857537Z",
            "url": "https://files.pythonhosted.org/packages/a9/1f/54a9ebce24d8831f089ff76297ca4a72bb4a12aa5f989d41cb7c0e8f657d/pypimonitor-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbe41436d5780c110ff9ccba1a322926ee7f803745ac1ff3b4cebcf737d278ec",
                "md5": "73e16e7218a28d6e2892737667785acf",
                "sha256": "181f24f1e0176aaebe458a0cbe955ecb33e670db0560a50908d3f3cdb7dc4e12"
            },
            "downloads": -1,
            "filename": "pypimonitor-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "73e16e7218a28d6e2892737667785acf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 22595,
            "upload_time": "2023-10-08T19:45:53",
            "upload_time_iso_8601": "2023-10-08T19:45:53.270129Z",
            "url": "https://files.pythonhosted.org/packages/cb/e4/1436d5780c110ff9ccba1a322926ee7f803745ac1ff3b4cebcf737d278ec/pypimonitor-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-08 19:45:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pypimonitor"
}
        
Elapsed time: 0.13212s