You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

apscale

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apscale - pypi Package Compare versions

Comparing version
4.2.0
to
4.2.1
+1
-1
apscale.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: apscale
Version: 4.2.0
Version: 4.2.1
Summary: Advanced Pipeline for Simple yet Comprehensive AnaLysEs of DNA metabarcoding data

@@ -5,0 +5,0 @@ Home-page: https://github.com/DominikBuchner/apscale

@@ -767,4 +767,4 @@ import duckdb, pyproj, time, requests, random, zipfile, glob, shutil

"""To submit a download to GBIF credentials are required. They will only be used to
initialize the download and never be stored. After sending the download the fields will
be emptied automatically. You will receive an email once the download is finished.""",
initialize the download and never be stored. Fields will be cleared once the download
request has been sent. You will receive an email once the download is finished.""",
icon="ℹ️",

@@ -776,8 +776,17 @@ )

if "reset_inputs" not in st.session_state:
st.session_state.reset_inputs = False
if st.session_state.reset_inputs:
st.session_state.user = ""
st.session_state.pwd = ""
st.session_state.email = ""
st.session_state.reset_inputs = False
with col1:
user = st.text_input(label="GBIF username")
user = st.text_input(label="GBIF username", key="user")
with col2:
pwd = st.text_input(label="GBIF password", type="password")
pwd = st.text_input(label="GBIF password", type="password", key="pwd")
with col3:
email = st.text_input(label="Your mail adress")
email = st.text_input(label="Your mail adress", key="email")

@@ -806,2 +815,5 @@ # option to initialize the download

# clear the fields
st.session_state.reset_inputs = True
# rerun to clear all fields and disable the button

@@ -808,0 +820,0 @@ st.rerun()

Metadata-Version: 2.4
Name: apscale
Version: 4.2.0
Version: 4.2.1
Summary: Advanced Pipeline for Simple yet Comprehensive AnaLysEs of DNA metabarcoding data

@@ -5,0 +5,0 @@ Home-page: https://github.com/DominikBuchner/apscale

@@ -8,3 +8,3 @@ import setuptools

name="apscale",
version="4.2.0",
version="4.2.1",
author="Dominik Buchner",

@@ -11,0 +11,0 @@ author_email="dominik.buchner524@googlemail.com",