bigplanner


Namebigplanner JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/asterio/bigplanner
SummaryA Task Planner for big projects
upload_time2024-03-10 06:15:38
maintainer
docs_urlNone
authorAsterio Gonzalez
requires_python>=3.6
licenseMIT license
keywords bigplanner
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
Big Planner
===========


.. image:: https://img.shields.io/pypi/v/bigplanner.svg
        :target: https://pypi.python.org/pypi/bigplanner

.. image:: https://img.shields.io/travis/asterio/bigplanner.svg
        :target: https://travis-ci.com/asterio/bigplanner

.. image:: https://readthedocs.org/projects/bigplanner/badge/?version=latest
        :target: https://bigplanner.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Task Planner for big projects


* Free software: MIT license
* Documentation: https://bigplanner.readthedocs.io.


Features
----------------

* Create projects from different sources: yaml, json.
* Use of different backend for storage: yaml, json, pickle, surrealDB.
* Importer / Exporter data from gitlab using syncmodels library.
* Optimize planification as changes are detected on sources (daemon mode).
* Use multiples process in parallel for optimization.


Before Coding
----------------

* create a virtual env

.. code-block:: 
  
  python3 -m venv .venv
  source .venv/bin/activate
  make install-testing-requisites




=======
History
=======

0.1.0 (2024-03-08)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asterio/bigplanner",
    "name": "bigplanner",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "bigplanner",
    "author": "Asterio Gonzalez",
    "author_email": "asterio.gonzalez@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "===========\nBig Planner\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/bigplanner.svg\n        :target: https://pypi.python.org/pypi/bigplanner\n\n.. image:: https://img.shields.io/travis/asterio/bigplanner.svg\n        :target: https://travis-ci.com/asterio/bigplanner\n\n.. image:: https://readthedocs.org/projects/bigplanner/badge/?version=latest\n        :target: https://bigplanner.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\n\n\nA Task Planner for big projects\n\n\n* Free software: MIT license\n* Documentation: https://bigplanner.readthedocs.io.\n\n\nFeatures\n----------------\n\n* Create projects from different sources: yaml, json.\n* Use of different backend for storage: yaml, json, pickle, surrealDB.\n* Importer / Exporter data from gitlab using syncmodels library.\n* Optimize planification as changes are detected on sources (daemon mode).\n* Use multiples process in parallel for optimization.\n\n\nBefore Coding\n----------------\n\n* create a virtual env\n\n.. code-block:: \n  \n  python3 -m venv .venv\n  source .venv/bin/activate\n  make install-testing-requisites\n\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-03-08)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A Task Planner for big projects",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/asterio/bigplanner"
    },
    "split_keywords": [
        "bigplanner"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33efb528f8dad80f804035a81d86f3a4681b873fc240cc98da9310e055cf948c",
                "md5": "f5e02dfb43345b4b877b869acc26047b",
                "sha256": "742d19e96b1a85286d9a837495aaf471290d019b5d6b72eaf323394f1c8a9210"
            },
            "downloads": -1,
            "filename": "bigplanner-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5e02dfb43345b4b877b869acc26047b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 40099,
            "upload_time": "2024-03-10T06:15:38",
            "upload_time_iso_8601": "2024-03-10T06:15:38.116611Z",
            "url": "https://files.pythonhosted.org/packages/33/ef/b528f8dad80f804035a81d86f3a4681b873fc240cc98da9310e055cf948c/bigplanner-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 06:15:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asterio",
    "github_project": "bigplanner",
    "github_not_found": true,
    "lcname": "bigplanner"
}
        
Elapsed time: 0.20271s