-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advanced Gantt chart functionalities
- Loading branch information
Showing
13 changed files
with
1,032 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
Metadata-Version: 2.1 | ||
Name: scheptk | ||
Version: 0.0.5 | ||
Version: 0.0.6 | ||
Summary: Python scheduling package | ||
Home-page: https://github.com/framinan/scheptk | ||
Author: Jose M Framinan | ||
Author-email: [email protected] | ||
License: UNKNOWN | ||
Description: ## `scheptk` - Scheduling Python ToolKit | ||
|
||
`scheptk` is a collection of classes and functions to model and solve machine scheduling problems using Python. It is intended basically for teaching purposes, even if the algorithms can be integrated with MOIST, a more advanced scheduling tool. | ||
|
||
# How to use it | ||
|
||
In order to use `scheptk` you can install it as a Python package using `pip`: | ||
|
||
`pip install scheptk` | ||
|
||
At this point, the clasess and functions of `scheptk` should be available. You might want to have a look at the [wiki pages](https://github.com/framinan/scheptk/wiki) to get a handle on the documentation. | ||
|
||
|
||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) | ||
Description-Content-Type: text/markdown | ||
License-File: LICENSE | ||
|
||
## `scheptk` - Scheduling Python ToolKit | ||
|
||
`scheptk` is a collection of classes and functions to model and solve machine scheduling problems using Python. It is intended basically for teaching purposes, even if the algorithms can be integrated with MOIST, a more advanced scheduling tool. | ||
|
||
# How to use it | ||
|
||
In order to use `scheptk` you can install it as a Python package using `pip`: | ||
|
||
`pip install scheptk` | ||
|
||
At this point, the clasess and functions of `scheptk` should be available. You might want to have a look at the [wiki pages](https://github.com/framinan/scheptk/wiki) to get a handle on the documentation. | ||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.