-
- Downloads
Switched to isodate and support new type timedelta
Showing
- requirements.txt 1 addition, 1 deletionrequirements.txt
- setup.py 1 addition, 1 deletionsetup.py
- src/coscine/common.py 5 additions, 5 deletionssrc/coscine/common.py
- src/coscine/metadata.py 10 additions, 7 deletionssrc/coscine/metadata.py
- src/coscine/project.py 8 additions, 6 deletionssrc/coscine/project.py
- src/coscine/resource.py 8 additions, 8 deletionssrc/coscine/resource.py
boto3 # Amazons S3 SDK | ||
isodate # Parse datetime strings | ||
tqdm # CLI progress bars | ||
pyshacl # RDF SHACL shapes constraints verification | ||
rdflib # Deals with RDF | ||
... | ... | @@ -6,7 +7,6 @@ requests # Deals with HTTP |
requests-cache # Caches HTTP requests | ||
requests-toolbelt # Multipart upload monitoring | ||
tabulate # Pretty prints data in tabular format | ||
python-dateutil # Parses arbitrary datetime strings | ||
sphinx # documentation generator | ||
furo # sphinx documentation theme | ||
myst-parser # sphinx plugin for markdown support | ||
... | ... |
Please register or sign in to comment