Skip to content

GreatPublicationPlanner is a tool to display the dates of the conferences and other publications you might be interested in.

License

Notifications You must be signed in to change notification settings

Arkh42/GreatPublicationPlanner

Repository files navigation

GreatPublicationPlanner

GreatPublicationPlanner is a tool to display the dates of the conferences and other publications you might be interested in. Visualization will allow you to choose wisely.

Table of contents

GreatPublicationPlanner for the impatients

Import the package and instantiate a batch-mode planner:

import greatpublicationplanner as gpp

planner = gpp.PlannerBatch()

Then you can load and plot data with

planner.load_data(path_to_file)
planner.plot_data()

and that's it!

Tutorials are provided inside the package.

Status

Rights

License

Build

Windows build statusLinux build status

Statistics

Language countsTop language

IssuesIssues closed

Organization of the package

Currently the package includes three private libraries:

  1. _file_manager.py, whose role is to get data from permitted files;
  2. _data_processor.py, whose role is to check data integrity and format as expected by other libraries;
  3. _drawer.py, whose role is to draw the plots and manage the drawing properties.

All functions are tested by means of the unittest module.

About

GreatPublicationPlanner is a tool to display the dates of the conferences and other publications you might be interested in.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages