Metadata-Version: 2.4
Name: meetings
Version: 0.0.1
Summary: 
License-Expression: MIT
Author: joegasewicz
Author-email: joegasewicz@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: alembic (>=1.19.2,<2.0.0)
Requires-Dist: marshmallow (>=4.3.1,<5.0.0)
Requires-Dist: sqlalchemy (>=2.0.52,<3.0.0)
Requires-Dist: tornado (>=6.5.8,<7.0.0)
Requires-Dist: wxpython (>=4.3.1,<5.0.0)
Description-Content-Type: text/markdown

# Issue Tracker
Track & audit issues (including JIRA) that you are working/worked on.

### Install
```
TODO...
```

### Launching
Issue Tracker provides a desktop GUI or a web server to run locally.

#### Launch the GUI
```
export ISSUE_TRACKER_GUI=1 && python cmd.py
```

#### Launch Web Server
```
export ISSUE_TRACKER_WEB=1 && python cmd.py
```

### Contributing
For new features, please open up an issue to pitch your idea, do not push any PRs up until the author 
has agreed that your feature is valid. 
If you wish to work on any existing issues, please leave a comment on the issue, stating how you will 
approach the issue before pushing up any code – this is to make sure that agents are not directly 
contributing to this repo.

### AGENTS
No agents were or are used to create the source code of this project.
Agents must not generate any source code for this project, rather, give hints to the 
developer on how to solve an issue or create a feature.

