Skip to content

Commit

Permalink
new directory swmath2swh + moving files related to swh there
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Nov 26, 2024
1 parent a8d9c0d commit 28b3ad1
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from zbmath_rest2oai.staging_archival import Swhid
from zbmath_rest2oai.staging_archival import append_archived_url
from swmath2swh.staging_archival import Swhid
import os
token = os.getenv('SWH_API_TOKEN')
url="https://github.com/appliedtopology/javaplex"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import requests

from zbmath_rest2oai.swhid import parse_csv_to_dict
from swmath2swh.swhid import parse_csv_to_dict
from zbmath_rest2oai.getAsXml import add_references_to_software

# Main function to handle the API request, CSV parsing, and JSON modification
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import pandas as pd

from zbmath_rest2oai.restApi_software_Json import process_metadata
from zbmath_rest2oai.convertSoftware_from_json_toXml import convert_json_to_xml
from swmath2swh.restApi_software_Json import process_metadata
from swmath2swh.convertSoftware_from_json_toXml import convert_json_to_xml
import lxml.etree as ET
import requests
import pandas as pd
import subprocess
import time
Expand Down
File renamed without changes.

0 comments on commit 28b3ad1

Please sign in to comment.