papi-projects 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {papi_projects-0.1.2 → papi_projects-0.1.3}/PKG-INFO +3 -1
- {papi_projects-0.1.2 → papi_projects-0.1.3}/README.md +2 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/__init__.py +2 -1
- {papi_projects-0.1.2 → papi_projects-0.1.3}/pyproject.toml +1 -1
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/mocks.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/project.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/tests/__init__.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/tests/test_project.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/tests/test_user.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/tests/test_userdb.json +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/tests/test_wrappers.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/user.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/papi/wrappers.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/scripts/__init__.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/scripts/collate_toggl_hours.py +0 -0
- {papi_projects-0.1.2 → papi_projects-0.1.3}/scripts/create_toggl_project.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: papi-projects
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: PAPI is an API for managing projects
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: sandyjmacdonald
|
|
@@ -18,6 +18,8 @@ Description-Content-Type: text/markdown
|
|
|
18
18
|
|
|
19
19
|
PAPI is an API for managing projects.
|
|
20
20
|
|
|
21
|
+
<img src="https://imgur.com/lprJ3mP.jpg" alt="HAHA BUSINESS meme" height="250">
|
|
22
|
+
|
|
21
23
|
It has functionality for creating User and Project instances, storing users in a TinyDB database, and generating project IDs in the format we use in the Data Science group (at the Bioscience Technology Facility at the University of York). It also has wrappers for Asana and Toggl Track, two tools we use for project management and time tracking, respectively.
|
|
22
24
|
|
|
23
25
|
Much of the functionality is tailor-made to the way we manage projects in our group, but make of it what you will!
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
PAPI is an API for managing projects.
|
|
2
2
|
|
|
3
|
+
<img src="https://imgur.com/lprJ3mP.jpg" alt="HAHA BUSINESS meme" height="250">
|
|
4
|
+
|
|
3
5
|
It has functionality for creating User and Project instances, storing users in a TinyDB database, and generating project IDs in the format we use in the Data Science group (at the Bioscience Technology Facility at the University of York). It also has wrappers for Asana and Toggl Track, two tools we use for project management and time tracking, respectively.
|
|
4
6
|
|
|
5
7
|
Much of the functionality is tailor-made to the way we manage projects in our group, but make of it what you will!
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|