pyxetabase 3.1.1.dev1__tar.gz → 3.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyxetabase might be problematic. Click here for more details.
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/PKG-INFO +1 -1
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase.egg-info/PKG-INFO +1 -1
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/setup.py +1 -1
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/LICENSE +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/README.rst +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/__init__.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/commons.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/exceptions.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/opencga_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/opencga_config.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/__init__.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/_parent_rest_clients.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/admin_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/alignment_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/clinical_analysis_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/cohort_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/cvdb_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/disease_panel_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/family_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/federation_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/file_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/ga4gh_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/individual_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/job_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/meta_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/organization_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/project_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/sample_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/study_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/user_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/variant_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/variant_operation_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/workflow_client.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_response.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/retry.py +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase.egg-info/SOURCES.txt +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase.egg-info/dependency_links.txt +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase.egg-info/requires.txt +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase.egg-info/top_level.txt +0 -0
- {pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/setup.cfg +0 -0
|
@@ -14,7 +14,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
|
|
14
14
|
|
|
15
15
|
setup(
|
|
16
16
|
name='pyxetabase',
|
|
17
|
-
version='3.1.
|
|
17
|
+
version='3.1.2',
|
|
18
18
|
description='A REST client for OpenCGA enterprise REST web services',
|
|
19
19
|
long_description=long_description,
|
|
20
20
|
long_description_content_type='text/x-rst',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/clinical_analysis_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-3.1.1.dev1 → pyxetabase-3.1.2}/pyxetabase/rest_clients/variant_operation_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|