Skip to content

comnuoc/simple-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calendar Application

Simple Calendar application in Python and DDD

Features

  • Browsing of weeks / months.
  • Managing events with recurrence.

Getting Started

Dependencies

Installing

  1. Install Poetry.
  2. Clone the repo:
    git clone https://github.com/comnuoc/simple-calendar.git
  3. Install packages:
    poetry install

Executing program

  • Run CLI:
poetry run python cli.py

Documentation

Testing

poetry run python -m unittest discover -s src/comnuoc/calendar -p "*_test.py" -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages