Query EcoTaxa and process its output
Project description
pyecotaxa
Python package to query EcoTaxa and process its output.
pyecotaxa.archive
: Read and write EcoTaxa archives
from pyecotaxa.archive import read_tsv, write_tsv
# Read a .tsv file into a pandas DataFrame
# In contrast to pd.read_csv, this function transparently handles the type header
df = read_tsv(path_to_file)
# Write pandas DataFrame into a .tsv file
# In contrast to df.to_csv, this function can generate the type header
write_tsv(df, path_to_file)
pyecotaxa.remote
: Interact with a remote EcoTaxa server
from pyecotaxa.remote import Remote
r = Remote()
# Login
r.login(username, password)
# Pull one or more project archives by project_id
r.pull(project_ids)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyecotaxa-0.0.4.tar.gz
(38.6 kB
view details)
Built Distribution
pyecotaxa-0.0.4-py3-none-any.whl
(23.3 kB
view details)
File details
Details for the file pyecotaxa-0.0.4.tar.gz
.
File metadata
- Download URL: pyecotaxa-0.0.4.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c005e09ad2edb4ec653501f15173a58dfa4decf63f14bedae4703f8d48f9f9ed |
|
MD5 | 91aeda5553ec8601255bd367864de4bf |
|
BLAKE2b-256 | 331d22b4e7786257b2d9213236b154271d51fa725bef073db3f2bfe63d2464ef |
File details
Details for the file pyecotaxa-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pyecotaxa-0.0.4-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ab2d7e62370c123211c0c4035f2d8efb524722a1884155e91b640f3e1081a27 |
|
MD5 | b866e0c2dc46ba372bf35bb1e467c04b |
|
BLAKE2b-256 | 4a0d94c2332f6915a1d671498b52cebbe26ead4f75e161809c51f419a1a8f0a1 |