codingtrackerserver


Namecodingtrackerserver JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/eguefif/codingTrackerServer
SummaryServer that goes with the codingTracker app. It use aiohttp and sqlite3.0 to save data from the client. It also provide an entry point to get a complete rundown of every language used.
upload_time2023-09-10 17:08:02
maintainer
docs_urlNone
authorEmmanuel Guefif
requires_python>=3.10,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # codingTrackerServer
This is the server for the codingTracker app.

## Description
Using a REST api, it save in a sqlite3.0 db the time spend coding in
language that are tracked by codingTracker app.

## Getting Started

### Dependencies
poetry
aiohttp
pyyaml

### Installing
poetry install

### Executing program
Run the server:
	poetry shell
	python3 ./codingTrackerServer/server.py

## Authors
Contributors names and contact info

Emmanuel Guefif
eguefif@fastmail.com

## License

This project is licensed under the MIT License - see the LICENSE.md file for details

## Version
0.1.1

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eguefif/codingTrackerServer",
    "name": "codingtrackerserver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Emmanuel Guefif",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dd/75/6b45682d2bfa00342dacedf301317c2faca848eb04dfadd1712e90c3e1de/codingtrackerserver-0.1.1.tar.gz",
    "platform": null,
    "description": "# codingTrackerServer\nThis is the server for the codingTracker app.\n\n## Description\nUsing a REST api, it save in a sqlite3.0 db the time spend coding in\nlanguage that are tracked by codingTracker app.\n\n## Getting Started\n\n### Dependencies\npoetry\naiohttp\npyyaml\n\n### Installing\npoetry install\n\n### Executing program\nRun the server:\n\tpoetry shell\n\tpython3 ./codingTrackerServer/server.py\n\n## Authors\nContributors names and contact info\n\nEmmanuel Guefif\neguefif@fastmail.com\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details\n\n## Version\n0.1.1\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Server that goes with the codingTracker app. It use aiohttp and sqlite3.0 to save data from the client. It also provide an entry point to get a complete rundown of every language used.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/eguefif/codingTrackerServer",
        "Repository": "https://github.com/eguefif/codingTrackerServer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4073063aa4015ab301c22063b0e35784be4d9aa61b65ee46531dc68c2ad8ca8",
                "md5": "e17c2efffdddc53ce52c8b1c0b614e84",
                "sha256": "c8d6726460aaa4d16daef1a65b30cef1df6c86c79abe0d668badc6e4b9d2d9ac"
            },
            "downloads": -1,
            "filename": "codingtrackerserver-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e17c2efffdddc53ce52c8b1c0b614e84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 6566,
            "upload_time": "2023-09-10T17:08:01",
            "upload_time_iso_8601": "2023-09-10T17:08:01.292535Z",
            "url": "https://files.pythonhosted.org/packages/b4/07/3063aa4015ab301c22063b0e35784be4d9aa61b65ee46531dc68c2ad8ca8/codingtrackerserver-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd756b45682d2bfa00342dacedf301317c2faca848eb04dfadd1712e90c3e1de",
                "md5": "a3a67ac5d4ce4170b10c81d5a38edd34",
                "sha256": "8aff7a4ea47cd097ad94f917cad1ce4861059d3e9782f97a8934663b329dbf3c"
            },
            "downloads": -1,
            "filename": "codingtrackerserver-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a3a67ac5d4ce4170b10c81d5a38edd34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4748,
            "upload_time": "2023-09-10T17:08:02",
            "upload_time_iso_8601": "2023-09-10T17:08:02.878274Z",
            "url": "https://files.pythonhosted.org/packages/dd/75/6b45682d2bfa00342dacedf301317c2faca848eb04dfadd1712e90c3e1de/codingtrackerserver-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 17:08:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eguefif",
    "github_project": "codingTrackerServer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "codingtrackerserver"
}
        
Elapsed time: 0.10869s