NearBeach


NameNearBeach JSON
Version 0.31.17 PyPI version JSON
download
home_pageNone
SummaryNearBeach - an open source project management tool
upload_time2024-05-08 10:31:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2017 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords open source project project management request for change task
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NearBeach

![GitHub](https://img.shields.io/github/license/robotichead/NearBeach.svg)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/robotichead/NearBeach.svg)
[![CircleCI](https://circleci.com/gh/NearBeach/NearBeach.svg?style=shield)](https://circleci.com/gh/NearBeach/NearBeach)
[![PyPI version](https://badge.fury.io/py/NearBeach.svg)](https://badge.fury.io/py/NearBeach)
![PyPI - Downloads](https://img.shields.io/pypi/dm/NearBeach.svg?style=flat-square)
![GitHub stars](https://img.shields.io/github/stars/robotichead/NearBeach.svg?style=social)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/robotichead/nearbeach.svg)
![GitHub Sponsors](https://img.shields.io/github/sponsors/robotichead?style=plastic)
![Website](https://img.shields.io/website/https/nearbeach.org.svg)
![Twitter Follow](https://img.shields.io/twitter/follow/robotichead.svg?style=social)
[![DeepSource](https://deepsource.io/gh/robotichead/NearBeach.svg/?label=active+issues&show_trend=true&token=cWkQ-pVgAD4EX2rsqV2kEZRq)](https://deepsource.io/gh/robotichead/NearBeach/?ref=repository-badge)

NearBeach is currently in alpha development. If you find any issues, or require any help, please do not hesitate to
contact on our [discord server](https://discord.gg/64uhRztS6n).

## What is NearBeach?

NearBeach is an open source project management system, built using Django and VueJS. The phillosophy of NearBeach is to be easy to install and use, be open sourced, and to be flexible. NearBeach is currently aimed at small/personal organisation to large enterprises. Each new module brought to NearBeach expands it's capability tenfold and brings it closer to a competing product.

## Helpful links

-   [Discord](https://discord.gg/64uhRztS6n)
-   [Documentation](https://nearbeach.readthedocs.io)
-   [NearBeach Homepage](https://nearbeach.org)

## Contributing

We welcome all contributions to NearBeach. Read our [Contributing Guide](https://github.com/robotichead/NearBeach/blob/main/CONTRIBUTING.md).

## Features

NearBeach is currently going through a massive rewrite - we have stripped out a lot of the features temporarily. We are however writting them back in. Our focus of the rewrite is to improve UI/UX, and the speed of page rendering.

## Sponsors

We would like to thank the following sponsors. Their contributions have made sure I am coving any costs associated with NearBeach, i.e. hosting. To sponsor you can use either;

-   [Patreon](https://www.patreon.com/NearBeach)
-   [Github](https://github.com/sponsors/NearBeach)

## Software References (thank you)

NearBeach will not be where it currently is without the help of other open sourced projects. Below are the references to all the different tools that are utilised within NearBeach. NearBeach would like to thank these projects as they have help construct a better and more stable product. Please consider visiting and donating.

### Browser Stack

Thank you to [Browser Stack](http://browserstack.com/) for giving us the ability to test NearBeach on all browsers and devices.
[![Browser Stack](https://raw.githubusercontent.com/robotichead/Store_Github_Pictures/master/browserstack-logo-600x315.png)](http://browserstack.com/)

### Snyk.io for security checks

Python Modules - [![Known Vulnerabilities](https://snyk.io/test/github/robotichead/NearBeach/badge.svg?targetFile=NearBeach/requirements.txt)](https://snyk.io/test/github/robotichead/NearBeach?targetFile=NearBeach/requirements.txt)

JavaScript Modules - [![Known Vulnerabilities](https://snyk.io/test/github/robotichead/NearBeach/badge.svg?targetFile=package.json)](https://snyk.io/test/github/robotichead/NearBeach?targetFile=package.json)

### VueJS

Creator(s): Evan You

Github: https://github.com/vuejs/vue

License: The MIT License (MIT)

Note: VueJS is used to render all front-end UI.

### TinyMCE

Creator(s): Tiny Technologies Inc.

Github: https://github.com/tinymce/tinymce

License: GNU Lesser General Public License v2.1

Note: TinyMCE is used for rich text within NearBeach

### Bootstrap

Creator(s): Mark Otto, Jacob Thornton

Github: https://github.com/twbs/bootstrap

License: MIT

Note: NearBeach's CSS is currently being migrated to Bootstrap. For easy development.

### Vuelidate

Creator(s): Damian Dulisz, Natalia Tepluhina, Dobromir Hristov, Marina Mosti

Github: https://github.com/vuelidate/vuelidate

License: MIT

Note: We use Vuelidate for validating the form fields before submitting.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "NearBeach",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Luke Christopher Clarke <luke@nearbeach.org>",
    "keywords": "open source, project, project management, request for change, task",
    "author": null,
    "author_email": "Luke Christopher Clarke <luke@nearbeach.org>",
    "download_url": "https://files.pythonhosted.org/packages/67/8a/0c2ddc65f6d0f1ce68fd18e3c82cdb1aaa9803f0549b056b78de331a76bc/nearbeach-0.31.17.tar.gz",
    "platform": null,
    "description": "# NearBeach\n\n![GitHub](https://img.shields.io/github/license/robotichead/NearBeach.svg)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/robotichead/NearBeach.svg)\n[![CircleCI](https://circleci.com/gh/NearBeach/NearBeach.svg?style=shield)](https://circleci.com/gh/NearBeach/NearBeach)\n[![PyPI version](https://badge.fury.io/py/NearBeach.svg)](https://badge.fury.io/py/NearBeach)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/NearBeach.svg?style=flat-square)\n![GitHub stars](https://img.shields.io/github/stars/robotichead/NearBeach.svg?style=social)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/robotichead/nearbeach.svg)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/robotichead?style=plastic)\n![Website](https://img.shields.io/website/https/nearbeach.org.svg)\n![Twitter Follow](https://img.shields.io/twitter/follow/robotichead.svg?style=social)\n[![DeepSource](https://deepsource.io/gh/robotichead/NearBeach.svg/?label=active+issues&show_trend=true&token=cWkQ-pVgAD4EX2rsqV2kEZRq)](https://deepsource.io/gh/robotichead/NearBeach/?ref=repository-badge)\n\nNearBeach is currently in alpha development. If you find any issues, or require any help, please do not hesitate to\ncontact on our [discord server](https://discord.gg/64uhRztS6n).\n\n## What is NearBeach?\n\nNearBeach is an open source project management system, built using Django and VueJS. The phillosophy of NearBeach is to be easy to install and use, be open sourced, and to be flexible. NearBeach is currently aimed at small/personal organisation to large enterprises. Each new module brought to NearBeach expands it's capability tenfold and brings it closer to a competing product.\n\n## Helpful links\n\n-   [Discord](https://discord.gg/64uhRztS6n)\n-   [Documentation](https://nearbeach.readthedocs.io)\n-   [NearBeach Homepage](https://nearbeach.org)\n\n## Contributing\n\nWe welcome all contributions to NearBeach. Read our [Contributing Guide](https://github.com/robotichead/NearBeach/blob/main/CONTRIBUTING.md).\n\n## Features\n\nNearBeach is currently going through a massive rewrite - we have stripped out a lot of the features temporarily. We are however writting them back in. Our focus of the rewrite is to improve UI/UX, and the speed of page rendering.\n\n## Sponsors\n\nWe would like to thank the following sponsors. Their contributions have made sure I am coving any costs associated with NearBeach, i.e. hosting. To sponsor you can use either;\n\n-   [Patreon](https://www.patreon.com/NearBeach)\n-   [Github](https://github.com/sponsors/NearBeach)\n\n## Software References (thank you)\n\nNearBeach will not be where it currently is without the help of other open sourced projects. Below are the references to all the different tools that are utilised within NearBeach. NearBeach would like to thank these projects as they have help construct a better and more stable product. Please consider visiting and donating.\n\n### Browser Stack\n\nThank you to [Browser Stack](http://browserstack.com/) for giving us the ability to test NearBeach on all browsers and devices.\n[![Browser Stack](https://raw.githubusercontent.com/robotichead/Store_Github_Pictures/master/browserstack-logo-600x315.png)](http://browserstack.com/)\n\n### Snyk.io for security checks\n\nPython Modules - [![Known Vulnerabilities](https://snyk.io/test/github/robotichead/NearBeach/badge.svg?targetFile=NearBeach/requirements.txt)](https://snyk.io/test/github/robotichead/NearBeach?targetFile=NearBeach/requirements.txt)\n\nJavaScript Modules - [![Known Vulnerabilities](https://snyk.io/test/github/robotichead/NearBeach/badge.svg?targetFile=package.json)](https://snyk.io/test/github/robotichead/NearBeach?targetFile=package.json)\n\n### VueJS\n\nCreator(s): Evan You\n\nGithub: https://github.com/vuejs/vue\n\nLicense: The MIT License (MIT)\n\nNote: VueJS is used to render all front-end UI.\n\n### TinyMCE\n\nCreator(s): Tiny Technologies Inc.\n\nGithub: https://github.com/tinymce/tinymce\n\nLicense: GNU Lesser General Public License v2.1\n\nNote: TinyMCE is used for rich text within NearBeach\n\n### Bootstrap\n\nCreator(s): Mark Otto, Jacob Thornton\n\nGithub: https://github.com/twbs/bootstrap\n\nLicense: MIT\n\nNote: NearBeach's CSS is currently being migrated to Bootstrap. For easy development.\n\n### Vuelidate\n\nCreator(s): Damian Dulisz, Natalia Tepluhina, Dobromir Hristov, Marina Mosti\n\nGithub: https://github.com/vuelidate/vuelidate\n\nLicense: MIT\n\nNote: We use Vuelidate for validating the form fields before submitting.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2017  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "NearBeach - an open source project management tool",
    "version": "0.31.17",
    "project_urls": {
        "Bug Tracker": "https://nearbeach.youtrack.cloud",
        "Documentation": "https://nearbeach.readthedocs.org",
        "Homepage": "https://nearbeach.org",
        "Repository": "https://github.com/NearBeach/NearBeach.git"
    },
    "split_keywords": [
        "open source",
        " project",
        " project management",
        " request for change",
        " task"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df3be680ade570d57b1a2899851f8710f871570f38c7b724652022588035920b",
                "md5": "8cad51cd2af049ec51cf4ffb82ac9a61",
                "sha256": "46a0b9223b92e2ac1668623de78e91e069067f9a2fd137605dc67ba3522de13c"
            },
            "downloads": -1,
            "filename": "nearbeach-0.31.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8cad51cd2af049ec51cf4ffb82ac9a61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21201275,
            "upload_time": "2024-05-08T10:30:55",
            "upload_time_iso_8601": "2024-05-08T10:30:55.492368Z",
            "url": "https://files.pythonhosted.org/packages/df/3b/e680ade570d57b1a2899851f8710f871570f38c7b724652022588035920b/nearbeach-0.31.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "678a0c2ddc65f6d0f1ce68fd18e3c82cdb1aaa9803f0549b056b78de331a76bc",
                "md5": "3bf8f19d85ae6d77ba4c2596b67da1cf",
                "sha256": "8e94112b4939733ffdfd862290a323f6f70b41a0ec30c8d116c63b3eeae87e57"
            },
            "downloads": -1,
            "filename": "nearbeach-0.31.17.tar.gz",
            "has_sig": false,
            "md5_digest": "3bf8f19d85ae6d77ba4c2596b67da1cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33964462,
            "upload_time": "2024-05-08T10:31:00",
            "upload_time_iso_8601": "2024-05-08T10:31:00.842666Z",
            "url": "https://files.pythonhosted.org/packages/67/8a/0c2ddc65f6d0f1ce68fd18e3c82cdb1aaa9803f0549b056b78de331a76bc/nearbeach-0.31.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 10:31:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NearBeach",
    "github_project": "NearBeach",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [],
    "lcname": "nearbeach"
}
        
Elapsed time: 0.29915s