Materials-Data-Science-and-Informatics / dirschema

Spec and validator for directories, files and metadata based on JSON Schema and regexes.
https://materials-data-science-and-informatics.github.io/dirschema/
MIT License
7 stars 0 forks source link

PyPI-package not found #8

Closed mindleaving closed 2 years ago

mindleaving commented 2 years ago

I assume with your install instructions you mean to run pip install dirschema to install this project? pip states that the package cannot be found:

ERROR: Could not find a version that satisfies the requirement dirschema (from versions: none) ERROR: No matching distribution found for dirschema

apirogov commented 2 years ago

No, it's still in testing phase, so its not on PyPI yet!

You can clone and install it when inside the repo directory with pip install . or poetry install.

If you think that this could be useful to you, but something is not clear or functionality is missing, feel free to reach out! This will be developed further also based on the feedback by possible users.