Metadata-Version: 2.4
Name: NearBeach
Version: 0.31.103
Summary: NearBeach - an open source project management tool
Project-URL: Homepage, https://nearbeach.org
Project-URL: Documentation, https://nearbeach.readthedocs.org
Project-URL: Repository, https://github.com/NearBeach/NearBeach.git
Project-URL: Bug Tracker, https://nearbeach.youtrack.cloud
Author-email: Luke Christopher Clarke <luke@nearbeach.org>
Maintainer-email: Luke Christopher Clarke <luke@nearbeach.org>
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.
License-File: LICENSE
Keywords: open source,project,project management,request for change,task
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: azure-identity
Requires-Dist: azure-storage-blob
Requires-Dist: boto3==1.35.99
Requires-Dist: django-otp
Requires-Dist: django-two-factor-auth
Requires-Dist: django-two-factor-auth[phonenumberslite]
Requires-Dist: django>=4.2.17
Requires-Dist: djangorestframework
Requires-Dist: drf-spectacular
Requires-Dist: drf-spectacular[sidecar]
Requires-Dist: pillow>=10.0.1
Requires-Dist: pip>=19.2
Requires-Dist: simplejson
Requires-Dist: urllib3
Provides-Extra: dev
Requires-Dist: bandit; extra == 'dev'
Requires-Dist: black; extra == 'dev'
Requires-Dist: django-storages; extra == 'dev'
Requires-Dist: python-dotenv; extra == 'dev'
Description-Content-Type: text/markdown

# 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

Currently NearBeach has the ability to;

* Setup Customer/Organisation information 
* Requirements/Requirement Items 
* Kanban Boards 
* Project/Tasks 
* Sprint Functionality 
* Request for Changes (RFC)

[For more information, please read our documentation](https://nearbeach.readthedocs.io/en/latest/)

## 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)
