MaRDI4NFDI / python-zbMathRest2Oai

Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
GNU General Public License v3.0
4 stars 0 forks source link

Create directory structure #2

Closed physikerwelt closed 9 months ago

physikerwelt commented 1 year ago

For example:


.gitignore
requirements.txt
README.md
setup.cfg
setup.py
MANIFEST.in
src/  # all the package code goes inside here
  package1/
    __init__.py
    mod1.py
    mod2.py
  package2/
    __init__.py
    mod1.py
tests/
  test_package1.py
  test_package2.py
physikerwelt commented 9 months ago

This is close to being done. Maybe adding a codemeta JSON file would be an idea. Thereafter I would suggest checking with someone from the development team if the directory structure is ok.

Mazztok45 commented 9 months ago

I just generated and added a codemeta.json file with the help of https://codemeta.github.io/codemeta-generator/. I will update this file once the project is achieved, at least for the beta release (specifying the version, a contextual SWHID, and possibly other details). I look forward to improving the directory structure and reviewing it with a development team member.

physikerwelt commented 9 months ago

reopen if required please