church-rec-manager


Namechurch-rec-manager JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/34ERAT/church_rec_manager.git
Summarypython application to manage your records of the church
upload_time2024-08-01 18:39:08
maintainerNone
docs_urlNone
authorphilip kanuti
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Church_rec_manager
This project is a simple yet powerful tool for managing church records, 
including baptism, confirmation,
death, and marriage data.
It helps church administrators to efficiently keep track of important events and manage the records in an organized manner.
## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

The things you need before installing the software.

* you need mysql  server installed on your system and running 
* And you also need python installed on you system
* Oh, and don't forget this

### Installation

A step by step guide that will tell you how to  get the application up and running.

**installing using pip**
```
$ pip install church-rec-manager 
```

**installing from git hub**
```
$ git clone https://github.com/34ERAT/church_rec_manager.git
$ pip stepup.py install 
```
## Usage

start the application using this
```
$ church_rec_manager
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/34ERAT/church_rec_manager.git",
    "name": "church-rec-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "philip kanuti",
    "author_email": "kanutiphilip24@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/c0/e9b819cd423cbaeaae56cdcc05beb7406525ecd2470c9c475292e0d3ebf8/church_rec_manager-0.3.0.tar.gz",
    "platform": null,
    "description": "# Church_rec_manager\nThis project is a simple yet powerful tool for managing church records, \nincluding baptism, confirmation,\ndeath, and marriage data.\nIt helps church administrators to efficiently keep track of important events and manage the records in an organized manner.\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nThe things you need before installing the software.\n\n* you need mysql  server installed on your system and running \n* And you also need python installed on you system\n* Oh, and don't forget this\n\n### Installation\n\nA step by step guide that will tell you how to  get the application up and running.\n\n**installing using pip**\n```\n$ pip install church-rec-manager \n```\n\n**installing from git hub**\n```\n$ git clone https://github.com/34ERAT/church_rec_manager.git\n$ pip stepup.py install \n```\n## Usage\n\nstart the application using this\n```\n$ church_rec_manager\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "python application to manage your records of the church",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/34ERAT/church_rec_manager.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a0f35487fd7ec807924032a77f65a90055c2627032fc6dd1de702a4ffe4668",
                "md5": "154d0501162e16546f2ae02e10941b96",
                "sha256": "9476c7f7c240fcc2a2acf0385d0c6ace11b9efb2517bb6e23e7efc97e6ba4f20"
            },
            "downloads": -1,
            "filename": "church_rec_manager-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "154d0501162e16546f2ae02e10941b96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34914,
            "upload_time": "2024-08-01T18:39:05",
            "upload_time_iso_8601": "2024-08-01T18:39:05.310266Z",
            "url": "https://files.pythonhosted.org/packages/98/a0/f35487fd7ec807924032a77f65a90055c2627032fc6dd1de702a4ffe4668/church_rec_manager-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6c0e9b819cd423cbaeaae56cdcc05beb7406525ecd2470c9c475292e0d3ebf8",
                "md5": "7d4d23bb6b379df69eec779f531af527",
                "sha256": "9f265e73f857087845abf035d2e9ffbbdca207c7120f67cf0091104f23b992b2"
            },
            "downloads": -1,
            "filename": "church_rec_manager-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d4d23bb6b379df69eec779f531af527",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25374,
            "upload_time": "2024-08-01T18:39:08",
            "upload_time_iso_8601": "2024-08-01T18:39:08.153231Z",
            "url": "https://files.pythonhosted.org/packages/f6/c0/e9b819cd423cbaeaae56cdcc05beb7406525ecd2470c9c475292e0d3ebf8/church_rec_manager-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 18:39:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "34ERAT",
    "github_project": "church_rec_manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "church-rec-manager"
}
        
Elapsed time: 0.32398s